Remove !important on border-color and background-color
This commit is contained in:
parent
0625b29813
commit
a474b272f5
@ -1116,10 +1116,7 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
|
||||
font-size: 16px;
|
||||
cursor: default;
|
||||
position: absolute;
|
||||
/* Themes will override the color here,
|
||||
but it's necessary to make it opaque */
|
||||
background-color: #eee;
|
||||
border: 1px solid #999;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
.important-traits-tooltip::after {
|
||||
|
@ -395,8 +395,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
|
||||
}
|
||||
|
||||
.important-traits-tooltiptext {
|
||||
background-color: #314559 !important;
|
||||
border-color: #5c6773 !important;
|
||||
background-color: #314559;
|
||||
border-color: #5c6773;
|
||||
}
|
||||
|
||||
#titles > div.selected {
|
||||
|
@ -338,8 +338,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
|
||||
}
|
||||
|
||||
.important-traits-tooltiptext {
|
||||
background-color: #111 !important;
|
||||
border-color: #777 !important;
|
||||
background-color: #111;
|
||||
border-color: #777;
|
||||
}
|
||||
|
||||
#titles > div:not(.selected) {
|
||||
|
@ -332,8 +332,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
|
||||
}
|
||||
|
||||
.important-traits-tooltiptext {
|
||||
background-color: #eee !important;
|
||||
border-color: #999 !important;
|
||||
background-color: #eee;
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
#titles > div:not(.selected) {
|
||||
|
Loading…
Reference in New Issue
Block a user