From 0860957d0097c8329a0d6e8f87e8d16b9a6efaac Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 12 Nov 2013 16:40:40 +0000 Subject: [PATCH] Less flat looking relaxed theme for supported browsers --- client/assets/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 7a28677..6b2a1dd 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -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;*/ } -- 2.25.1