mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Improve Linux options page styling
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
box-shadow: 0 0 1.5px 1px red;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 20px 10px;
|
||||
#root {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
|
||||
#form {
|
||||
|
||||
15
ext/src/ui/options/styles/linux.css
Normal file
15
ext/src/ui/options/styles/linux.css
Normal file
@@ -0,0 +1,15 @@
|
||||
:root {
|
||||
--border-color: graytext;
|
||||
--secondary-color: graytext;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
#root {
|
||||
background-color: -moz-dialog;
|
||||
border-radius: 5px;
|
||||
color: -moz-dialogtext;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user