mirror of https://github.com/calzoneman/sync.git
Revert stripes for compatibility with light themes.
This commit is contained in:
parent
5a9c0f98a4
commit
ef50c527bc
|
@ -162,7 +162,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_temp {
|
.queue_temp {
|
||||||
background-image: url(/img/stripe-diagonal-black.png);
|
background-image: url(/img/stripe-diagonal.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.videolist {
|
.videolist {
|
||||||
|
|
|
@ -41,14 +41,6 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
.queue_active {
|
.queue_active {
|
||||||
background-color: #44474c !important;
|
background-color: #44474c !important;
|
||||||
}
|
}
|
||||||
.queue_temp {
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.queue_active.queue_temp {
|
|
||||||
background-color: #70787d !important;
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-box, .user-dropdown {
|
.profile-box, .user-dropdown {
|
||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
|
|
Loading…
Reference in New Issue