restore tooltips in css, because color should be always set
This commit is contained in:
parent
195a30c1a6
commit
d40d474137
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user