mirror of https://github.com/calzoneman/sync.git
Cleanup queue_entry CSS.
This commit is contained in:
parent
ad9aa91072
commit
7bc16c7792
|
@ -584,3 +584,10 @@ table td {
|
|||
#userlisttoggle {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border-top-width: 0;
|
||||
}
|
|
@ -28,10 +28,6 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
@ -70,9 +66,6 @@ footer {
|
|||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-top-width: 0;
|
||||
background-color: #ffffff;
|
||||
}
|
|
@ -39,10 +39,6 @@ input.form-control[type="email"], textarea.form-control {
|
|||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #060606;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
@ -82,9 +78,6 @@ input.form-control[type="email"], textarea.form-control {
|
|||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-top-width: 0;
|
||||
background-color: #060606;
|
||||
}
|
|
@ -22,10 +22,6 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
@ -64,9 +60,6 @@ footer {
|
|||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-top-width: 0;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
|
|
@ -34,10 +34,6 @@ input.form-control[type="email"], textarea.form-control {
|
|||
color: #a9a9a9 !important;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #272b30 !important;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #44474c !important;
|
||||
}
|
||||
|
@ -133,12 +129,9 @@ input.form-control[type="email"], textarea.form-control {
|
|||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #000000;
|
||||
border-top-width: 0;
|
||||
background-color: #3c3f43;
|
||||
background-color: #272b30;
|
||||
}
|
||||
|
||||
#rightcontrols {
|
||||
|
|
|
@ -34,10 +34,6 @@ input.form-control[type="email"], textarea.form-control {
|
|||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #272b30;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
|
||||
background-image: linear-gradient(#8a9196, #7a8288, #70787d);
|
||||
|
@ -94,9 +90,6 @@ input.form-control[type="email"], textarea.form-control {
|
|||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-top-width: 0;
|
||||
background-color: #272b30;
|
||||
}
|
Loading…
Reference in New Issue