projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab3902
)
Less flat looking relaxed theme for supported browsers
author
Darren
<darren@darrenwhitlen.com>
Tue, 12 Nov 2013 16:40:40 +0000
(16:40 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Tue, 12 Nov 2013 16:40:40 +0000
(16:40 +0000)
client/assets/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/css/style.css
b/client/assets/css/style.css
index 7a286778a564455193a434de7ba3462d219f3aae..6b2a1ddba114fd1ab3d2f16d63cd343bd2e7f22d 100644
(file)
--- 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;*/
}