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:
d0b141c
)
CKEditor style optimization
author
pebeah
<itsmepasse@gmail.com>
Tue, 28 May 2013 22:46:41 +0000
(
00:46
+0200)
committer
pebeah
<itsmepasse@gmail.com>
Tue, 28 May 2013 22:46:41 +0000
(
00:46
+0200)
With this change, the CKEditor and WCF popover has the same
background-color.
see
http://beta.woltlab.com/index.php/Thread/1289-Konsistentes-Hintergrund-D
immen/
wcfsetup/install/files/style/message.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/message.less
b/wcfsetup/install/files/style/message.less
index ba7a862a5a95ffc55c4188224166ec0609c355ea..8e6636525d9f50d31625fc01e5fd4871b054e898 100644
(file)
--- a/
wcfsetup/install/files/style/message.less
+++ b/
wcfsetup/install/files/style/message.less
@@
-861,6
+861,10
@@
li:nth-child(2n+1) .message {
width: auto !important;
}
+.cke_dialog_background_cover {
+ background-color: #000 !important;
+}
+
@media only screen and (max-width: 800px) {
.message.messageSidebarOrientationLeft,
.message.messageSidebarOrientationRight {