mirror of
https://github.com/DI0IK/Aufgaben_WE_DHBW.git
synced 2025-07-05 16:48:48 +00:00
set pointer style for buttons
This commit is contained in:
parent
97608ae09e
commit
5485505647
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ button.primary {
|
|||
button.primary:hover {
|
||||
background-color: var(--primary-30);
|
||||
border-color: var(--primary-20);
|
||||
cursor: pointer;
|
||||
}
|
||||
button.primary:active {
|
||||
background-color: var(--primary-40);
|
||||
|
@ -31,6 +32,7 @@ button.secondary {
|
|||
button.secondary:hover {
|
||||
background-color: var(--primary-40);
|
||||
border-color: var(--primary-20);
|
||||
cursor: pointer;
|
||||
}
|
||||
button.secondary:active {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue