mirror of https://github.com/calzoneman/sync.git
CSS fixes
This commit is contained in:
parent
4e79c4cf49
commit
7de62c1e84
|
@ -589,5 +589,6 @@ table td {
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
|
border: 1px solid;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
}
|
}
|
|
@ -28,10 +28,6 @@ footer {
|
||||||
background-color: #eeeeee !important;
|
background-color: #eeeeee !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_active {
|
|
||||||
background-color: #d9edf7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-box, .user-dropdown {
|
.profile-box, .user-dropdown {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -66,6 +62,10 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_entry {
|
.queue_entry {
|
||||||
border: 1px solid #aaaaaa;
|
border-color: #aaaaaa;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.queue_entry.queue_active {
|
||||||
|
background-color: #d9edf7;
|
||||||
|
}
|
||||||
|
|
|
@ -39,10 +39,6 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_active {
|
|
||||||
background-color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-box, .user-dropdown {
|
.profile-box, .user-dropdown {
|
||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
|
@ -78,6 +74,10 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_entry {
|
.queue_entry {
|
||||||
border: 1px solid #aaaaaa;
|
border-color: #aaaaaa;
|
||||||
background-color: #060606;
|
background-color: #060606;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.queue_entry.queue_active {
|
||||||
|
background-color: #333333;
|
||||||
|
}
|
||||||
|
|
|
@ -22,10 +22,6 @@ footer {
|
||||||
background-color: #eeeeee !important;
|
background-color: #eeeeee !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_active {
|
|
||||||
background-color: #d9edf7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-box, .user-dropdown {
|
.profile-box, .user-dropdown {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -60,6 +56,10 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_entry {
|
.queue_entry {
|
||||||
border: 1px solid #aaaaaa;
|
border-color: #aaaaaa;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.queue_entry.queue_active {
|
||||||
|
background-color: #d9edf7;
|
||||||
|
}
|
||||||
|
|
|
@ -129,8 +129,7 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_entry {
|
.queue_entry {
|
||||||
border: 1px solid #000000;
|
border-color: #000000;
|
||||||
border-top-width: 0;
|
|
||||||
background-color: #272b30;
|
background-color: #272b30;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,6 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_entry {
|
.queue_entry {
|
||||||
border: 1px solid #aaaaaa;
|
border-color: #aaaaaa;
|
||||||
background-color: #272b30;
|
background-color: #272b30;
|
||||||
}
|
}
|
Loading…
Reference in New Issue