mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 08:14:33 +00:00
Merge "Rework color definitions in LESS"
This commit is contained in:
commit
3d5c2def1f
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-dialog-buttonpane {
|
.ui-dialog-buttonpane {
|
||||||
border-top: 1px solid #cccccc !important;
|
border-top: 1px solid #ccc !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -56,5 +56,5 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wikieditor-toolbar-dialog-hint {
|
.wikieditor-toolbar-dialog-hint {
|
||||||
color: #999999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #E0EEf7;
|
background-color: #e0eef7;
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
.wikiEditor-ui-right {
|
.wikiEditor-ui-right {
|
||||||
float: right;
|
float: right;
|
||||||
background: #F3F3F3;
|
background: #f3f3f3;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 0.75em;
|
padding: 0 0.75em;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
color: #0645AD;
|
color: #0645ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #333333;
|
color: #333;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: #666666;
|
color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
.section {
|
.section {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: 1px solid #DDDDDD;
|
border-top: 1px solid #ddd;
|
||||||
background-color: #E0EEF7;
|
background-color: #e0eef7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-hidden {
|
.section-hidden {
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
.background-image('images/toolbar/loading.gif');
|
.background-image('images/toolbar/loading.gif');
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
color: #666666;
|
color: #666;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
a.current, a.current:visited {
|
a.current, a.current:visited {
|
||||||
.background-image('images/toolbar/arrow-down.png');
|
.background-image('images/toolbar/arrow-down.png');
|
||||||
color: #333333;
|
color: #333;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
border-right: 1px solid #DDDDDD;
|
border-right: 1px solid #ddd;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
|
||||||
/* Toolbar */
|
/* Toolbar */
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
color: #777777;
|
color: #777;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
background-color: #ffffff;
|
background-color: #fff;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
.background-image('images/toolbar/arrow-down.png');
|
.background-image('images/toolbar/arrow-down.png');
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
margin-top: 22px;
|
margin-top: 22px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
background-color: #ffffff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #E0EEF7;
|
background-color: #e0eef7;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[rel=heading-2] {
|
&[rel=heading-2] {
|
||||||
|
@ -212,7 +212,7 @@
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0 0 0 6px;
|
padding: 0 0 0 6px;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: 1px solid #DDDDDD;
|
border-left: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-insert {
|
.group-insert {
|
||||||
|
@ -236,14 +236,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
.current {
|
||||||
background-color: #FAFAFA;
|
background-color: #fafafa;
|
||||||
color: #333333;
|
color: #333;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pages {
|
.pages {
|
||||||
background-color: #FAFAFA;
|
background-color: #fafafa;
|
||||||
height: 125px;
|
height: 125px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -261,12 +261,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
color: #999999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
color: black;
|
color: black;
|
||||||
border-top: 1px solid #EEEEEE;
|
border-top: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
|
@ -309,7 +309,7 @@
|
||||||
.page-characters {
|
.page-characters {
|
||||||
div {
|
div {
|
||||||
span {
|
span {
|
||||||
border: 1px solid #DDDDDD;
|
border: 1px solid #ddd;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
|
Loading…
Reference in a new issue