mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Fix color of hovered edit button
This commit is contained in:
parent
3051070930
commit
c2ae56c975
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ aside > header {
|
|||
transition: background-color 0.3s linear;
|
||||
}
|
||||
|
||||
#rss:hover, #rss:focus {
|
||||
#rss:hover, #rss:focus, #editable:hover, #editable:focus {
|
||||
background-color: #E70;
|
||||
box-shadow: 0 0 5px #D60;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue