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:
add530e
)
Fixed background color of the quote box
author
Marcel Werk
<burntime@woltlab.com>
Mon, 5 Jan 2015 00:20:36 +0000
(
01:20
+0100)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 5 Jan 2015 00:20:36 +0000
(
01:20
+0100)
wcfsetup/install/files/style/bbcode.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/bbcode.less
b/wcfsetup/install/files/style/bbcode.less
index c4ddc329997dade89d8e2b8c1ed04cf644624206..36e64c909c716e5f7a55eff63e32077813c367a8 100644
(file)
--- a/
wcfsetup/install/files/style/bbcode.less
+++ b/
wcfsetup/install/files/style/bbcode.less
@@
-220,7
+220,6
@@
html[dir='rtl'] {
/* Quote Box */
.quoteBox {
- background-color: @wcfContentBackgroundColor;
min-height: 28px;
position: relative;
@@
-232,6
+231,10
@@
html[dir='rtl'] {
padding-left: 54px;
}
+ &.container {
+ background-color: @wcfContentBackgroundColor;
+ }
+
> header {
padding-bottom: @wcfGapTiny;
border-bottom: 1px dotted @wcfContainerBorderColor;