0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 10:02:43 +00:00

set cursor in code less for disabled elements

This commit is contained in:
Víctor Losada Hernández
2024-10-11 00:35:43 +02:00
parent 3e6884b506
commit 766fd40b72

View File

@@ -46,5 +46,6 @@ button{
} }
&:disabled{ &:disabled{
background-color : @silver !important; background-color : @silver !important;
cursor:not-allowed;
} }
} }