summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-20 10:13:14 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-20 10:13:32 -0600
commit3d312f569d6e1261bdc5bf8a982644cecf11499e (patch)
treee7fa01a2dd179859e6e03f071c9a7e0cba91c1dd /src
parent437a17795bbb3b9d235d32b9e3d8c3e17626584d (diff)
downloadpfsense-3d312f569d6e1261bdc5bf8a982644cecf11499e.zip
pfsense-3d312f569d6e1261bdc5bf8a982644cecf11499e.tar.gz
update dark theme
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css62
1 files changed, 43 insertions, 19 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index 4e6bc4f..b57681e 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -2,11 +2,11 @@
@import url("/bootstrap/css/pfSense.css");
a {
- color: #90A4AE;
+ color: #009688;
}
a:hover {
- color: #78909C;
+ color: #00796B;
text-decoration: none;
}
@@ -71,15 +71,49 @@ table.sortable-theme-bootstrap {
font-size: 22px;
}
+.nav>li>a {
+ padding: 14px 20px 10px 20px;
+ border-bottom: 5px solid #212121;
+ border-radius: 0;
+ color: #009688;
+}
+
.nav>li>a:focus, .nav>li>a:hover {
- background-color: #424242;
- box-shadow: 2px 2px 8px #151515;
+ background-color: #212121;
+ box-shadow: 2px 2px 8px #080808;
+ border-bottom: 5px solid #009688;
}
-.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
- color: #90A4AE;
- background-color: #424242;
+.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav li.open>a, .nav li.open>a:focus, .nav-pills>li.active>a:hover {
+ background-color: #212121;
box-shadow: 2px 2px 8px #151515;
+ border-bottom: 5px solid #009688;
+ color: #009688;
+}
+
+.navbar-nav >li>a {
+ border-bottom: 5px solid #000000;
+}
+
+.nav-tabs>li>a {
+ border-bottom: 5px solid #212121;
+ margin-bottom: 1px;
+}
+
+.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
+ border-left: 1px solid #212121;
+ border-right: 1px solid #212121;
+ border-top: 1px solid #212121;
+ border-bottom: 5px solid #009688;
+ background-color: #212121;
+ margin-bottom: 0;
+ color: #009688;
+ box-shadow: none;
+}
+
+.nav-tabs {
+ border-bottom: 1px solid #009688;
+ margin-bottom: 15px;
}
.btn-primary {
@@ -193,7 +227,7 @@ caption {
.icon-danger
{
- color: #D9534F;
+ color: #F44336;
}
.icon-success
@@ -203,23 +237,13 @@ caption {
.icon-primary
{
- color: #337AB7;
+ color: #009688;
}
a.fa {
font-size: 20px;
}
-.fa-trash
-{
- color: #90A4AE;
-}
-
-.fa-trash:hover
-{
- color: #D50000;
-}
-
.icon-embed-btn
{
color: white;
OpenPOWER on IntegriCloud