mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
select::-moz-focus-inner {
|
select::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user