PORT PHRAS-1555/PHRAS-1568 to 4.1

This commit is contained in:
Mike Ng
2017-11-22 15:48:36 +04:00
parent d736e3db36
commit 36b2058add
15 changed files with 35 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
// @import 'variables';
$mainMenuHeight: 40px !default;
$mainMenuLineHeight: 36px !default;
$mainMenuBackgroundColor: #fceb3f !default;
$mainMenuBackgroundColor: #ffe000 !default;
$mainMenuLinkColor: #000000 !default;
$mainMenuLinkHoverColor: #fffbcd !default;
$mainMenuLinkHoverColor: #f2f0e9 !default;
$mainMenuLinkActiveColor: #FFFFFF !default;
$mainMenuLinkBackgroundHoverColor: transparent !default;
$mainMenuLinkHoverColor: #000000 !default;

View File

@@ -5,7 +5,7 @@
}
.db_exception {
margin-top: 10px;
background-color: #fceb3f;
background-color: #ffe000;
}
.db_infos {
width: 100%;
@@ -38,7 +38,7 @@ div[id$="_indexed_bar"] {
height: 15px;
position: absolute;
z-index: 6;
background: #e5d4a0;
background: #dbd8cc;
}
div[id$="_indexed_percent"] {
width: 198px;

View File

@@ -233,6 +233,7 @@
#admin-field-app .save-all{
padding: 15px;
margin-bottom: 8px;
}
#admin-field-app .overlay {

View File

@@ -19,7 +19,7 @@ table.whoisTable tr {
border: #cccccc 1px solid;
}
table.whoisTable tr:hover {
background-color: #fffbcd;
background-color: #f2f0e9;
}
table.whoisTable td {
padding: 3px;
@@ -47,10 +47,10 @@ table.admintable tr {
vertical-align: middle;
}
table.admintable tr.selected:hover {
background-color: #faa732;
background-color: #aaa8a5;
}
table.admintable thead {
background-color: #e5d4a0;
background-color: #dbd8cc;
}
table.admintable thead th {
padding: 3px;
@@ -58,13 +58,13 @@ table.admintable thead th {
font-weight: bold;
}
table.admintable tbody tr.even {
background-color: #fffbcd;
background-color: #f2f0e9;
}
table.admintable tbody tr.selected {
background-color: #faa732;
background-color: #aaa8a5;
}
table.admintable tbody tr:hover {
background-color: #faa732;
background-color: #aaa8a5;
cursor: pointer;
}
table.admintable tbody td {
@@ -87,10 +87,10 @@ table.admintable .centered {
display: none;
}
#users th.sortable.hover {
background-color: #faa732;
background-color: #aaa8a5;
}
#users th.sortable.sorted {
background-color: #faa732;
background-color: #aaa8a5;
}
#users th.sortable.sorted span.ord_notifier {
display: inline;
@@ -125,8 +125,8 @@ td.users_col.options {
font-weight: bold;
}
#tooltip-usr #tabledescexp td.tooltip-title {
background-color: #faa732;
border: 1px solid #f39106;
background-color: #aaa8a5;
border: 1px solid #aaa8a5;
margin: 10px auto;
font-weight: bold;
font-size: 14px;

View File

@@ -87,12 +87,12 @@ select {
}
li.selected,
div.selected {
background-color: #faa732;
background-color: #aaa8a5;
color: #ffffff;
}
li.selected a,
div.selected a {
background-color: #faa732;
background-color: #aaa8a5;
color: #ffffff;
}
.treeview ul {
@@ -114,7 +114,7 @@ div.finder div.content div.title {
/******* MAIN MENU ************************************************************/
$mainMenuBackgroundColor: #fceb3f;
$mainMenuBackgroundColor: #ffe000;
$mainMenuLinkColor: #333333;
$mainMenuLinkHoverColor: #000000;
$mainMenuLinkActiveColor: #000000;
@@ -128,14 +128,14 @@ $mainMenuLinkBackgroundHoverColor: transparent;
/******* LEFT SIDE ************************************************************/
#left {
background-color: #fffbcd;
background-color: #f2f0e9;
overflow: auto;
}
#FNDR {
overflow: auto;
}
#FNDR li.selected {
background-color: #faa732;
background-color: #aaa8a5;
color: #ffffff;
}
#FNDR a {
@@ -256,7 +256,7 @@ div.switch_right.unchecked {
background-size: 16px;
}
.board_section div[class="section"] ul.setup li:hover {
background-color: #fffbcd;
background-color: #f2f0e9;
}
/******* PUBLICATIONS *********************************************************/
#pub_icon {