mirror of
https://github.com/Radarr/Radarr
synced 2025-03-15 00:19:49 +00:00
Fixed: Text color for inputs on login page
This commit is contained in:
parent
8b79b5afbf
commit
cec569461d
1 changed files with 3 additions and 2 deletions
|
@ -116,6 +116,7 @@
|
||||||
border: 1px solid var(--inputBorderColor);
|
border: 1px solid var(--inputBorderColor);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
|
box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
|
||||||
|
color: var(--textColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-input:focus {
|
.form-input:focus {
|
||||||
|
@ -296,7 +297,7 @@
|
||||||
var light = {
|
var light = {
|
||||||
white: '#fff',
|
white: '#fff',
|
||||||
pageBackground: '#f5f7fa',
|
pageBackground: '#f5f7fa',
|
||||||
textColor: '#656565',
|
textColor: '#515253',
|
||||||
themeDarkColor: '#464b51',
|
themeDarkColor: '#464b51',
|
||||||
panelBackground: '#fff',
|
panelBackground: '#fff',
|
||||||
inputBackgroundColor: '#fff',
|
inputBackgroundColor: '#fff',
|
||||||
|
@ -316,7 +317,7 @@
|
||||||
var dark = {
|
var dark = {
|
||||||
white: '#fff',
|
white: '#fff',
|
||||||
pageBackground: '#202020',
|
pageBackground: '#202020',
|
||||||
textColor: '#656565',
|
textColor: '#ccc',
|
||||||
themeDarkColor: '#494949',
|
themeDarkColor: '#494949',
|
||||||
panelBackground: '#111',
|
panelBackground: '#111',
|
||||||
inputBackgroundColor: '#333',
|
inputBackgroundColor: '#333',
|
||||||
|
|
Loading…
Add table
Reference in a new issue