1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Fix color of hovered edit button

This commit is contained in:
Guillaume Ayoub 2013-08-26 15:22:53 +02:00
parent 3051070930
commit c2ae56c975

View file

@ -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;
}