mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-04-25 07:43:52 +00:00
Merge pull request #215 from Monter/patch-1
Improvement switchbutton colors in black theme
This commit is contained in:
commit
badffb311b
@ -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…
x
Reference in New Issue
Block a user