projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fb177
)
Added missing vendor-prefixes.
author
Luzifr
<szekely@woltlab.com>
Thu, 6 Oct 2011 14:52:46 +0000
(16:52 +0200)
committer
Luzifr
<szekely@woltlab.com>
Thu, 6 Oct 2011 14:52:46 +0000
(16:52 +0200)
wcfsetup/install/files/acp/style/style.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/style.css
b/wcfsetup/install/files/acp/style/style.css
index 2c47297ce0e9fc9fe433fd9a261616e3f6d656ae..eb75fe36a6340609a5e8ba5871d0fb156e3c44aa 100644
(file)
--- a/
wcfsetup/install/files/acp/style/style.css
+++ b/
wcfsetup/install/files/acp/style/style.css
@@
-2115,6
+2115,10
@@
li > .badgeButton {
max-width: 300px;
z-index: 900;
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
+ -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
+ -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
}