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:
343d2e4
)
added box-shadow for reddit
author
FirePanther
<git@suat.be>
Thu, 26 Dec 2013 14:14:51 +0000
(15:14 +0100)
committer
FirePanther
<git@suat.be>
Thu, 26 Dec 2013 14:14:51 +0000
(15:14 +0100)
new preview: http://picul.de/NTe
wcfsetup/install/files/style/message.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/message.less
b/wcfsetup/install/files/style/message.less
index 2a3847a1f23aecc2110f582a79f67ff45757c987..f961d630f09889bca998c178cb4b4e706048a5de 100644
(file)
--- a/
wcfsetup/install/files/style/message.less
+++ b/
wcfsetup/install/files/style/message.less
@@
-870,6
+870,11
@@
li:nth-child(2n+1) .message {
width: 24px;
height: 24px;
margin: 0 4px 4px;
+ box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
+ border-radius: 3px;
+
+ /* smooth fixes */
+ background-color: rgba(255, 255, 255, .8);
}
}
}