mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-04-15 14:28:24 +00:00
Improvement switchbutton colors in black theme
This commit is contained in:
parent
4cb8a28719
commit
7439e63223
|
@ -3201,7 +3201,7 @@
|
|||
color: #fff;
|
||||
}
|
||||
.switchbutton-off {
|
||||
background-color: #666;
|
||||
background-color: #8a8a8a;
|
||||
color: #fff;
|
||||
}
|
||||
.switchbutton-on,
|
||||
|
@ -3220,7 +3220,7 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
background-color: #666;
|
||||
background-color: #434343;
|
||||
color: #fff;
|
||||
border: 1px solid #555;
|
||||
-moz-box-shadow: 0 0 3px 0 #555;
|
||||
|
@ -3302,4 +3302,4 @@
|
|||
input, select, textarea {
|
||||
background-color: #e5e5e5;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user