Improvements to the calendar widget
This commit is contained in:
11
style.css
11
style.css
@@ -619,6 +619,17 @@ div.luxtools-calendar td.luxtools-calendar-day a:visited {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
div.luxtools-calendar td.luxtools-calendar-day span.curid > a,
|
||||
div.luxtools-calendar td.luxtools-calendar-day span.curid > a:visited,
|
||||
div.luxtools-calendar td.luxtools-calendar-day span.curid > a:hover,
|
||||
div.luxtools-calendar td.luxtools-calendar-day span.curid > a:focus,
|
||||
div.luxtools-calendar td.luxtools-calendar-day span.curid > a:active {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
border-bottom: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
div.luxtools-calendar td.luxtools-calendar-day:hover {
|
||||
background-color: @ini_background_alt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user