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:
04e433e
)
Removed -shadow from system notifications
author
Luzifr
<szekely@woltlab.com>
Mon, 28 Nov 2011 16:06:26 +0000
(17:06 +0100)
committer
Luzifr
<szekely@woltlab.com>
Mon, 28 Nov 2011 16:06:26 +0000
(17:06 +0100)
Looks better without
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 cccecee45a93de776987bb1b91875c2820e92901..e1246dac361340738385a5d19d0b7d603e46fdbc 100644
(file)
--- a/
wcfsetup/install/files/acp/style/style.css
+++ b/
wcfsetup/install/files/acp/style/style.css
@@
-2778,12
+2778,6
@@
tr .columnURL {
border-radius: 7px;
margin-top: 15px;
padding: 7px 15px 7px 50px;
-
- -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
- -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
- -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
- -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
- box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
}
/* Types */