mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
css: do not outline forms with focus
This commit is contained in:
parent
686f168ee3
commit
501f76c368
@ -7,6 +7,10 @@ div.action-bar a:focus, .tabs a:focus {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
div.action-bar a, div.action-bar form i {
|
div.action-bar a, div.action-bar form i {
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user