summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-03-15 18:44:04 -0500
committerJared Dillard <jdillard@netgate.com>2016-03-15 18:44:04 -0500
commitcc28d1f3f152c0dfc73f4340a70eee4ffd3e3723 (patch)
treee16451a3deeb27eb9a9fd469a9f51c541dad6aa8 /src/usr
parenta741df3e9360f337a2ae6096d353bbc27fbd1b93 (diff)
downloadpfsense-cc28d1f3f152c0dfc73f4340a70eee4ffd3e3723.zip
pfsense-cc28d1f3f152c0dfc73f4340a70eee4ffd3e3723.tar.gz
add btn-warning color to dark theme
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index cc6cc0b..2bce22d 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -199,6 +199,16 @@ ul.context-links li a {
border-color: #B71C1C;
}
+.btn-warning {
+ background-color: #FFA000;
+ border-color: #FF8F00;
+}
+
+.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
+ background-color: #FF8F00;
+ border-color: #FF6F00;
+}
+
/* end common colors */
caption {
OpenPOWER on IntegriCloud