From 9e884ac116209bbd38c15d7cfe23c927b9a3a4c0 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 27 Apr 2013 15:55:08 -0500 Subject: [PATCH] Fix slight layout glitch, work on dark theme --- www/assets/css/darkstrap.css | 33 +++++++++++++++++++++++++++++++++ www/index.html | 18 ++++++++---------- 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/www/assets/css/darkstrap.css b/www/assets/css/darkstrap.css index f11fa4d5..79916444 100644 --- a/www/assets/css/darkstrap.css +++ b/www/assets/css/darkstrap.css @@ -954,3 +954,36 @@ li.alert-info { border: 1px solid #ff9900; color: #ff9900; } + +.btn, .btn:hover { + text-shadow: none; + color: #aaaaaa; + background-image: none; + background-color: #000000; + border: 1px solid #aaaaaa; +} + +.btn:hover, .btn:focus { + background-color: #333333; + color: #ffffff; +} + +.btn-danger, .btn-danger:focus { + background-color: #880000; +} + +.btn-danger:hover { + background-color: #aa0000; +} + +.btn-success, .btn-success:focus { + background-color: #008800; +} + +.btn-success:hover { + background-color: #00aa00; +} + +.nick-highlight { + background-color: #0000aa; +} diff --git a/www/index.html b/www/index.html index d01201e1..f9f3bfa9 100644 --- a/www/index.html +++ b/www/index.html @@ -75,16 +75,14 @@
-
-
-
- -
-
- - -
-
+
+ +
+
+ + +
+