Skip to content

Commit

Permalink
Fix hover style in year view (Bug #13057).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 11, 2014
1 parent 3f717fb commit f738b58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kronolith/themes/default/screen.css
Expand Up @@ -220,7 +220,8 @@ table.kronolithViewMonth {
.kronolith-minical table tbody td a {
display: block;
}
.kronolith-minical table tbody td:hover {
.kronolith-minical table tbody td:hover,
.kronolith-minical table tbody td:hover a {
background-color: #f1f1f1;
color: #000;
}
Expand Down Expand Up @@ -251,8 +252,9 @@ tr.kronolith-minical-nav, tr.kronolith-minical-nav th {
.kronolith-minical .kronolith-today,
.kronolith-minical .kronolith-today:hover,
.kronolith-minical .kronolith-today a,
.kronolith-minical .kronolith-today:hover a,
#horde-sidebar .kronolith-minical .kronolith-today a {
background-color: #7eaa42;
background-color: #7eaa42 !important;
color: #fff;
}
.kronolith-minical .kronolith-selected.kronolith-today {
Expand Down

0 comments on commit f738b58

Please sign in to comment.