mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Add css cursor:pointer to buttons
This commit is contained in:
parent
df7b56881f
commit
19243e6885
@ -87,6 +87,10 @@ button::-moz-focus-inner {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
select::-moz-focus-inner {
|
||||
border: 0;
|
||||
outline: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user