mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
parent
c870fb6720
commit
6ffd537a58
19 changed files with 69 additions and 143 deletions
|
@ -1,7 +0,0 @@
|
|||
.action {
|
||||
border-color: rgb(185, 185, 185);
|
||||
}
|
||||
|
||||
.action:active, .action:hover, .action:focus {
|
||||
background-color: rgb(236, 237, 236);
|
||||
}
|
|
@ -4,4 +4,6 @@ body {
|
|||
--link-color: blue;
|
||||
--input-background-color: rgb(255, 255, 255);
|
||||
--button-background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
|
||||
--stacked-inputs-border-color: rgb(185, 185, 185);
|
||||
--stacked-inputs-focus-color: rgb(236, 237, 236);
|
||||
}
|
|
@ -8,12 +8,4 @@
|
|||
|
||||
.hasHiddenActions:hover, .hasHiddenActions .actions {
|
||||
background-color: rgb(236, 237, 236);
|
||||
}
|
||||
|
||||
.modal button {
|
||||
border-color: rgb(236, 237, 236);
|
||||
}
|
||||
|
||||
.modal button:active, .modal button:hover, .modal button:focus {
|
||||
background-color: rgb(236, 237, 236);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue