| 1 |
@CHARSET "UTF-8"; |
| 2 |
/** |
| 3 |
* Stylesheet for the Adminimize settings page. |
| 4 |
* |
| 5 |
* @version 2016-03-21 |
| 6 |
*/ |
| 7 |
|
| 8 |
#minimenu td a { |
| 9 |
display: block; |
| 10 |
} |
| 11 |
|
| 12 |
table th, table tr:nth-child(odd) { |
| 13 |
background: #eee; |
| 14 |
} |
| 15 |
|
| 16 |
.widefat thead td input[type=checkbox] { |
| 17 |
margin: 0 2px 0 0; |
| 18 |
vertical-align: middle; |
| 19 |
} |
| 20 |
|
| 21 |
table tbody td span, table tbody th span { |
| 22 |
float: right; |
| 23 |
} |
| 24 |
|
| 25 |
tr:hover, |
| 26 |
td:nth-child(even) + td:hover { |
| 27 |
background-color: #dfdfdf !important; |
| 28 |
} |
| 29 |
|
| 30 |
table.widefat th:nth-child(even), |
| 31 |
table.widefat td:nth-child(even) { |
| 32 |
background-color: #ffebe8; |
| 33 |
} |
| 34 |
|
| 35 |
table.widefat th:nth-child(even):hover, |
| 36 |
table.widefat td:nth-child(even):hover { |
| 37 |
background-color: #dfdfdf; |
| 38 |
} |
| 39 |
|
| 40 |
td:first-child { |
| 41 |
width: 30%; |
| 42 |
} |
| 43 |
|
| 44 |
table.widefat tr:nth-child(2) { |
| 45 |
font-style: italic; |
| 46 |
} |
| 47 |
|
| 48 |
.widefat td span, .widefat th span { |
| 49 |
color: #ccc; |
| 50 |
font-size: x-small; |
| 51 |
font-weight: lighter; |
| 52 |
} |
| 53 |
|
| 54 |
table.usertheme .num { |
| 55 |
width: 25px; |
| 56 |
} |
| 57 |
|
| 58 |
table.config_menu span.awaiting-mod{ |
| 59 |
display: none; |
| 60 |
} |