From 6a336ed4eca1e91d0037947758dd110314115714 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 25 Mar 2019 16:45:36 +0100 Subject: [PATCH] issue #987 refresh header message (for example, used to notify about upgrade_feed) --- admin/themes/clear/theme.css | 9 --------- admin/themes/default/theme.css | 20 ++++++++++++++++---- admin/themes/roma/theme.css | 4 ---- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 740d2879d..aaabb0ac1 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -132,15 +132,6 @@ A:hover, A:active { .content .navigationBar {color:#999;} ul.actions, .content form#waiting {text-align:center;} -.header_msgs { - border:0; - color:#ccc; - font-size:24px; - height:30px; - margin:0; padding:10px 0 0; - text-align:center; width:100%; -} - /* jQuery tooltips */ .ui-tooltip { color: #000; diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 963955743..be5852a10 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1074,10 +1074,22 @@ INPUT[type="radio"], INPUT[type="checkbox"] { .header_msgs { text-align:center; font-weight: bold; - color:#333; - background-color: transparent; - margin: 1px; - padding: 1px; + color:#ff5252; + background-color: #ffcfcf; + margin: 0; + padding: 0 0 0 205px; + border:0; + font-size: 24px; + line-height: 50px; +} +.header_msgs a { + background-color: #ff5252; + color: white; + padding: 8px 20px; +} +.header_msgs a:hover { + color: white; + text-decoration: underline; } /** diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 1b2e63f01..5ee1c54a5 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -122,10 +122,6 @@ a:hover, a:active { color: #f70; cursor: pointer; } .content .navigationBar {color:#666;} ul.actions, .content form#waiting {text-align:center;} -.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top; -border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0; -text-align:center; width:100%; } - #adminHome A, #menubar li A, #menubar dt { color: #8d8d8d; }