search button can sometimes be on same line as input
This commit is contained in:
parent
b6e181efb1
commit
c59995c807
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.tagit { background: white !important; border: 1px solid grey !important; cursor: text; }
|
.tagit { background: white !important; border: 1px solid grey !important; cursor: text; }
|
||||||
.tagit-choice { cursor: initial; }
|
.tagit-choice { cursor: initial; }
|
||||||
input[name=search] ~ input[type=submit] { display: block !important; }
|
input[name=search] ~ input[type=submit] { display: inline-block !important; }
|
||||||
|
|
||||||
.tag-negative { background: #ff8080 !important; }
|
.tag-negative { background: #ff8080 !important; }
|
||||||
.tag-positive { background: #40bf40 !important; }
|
.tag-positive { background: #40bf40 !important; }
|
Loading…
x
Reference in New Issue
Block a user