Factor out default show background colour and fix some style issues
This commit is contained in:
parent
f63ce23c9f
commit
2a1d09bc08
9 changed files with 49 additions and 20 deletions
|
@ -1029,6 +1029,7 @@ table.dataTable span.DataTables_sort_icon {
|
|||
|
||||
table.dataTable th.ui-state-default {
|
||||
color: #eee;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.ColVis.TableTools .ui-button {
|
||||
|
@ -1658,12 +1659,14 @@ h2#scheduled_playlist_name span {
|
|||
clear: left;
|
||||
color: #CDCDCD;
|
||||
float: left;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.4em;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
min-width: 90px;
|
||||
padding: 4px 0;
|
||||
text-align: left;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
|
||||
}
|
||||
.simple-formblock dd {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue