mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 20:55:10 +01:00
Also theme (autocomplete) search inputfield
This commit is contained in:
@@ -40,7 +40,8 @@
|
|||||||
}
|
}
|
||||||
/* label underline focus color */
|
/* label underline focus color */
|
||||||
.input-field input[type=text]:focus,
|
.input-field input[type=text]:focus,
|
||||||
.input-field .prefix ~ input[type=text]:focus
|
.input-field .prefix ~ input[type=text]:focus,
|
||||||
|
.input-field input[type=text].autocomplete:focus
|
||||||
{
|
{
|
||||||
border-bottom: 1px solid {{ theme.BUTTON }};
|
border-bottom: 1px solid {{ theme.BUTTON }};
|
||||||
box-shadow: 0 1px 0 0 {{ theme.BUTTON }};
|
box-shadow: 0 1px 0 0 {{ theme.BUTTON }};
|
||||||
|
|||||||
Reference in New Issue
Block a user