Merge "Rework color definitions in LESS"

This commit is contained in:
jenkins-bot 2015-04-14 22:00:15 +00:00 committed by Gerrit Code Review
commit 3d5c2def1f
5 changed files with 24 additions and 24 deletions

View file

@ -54,7 +54,7 @@
}
.ui-dialog-buttonpane {
border-top: 1px solid #cccccc !important;
border-top: 1px solid #ccc !important;
}
}

View file

@ -56,5 +56,5 @@ body {
}
.wikieditor-toolbar-dialog-hint {
color: #999999;
color: #999;
}

View file

@ -8,7 +8,7 @@
position: relative;
clear: both;
width: 100%;
background-color: #E0EEf7;
background-color: #e0eef7;
textarea {
width: 100%;
@ -39,7 +39,7 @@
.wikiEditor-ui-right {
float: right;
background: #F3F3F3;
background: #f3f3f3;
overflow: hidden;
}
}
@ -74,7 +74,7 @@
display: inline-block;
padding: 0 0.75em;
line-height: 2.5em;
color: #0645AD;
color: #0645ad;
}
&.current {
@ -82,7 +82,7 @@
background-color: white;
a {
color: #333333;
color: #333;
&:hover {
text-decoration: none;

View file

@ -7,7 +7,7 @@
background-color: white;
span {
color: #666666;
color: #666;
}
}

View file

@ -25,8 +25,8 @@
.section {
float: left;
width: 100%;
border-top: 1px solid #DDDDDD;
background-color: #E0EEF7;
border-top: 1px solid #ddd;
background-color: #e0eef7;
}
.section-hidden {
@ -45,7 +45,7 @@
.background-image('images/toolbar/loading.gif');
background-position: left center;
background-repeat: no-repeat;
color: #666666;
color: #666;
display: block;
float: left;
height: 32px;
@ -85,7 +85,7 @@
a.current, a.current:visited {
.background-image('images/toolbar/arrow-down.png');
color: #333333;
color: #333;
&:hover {
text-decoration: none;
@ -112,7 +112,7 @@
float: left;
height: 26px;
padding-right: 6px;
border-right: 1px solid #DDDDDD;
border-right: 1px solid #ddd;
margin: 3px;
/* Toolbar */
@ -124,7 +124,7 @@
margin: 2px;
margin-left: 5px;
margin-right: 8px;
color: #777777;
color: #777;
cursor: default;
}
@ -145,7 +145,7 @@
border: 1px solid silver;
padding: 0;
margin-right: 0;
background-color: #ffffff;
background-color: #fff;
.label {
.background-image('images/toolbar/arrow-down.png');
@ -158,7 +158,7 @@
margin-right: 4px;
cursor: pointer;
text-decoration: none;
color: #333333;
color: #333;
}
.menu {
@ -168,7 +168,7 @@
margin-left: -1px;
margin-top: 22px;
border: 1px solid silver;
background-color: #ffffff;
background-color: #fff;
}
}
@ -181,7 +181,7 @@
white-space: nowrap;
&:hover {
background-color: #E0EEF7;
background-color: #e0eef7;
}
&[rel=heading-2] {
@ -212,7 +212,7 @@
float: right;
padding: 0 0 0 6px;
border-right: none;
border-left: 1px solid #DDDDDD;
border-left: 1px solid #ddd;
}
.group-insert {
@ -236,14 +236,14 @@
}
.current {
background-color: #FAFAFA;
color: #333333;
background-color: #fafafa;
color: #333;
cursor: default;
}
}
.pages {
background-color: #FAFAFA;
background-color: #fafafa;
height: 125px;
overflow: auto;
}
@ -261,12 +261,12 @@
}
th {
color: #999999;
color: #999;
}
td {
color: black;
border-top: 1px solid #EEEEEE;
border-top: 1px solid #eee;
}
th,
@ -309,7 +309,7 @@
.page-characters {
div {
span {
border: 1px solid #DDDDDD;
border: 1px solid #ddd;
padding: 5px;
padding-left: 8px;
padding-right: 8px;