Less flat looking relaxed theme for supported browsers
authorDarren <darren@darrenwhitlen.com>
Tue, 12 Nov 2013 16:40:40 +0000 (16:40 +0000)
committerDarren <darren@darrenwhitlen.com>
Tue, 12 Nov 2013 16:40:40 +0000 (16:40 +0000)
client/assets/css/style.css

index 7a286778a564455193a434de7ba3462d219f3aae..6b2a1ddba114fd1ab3d2f16d63cd343bd2e7f22d 100644 (file)
@@ -510,8 +510,13 @@ html, body { height:100%; }
 }
 #kiwi.theme_relaxed .toolbar {
     background-color:#1B1B1B; font-size:0.9em;
+    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.8);
+    z-index: 1;
+}
+#kiwi.theme_relaxed .controlbox {
+    background-color:#1B1B1B;
+    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.8);
 }
-#kiwi.theme_relaxed .controlbox { background-color:#1B1B1B; }
 #kiwi.theme_relaxed .memberlists_resize_handle {
     /*background:url('../img/resize_handle.png') no-repeat; background-position:center;*/
 }