client/css/tag-input-control: dark suggest header
This commit is contained in:
parent
f73e27c91c
commit
ca50819948
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ div.tag-input, ul.compact-tags
|
||||||
background: $window-color-darktheme
|
background: $window-color-darktheme
|
||||||
ul li:last-child
|
ul li:last-child
|
||||||
border-bottom: 0.5em solid alpha($window-color-darktheme, 0)
|
border-bottom: 0.5em solid alpha($window-color-darktheme, 0)
|
||||||
|
p
|
||||||
|
background: darken($tag-suggestions-header-color, 80%)
|
||||||
.append
|
.append
|
||||||
color: $inactive-link-color-darktheme
|
color: $inactive-link-color-darktheme
|
||||||
div.tag-input, ul.compact-tags
|
div.tag-input, ul.compact-tags
|
||||||
|
|
Reference in a new issue