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;
|
border-top: 2px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-button:hover {
|
:hover {
|
||||||
border-color: #80ff80;
|
border-color: #b0ffb0;
|
||||||
color: #e0ffe0;
|
color: #b0ffb0;
|
||||||
|
border-top-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-button > box {
|
.workspace-button > box {
|
||||||
|
|
Loading…
Reference in a new issue