restore tooltips in css, because color should be always set

This commit is contained in:
Alexander Meindl 2021-03-21 07:31:35 +01:00
parent 195a30c1a6
commit d40d474137

View File

@ -192,6 +192,17 @@ h2#page-title::before {
font-size: 90%;
}
/* Tooltips */
.ui-tooltip {
background: #000;
color: #fff;
font-size: 12px;
opacity: 0.85;
padding: 8px;
max-width: inherit;
box-shadow: 0 0 6px #888;
}
/* Live search */
h2#page-title.live-search input {
margin-left: 5px;