kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - Cursor over labels should be pointer
rodzic
9e67a572c5
commit
b8d5a12ad0
|
@ -322,6 +322,12 @@ a.pure-button-selected {
|
|||
padding: 0.5rem 0 1rem 0;
|
||||
}
|
||||
|
||||
label {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
#notification-customisation {
|
||||
border: 1px solid var(--color-border-notification);
|
||||
padding: 0.5rem;
|
||||
|
|
|
@ -474,6 +474,9 @@ a.pure-button-selected {
|
|||
.notifications-wrapper {
|
||||
padding: 0.5rem 0 1rem 0; }
|
||||
|
||||
label:hover {
|
||||
cursor: pointer; }
|
||||
|
||||
#notification-customisation {
|
||||
border: 1px solid var(--color-border-notification);
|
||||
padding: 0.5rem;
|
||||
|
|
Ładowanie…
Reference in New Issue