summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/bootstrap/css/pfSense-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/bootstrap/css/pfSense-dark.css')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css52
1 files changed, 20 insertions, 32 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index ab8d465..63380de 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -79,6 +79,11 @@ ul.context-links li a {
color: #009688;
}
+/* navigation */
+.navbar-inverse {
+ background-color: #000000;
+}
+
.nav>li>a {
border-bottom: 5px solid #212121;
color: #009688;
@@ -97,7 +102,7 @@ ul.context-links li a {
color: #009688;
}
-.navbar-nav >li>a {
+.navbar-inverse .navbar-nav >li>a {
border-bottom: 5px solid #000000;
}
@@ -117,6 +122,7 @@ ul.context-links li a {
.nav-tabs {
border-bottom: 1px solid #009688;
}
+/* end navigation */
/* common button colors */
.btn-default {
@@ -158,6 +164,18 @@ ul.context-links li a {
border-color: #37474F;
}
+.alert-warning {
+ border-top: 1px solid #FFECB3;
+}
+
+.alert-success {
+ border-top: 1px solid #DCEDC8;
+}
+
+.alert-info {
+ border-top: 1px solid #B2EBF2;
+}
+
caption {
color: #E0E0E0;
background-color: #303030;
@@ -187,12 +205,6 @@ caption {
background-color: #424242;
}
-.alert-warning {
- color: #6D4C41;
- background-color: #FFF9C4;
- border-color: #FFEB3B;
-}
-
.help-block {
color: #eeeeee;
}
@@ -290,30 +302,6 @@ a.list-group-item .list-group-item-heading, .list-group-item .list-group-item-he
}
/** create icon colors */
-.icon-black
-{
- color: #000000;
-}
-
-.icon-danger
-{
- color: #F44336;
-}
-
-.icon-success
-{
- color: #5CB85C;
-}
-
-.icon-warning {
- color: #FDD835;
-}
-
-.icon-primary
-{
- color: #009688;
-}
-
.bg-primary {
color: #000;
background-color: #009688;
@@ -363,6 +351,6 @@ button.close {
color: #fff;
}
-textarea {
+input, select, textarea {
color: #212121;
} \ No newline at end of file
OpenPOWER on IntegriCloud