summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles/css_bb.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/styles/css_bb.css')
-rw-r--r--frontends/php/styles/css_bb.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/frontends/php/styles/css_bb.css b/frontends/php/styles/css_bb.css
index 2e0b0090..2d8c8fb7 100644
--- a/frontends/php/styles/css_bb.css
+++ b/frontends/php/styles/css_bb.css
@@ -247,6 +247,20 @@ table.history td.caption{
color:#0AF;
}
+/* MESSAGES */
+table.msgok{
+ border: 1px #0088FF solid;
+}
+
+table.msgok td.clr{
+ background-color:#0088FF;
+}
+
+table.msgok td.msg{
+ background-color:#BBBBFF;
+}
+/*----------*/
+
/*//////////////// DIVS ////////////////////*/
div.zabbix_logo{
@@ -296,12 +310,6 @@ span.green{
color: #0088FF;
}
-/*//////////////// PARAGRAPHS ////////////////////*/
-
-p.msgerror { color: #FF2222; }
-p.msgok { color: #0088FF; }
-
-
/*//////////////// FORMS ////////////////////*/
.button:hover {