Preferences page rehaul: use React components, UI improvements
This commit is contained in:
18
static/css/components/TextInput.css
Normal file
18
static/css/components/TextInput.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.TextInput {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
outline: none;
|
||||
padding: 3px 6px;
|
||||
width: 200px;
|
||||
-webkit-app-region: no-drag;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.TextInput.light {
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.TextInput.dark {
|
||||
border: 1px solid rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
Reference in New Issue
Block a user