Skip to content

Commit 2ce1f9b

Browse files
committed
force transparent background on selectize input
1 parent 11746bc commit 2ce1f9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/hf_base.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,8 +1585,8 @@ li.path-ext-svg a img {
15851585
.filter-tag-form .selectize-input input,
15861586
.filter-author-form .selectize-input input,
15871587
.filter-added_by-form .selectize-input input {
1588-
background: transparent;
1589-
color: #444;
1588+
background: transparent !important;
1589+
color: #444 !important;
15901590
height: 16px;
15911591
padding: 0;
15921592
height: 26px;
@@ -1664,4 +1664,4 @@ li.path-ext-svg a img {
16641664

16651665
.filter-album-form .add-album-button {
16661666
width: fit-content;
1667-
}
1667+
}

0 commit comments

Comments
 (0)