Make chosen and taglist hover colors consistent with new color code

This commit is contained in:
Hadi Nategh 2019-04-04 11:22:10 +02:00
parent 7d832585ec
commit ea0bc60ba5
7 changed files with 59 additions and 3 deletions

View File

@ -1559,6 +1559,10 @@ div#ui-datepicker-div {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}
@ -2542,6 +2546,13 @@ button[id="add"] {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
color: #1E1E1E;
}
.chzn-container .chzn-results li.highlighted {
background: rgba(153, 204, 255, 0.4);
color: #000000;
}
/* @end */
/* @group Multi Chosen */
/* @end */

View File

@ -1548,6 +1548,10 @@ div#ui-datepicker-div {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}
@ -2531,6 +2535,13 @@ button[id="add"] {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
color: #1E1E1E;
}
.chzn-container .chzn-results li.highlighted {
background: rgba(153, 204, 255, 0.4);
color: #000000;
}
/* @end */
/* @group Multi Chosen */
/* @end */

View File

@ -1559,6 +1559,10 @@ div#ui-datepicker-div {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}
@ -2542,6 +2546,13 @@ button[id="add"] {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
color: #1E1E1E;
}
.chzn-container .chzn-results li.highlighted {
background: rgba(153, 204, 255, 0.4);
color: #000000;
}
/* @end */
/* @group Multi Chosen */
/* @end */

View File

@ -57,10 +57,15 @@
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {}
.chzn-container .chzn-results li {
color: @gray_90;
}
.chzn-container .chzn-results li.active-result {}
.chzn-container .chzn-results li.disabled-result {}
.chzn-container .chzn-results li.highlighted {}
.chzn-container .chzn-results li.highlighted {
background: @color_hover_row;
color: @gray_100;
}
.chzn-container .chzn-results li.no-results {}
.chzn-container .chzn-results li.group-result {}
.chzn-container .chzn-results li.group-option {}

View File

@ -16,6 +16,10 @@
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}

View File

@ -19,5 +19,8 @@
.ms-res-ctn {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
.ms-res-item-active {
background-color: @color_hover_row;
}
}
.ms-ctn .ms-trigger {border-left:none;}
.ms-ctn .ms-trigger {border-left:none;}

View File

@ -1570,6 +1570,10 @@ div#ui-datepicker-div {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}
@ -2553,6 +2557,13 @@ button[id="add"] {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
color: #1E1E1E;
}
.chzn-container .chzn-results li.highlighted {
background: rgba(153, 204, 255, 0.4);
color: #000000;
}
/* @end */
/* @group Multi Chosen */
/* @end */