about summary refs log tree commit diff
path: root/qc_app/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/static/css')
-rw-r--r--qc_app/static/css/custom-bootstrap.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/qc_app/static/css/custom-bootstrap.css b/qc_app/static/css/custom-bootstrap.css
index e5f6594..67f1199 100644
--- a/qc_app/static/css/custom-bootstrap.css
+++ b/qc_app/static/css/custom-bootstrap.css
@@ -2,3 +2,22 @@
 .btn {
     text-transform: capitalize;
 }
+
+.navbar-inverse {
+    background-color: #336699;
+    border-color: #080808;
+    color: #FFFFFF;
+    background-image: none;
+}
+
+.navbar-inverse .navbar-nav>li>a {
+    color: #FFFFFF;
+}
+
+.navbar-nav > li > a {
+    padding: 5px;
+}
+
+.navbar {
+    min-height: 30px;
+}