diff options
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/clear/theme.css | 2 | ||||
-rw-r--r-- | admin/themes/default/theme.css | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 5f5aa1e9a..0b80ac89d 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -261,8 +261,8 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p .pluginBoxNameCell, .pluginMiniBoxNameCell {color:#111;} .pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#a00 !important;} .pluginBoxes .merged, .pluginBoxes .missing {background-color:#d99;border:1px solid #a00;} -.deactivate_all {color:#005E89;border-color:#005E89;} .showInfo {color:#fff;background-color:#999; } +.showInfo:hover {color:#fff;border:none;background-color:#333} .languageBox {background-color:#ddd;} .languageName {color:black;} diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 230b0185e..8a238e8f2 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -920,8 +920,7 @@ h2:lang(en) { text-transform:capitalize; } .showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;} .warning:before {content:url(icon/warning.png);vertical-align:top;} -.deactivate_all {text-align:right;} -.deactivate_all a {color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;} +.deactivate_all {text-align:right;font-size:0.8em;} .languageBoxes {min-height:0;text-align:left;} .languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; } |