config/eww ahrc-laptop : CSS, définition de règles pour toutes les eventbox:hover
This commit is contained in:
parent
bc82ad6ece
commit
2253608753
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@ window > box > box > * {
|
|||
border-top: 2px solid white;
|
||||
}
|
||||
|
||||
.workspace-button:hover {
|
||||
border-color: #80ff80;
|
||||
color: #e0ffe0;
|
||||
:hover {
|
||||
border-color: #b0ffb0;
|
||||
color: #b0ffb0;
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
.workspace-button > box {
|
||||
|
|
Loading…
Reference in a new issue