mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
dialog: Remove background color body
This was causing strange rendering problems, and it's really not even needed. Change-Id: I130e9e5c5f2c5ab99b5245de6c0243e9be9cf558
This commit is contained in:
parent
9ba2bab2de
commit
e8d8308d9a
|
@ -91,7 +91,6 @@
|
||||||
|
|
||||||
.ve-ui-window-body {
|
.ve-ui-window-body {
|
||||||
box-shadow: 0 0 0.66em rgba(0,0,0,0.25);
|
box-shadow: 0 0 0.66em rgba(0,0,0,0.25);
|
||||||
background-color: #fff;
|
|
||||||
top: 3.8em;
|
top: 3.8em;
|
||||||
bottom: 4.8em;
|
bottom: 4.8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue