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:
9959056
)
Fixed double borders in style editor
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 9 Oct 2012 11:08:00 +0000
(13:08 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 9 Oct 2012 11:08:00 +0000
(13:08 +0200)
files/style/styleEditor.less
patch
|
blob
|
blame
|
history
diff --git
a/files/style/styleEditor.less
b/files/style/styleEditor.less
index f8f325c27bde9fd77c765ae79c15476f0caae5fe..080f901172786412be18863a3694f17a57cf2b99 100644
(file)
--- a/
files/style/styleEditor.less
+++ b/
files/style/styleEditor.less
@@
-8,7
+8,7
@@
}
> div {
- border:
1px solid @wcfContainerBorderColor
;
+ border:
2px solid rgba(255, 255, 255, 1)
;
border-radius: @wcfContainerBorderRadius;
cursor: pointer;
display: block;