Set dark border for btn_use_defaults on hover and focus

This commit is contained in:
Sukhwinder Dhillon 2022-06-08 16:11:45 +02:00 committed by Yonas Habteab
parent 95c6b7cd7f
commit 23de575782

View File

@ -34,6 +34,7 @@
&:hover, &:focus {
background-color: @icinga-blue-dark;
border-color: @icinga-blue-dark;
}
}