forked from extern/egroupware
Make chosen and taglist hover colors consistent with new color code
This commit is contained in:
parent
7d832585ec
commit
ea0bc60ba5
@ -1559,6 +1559,10 @@ div#ui-datepicker-div {
|
|||||||
/* It doesn't really work smaller than this */
|
/* It doesn't really work smaller than this */
|
||||||
border: solid 1px #e6e6e6;
|
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 {
|
.ms-ctn .ms-trigger {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
@ -2542,6 +2546,13 @@ button[id="add"] {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-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 */
|
/* @end */
|
||||||
/* @group Multi Chosen */
|
/* @group Multi Chosen */
|
||||||
/* @end */
|
/* @end */
|
||||||
|
@ -1548,6 +1548,10 @@ div#ui-datepicker-div {
|
|||||||
/* It doesn't really work smaller than this */
|
/* It doesn't really work smaller than this */
|
||||||
border: solid 1px #e6e6e6;
|
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 {
|
.ms-ctn .ms-trigger {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
@ -2531,6 +2535,13 @@ button[id="add"] {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-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 */
|
/* @end */
|
||||||
/* @group Multi Chosen */
|
/* @group Multi Chosen */
|
||||||
/* @end */
|
/* @end */
|
||||||
|
@ -1559,6 +1559,10 @@ div#ui-datepicker-div {
|
|||||||
/* It doesn't really work smaller than this */
|
/* It doesn't really work smaller than this */
|
||||||
border: solid 1px #e6e6e6;
|
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 {
|
.ms-ctn .ms-trigger {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
@ -2542,6 +2546,13 @@ button[id="add"] {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-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 */
|
/* @end */
|
||||||
/* @group Multi Chosen */
|
/* @group Multi Chosen */
|
||||||
/* @end */
|
/* @end */
|
||||||
|
@ -57,10 +57,15 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-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.active-result {}
|
||||||
.chzn-container .chzn-results li.disabled-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.no-results {}
|
||||||
.chzn-container .chzn-results li.group-result {}
|
.chzn-container .chzn-results li.group-result {}
|
||||||
.chzn-container .chzn-results li.group-option {}
|
.chzn-container .chzn-results li.group-option {}
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
/* It doesn't really work smaller than this */
|
/* It doesn't really work smaller than this */
|
||||||
border: solid 1px #e6e6e6;
|
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 {
|
.ms-ctn .ms-trigger {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,8 @@
|
|||||||
.ms-res-ctn {
|
.ms-res-ctn {
|
||||||
/* It doesn't really work smaller than this */
|
/* It doesn't really work smaller than this */
|
||||||
border: solid 1px #e6e6e6;
|
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;}
|
||||||
|
@ -1570,6 +1570,10 @@ div#ui-datepicker-div {
|
|||||||
/* It doesn't really work smaller than this */
|
/* It doesn't really work smaller than this */
|
||||||
border: solid 1px #e6e6e6;
|
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 {
|
.ms-ctn .ms-trigger {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
@ -2553,6 +2557,13 @@ button[id="add"] {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-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 */
|
/* @end */
|
||||||
/* @group Multi Chosen */
|
/* @group Multi Chosen */
|
||||||
/* @end */
|
/* @end */
|
||||||
|
Loading…
Reference in New Issue
Block a user