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:
9cf28a5
)
Added missing text shadow
author
Marcel Werk
<burntime@woltlab.com>
Fri, 21 Dec 2012 23:00:16 +0000
(
00:00
+0100)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 21 Dec 2012 23:00:16 +0000
(
00:00
+0100)
wcfsetup/install/files/style/form.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/form.less
b/wcfsetup/install/files/style/form.less
index 1ac86d00f2728264f50735535b9a16aff03a2613..1bbc8f5cc32c6c4287efb17904b9ad41e12a880d 100644
(file)
--- a/
wcfsetup/install/files/style/form.less
+++ b/
wcfsetup/install/files/style/form.less
@@
-133,6
+133,8
@@
dl:not(.plain) {
text-align: left;
float: none;
width: auto;
+
+ .textShadow(@wcfSidebarBackgroundColor);
}
> dd {
@@
-297,7
+299,7
@@
select[multiple][disabled] {
input[type='password'],
textarea {
background-color: @wcfErrorBackgroundColor;
- border-color: @wcfErrorBorderColor
+ border-color: @wcfErrorBorderColor
;
}
}