1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

organizr email center fixes

This commit is contained in:
gilbn 2021-08-03 23:39:52 +02:00
parent 3e3819fb10
commit 9e27633b84

View File

@ -1579,6 +1579,36 @@ a:hover,
color: var(--label-text-color) !important;
}
/* Email Center */
#user-list-div .ms-container .ms-selectable li.ms-hover,
#user-list-div .ms-container .ms-selection li.ms-hover {
background: rgb(var(--accent-color));
color: var(--label-text-color);
}
#user-list-div .ms-container .ms-selectable,
#user-list-div .ms-container .ms-selection {
background: rgb(0 0 0 / 25%);
color: var(--text);
}
#user-list-div .ms-container .ms-selectable li.ms-elem-selectable,
#user-list-div .ms-container .ms-selection li.ms-elem-selection {
border-bottom: 1px rgba(238, 238, 238, .1) solid;
color: var(--text)
}
#user-list-div .ms-container .ms-list.ms-focus {
border-color: rgba(var(--accent-color), 0.8);
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(var(--accent-color), .6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(var(--accent-color), 0.6);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(var(--accent-color), .6);
}
#user-list-div .ms-container .ms-list {
border: 1px solid rgb(var(--accent-color));
}
/* THEME PARK CUSTOM END*/
html {