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:
d9200be
)
Minor style improvements
author
Marcel Werk
<burntime@woltlab.com>
Thu, 3 Jan 2013 00:34:06 +0000
(
01:34
+0100)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 3 Jan 2013 00:34:06 +0000
(
01:34
+0100)
wcfsetup/install/files/style/global.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/global.less
b/wcfsetup/install/files/style/global.less
index 0a1e6e144383aa28de6d595e4c9fa28fd2067ffa..f16000d89b798f66ed37a4b2c88228643a7f699c 100644
(file)
--- a/
wcfsetup/install/files/style/global.less
+++ b/
wcfsetup/install/files/style/global.less
@@
-96,6
+96,10
@@
body > iframe[src="about:blank"] {
cursor: pointer;
}
+.dimmed {
+ color: @wcfDimmedColor;
+}
+
/* icons */
.icon(@imageSize) {
.square(@imageSize);
@@
-213,7
+217,7
@@
body > iframe[src="about:blank"] {
font-weight: normal !important;
padding: 1px 8px 2px;
position: relative;
- text-shadow: none
;
+ text-shadow: none
!important; /* necessary to avoid ugly text shadows in comment lists; @todo: better solution without "!important" */
white-space: nowrap;
/* colors */