mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Cleaned up some CSS in ve.ui.Surface.css
Got rid of some commented out code we aren't going to use and fixed the order of arguments to background position to x, y Change-Id: I4e638c33b053dd916681dc91c8c0d7cff224375d
This commit is contained in:
parent
f948c359eb
commit
c6b1011931
|
@ -8,14 +8,9 @@
|
|||
.es-toolbar {
|
||||
border-bottom: solid 1px #ccc;
|
||||
position: relative;
|
||||
/* -webkit-border-radius: 0.25em;
|
||||
-moz-border-radius: 0.25em;
|
||||
-o-border-radius: 0.25em;
|
||||
border-radius: 0.25em;
|
||||
*/
|
||||
/* @embed */
|
||||
background-image: url(images/fade-up.png);
|
||||
background-position: bottom left;
|
||||
background-position: left bottom;
|
||||
background-repeat: repeat-x;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
|
Loading…
Reference in a new issue