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:
3236134
)
Fixed small style issue
author
pebeah
<itsmepasse@gmail.com>
Sun, 14 Jul 2013 22:16:05 +0000
(
00:16
+0200)
committer
pebeah
<itsmepasse@gmail.com>
Sun, 14 Jul 2013 22:16:05 +0000
(
00:16
+0200)
wcfsetup/install/files/style/alert.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/alert.less
b/wcfsetup/install/files/style/alert.less
index 3dcde42a2a13536fd525a82f00879ad8d17cc9c4..7a509d37c2b0dda6d1665f156729b35e4b6e1635 100644
(file)
--- a/
wcfsetup/install/files/style/alert.less
+++ b/
wcfsetup/install/files/style/alert.less
@@
-59,6
+59,11
@@
a:hover {
color: @wcfInfoColor;
}
+
+ .icon {
+ color: @wcfInfoColor;
+ .textShadow(@wcfInfoBackgroundColor);
+ }
}
.success {
@@
-76,6
+81,11
@@
a:hover {
color: @wcfSuccessColor;
}
+
+ .icon {
+ color: @wcfSuccessColor;
+ .textShadow(@wcfSuccessBackgroundColor);
+ }
}
.warning {
@@
-93,6
+103,11
@@
a:hover {
color: @wcfWarningColor;
}
+
+ .icon {
+ color: @wcfWarningColor;
+ .textShadow(@wcfWarningBackgroundColor);
+ }
}
.error {