Revert stripes for compatibility with light themes.

This commit is contained in:
Graham 2015-02-02 20:23:48 -05:00
parent 5a9c0f98a4
commit ef50c527bc
2 changed files with 1 additions and 9 deletions

View File

@ -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 {

View File

@ -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;