summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/all.css
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-29 23:48:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-29 23:48:05 +0000
commita5ab2196c3a18d0ea531e2a0c2f4b55a3e2fd581 (patch)
tree0f977cc9f5937bf014dc87119112865413b39950 /usr/local/www/themes/metallic/all.css
parent68c97918d0e7c6204139652d0872c4c8348f278b (diff)
downloadpfsense-a5ab2196c3a18d0ea531e2a0c2f4b55a3e2fd581.zip
pfsense-a5ab2196c3a18d0ea531e2a0c2f4b55a3e2fd581.tar.gz
Allow alert box to be themed
Diffstat (limited to 'usr/local/www/themes/metallic/all.css')
-rw-r--r--usr/local/www/themes/metallic/all.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index b70ac29..853c977 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -4,6 +4,30 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
+.alertboxleft {
+ background-color: #990000;
+ color: #000000;
+ font-size: 11px;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ padding-right: 1px;
+ padding-left: 1px;
+ width: 36px;
+ align: center;
+ valign: center;
+}
+
+.alertboxright {
+ background-color: #FFD9D1;
+ color: #000000;
+ font-size: 11px;
+ padding-left: 8px;
+ padding-top: 6px;
+ width: 36px;
+ align: center;
+ valign: center;
+}
+
/* DOM Tooltip CSS definitions */
div.niceTitle
{
OpenPOWER on IntegriCloud