Datemenu: focus improvements
This commit is contained in:
+9
-4
@@ -42,7 +42,7 @@
|
||||
|
||||
.datemenu-today-button:focus {
|
||||
transition-duration: 100ms;
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||
}
|
||||
|
||||
@@ -72,16 +72,20 @@
|
||||
}
|
||||
|
||||
.calendar-day-base:hover,
|
||||
.calendar-day-base:focus,
|
||||
.calendar-day-base:active:hover,
|
||||
.calendar-day-base:selected:hover,
|
||||
.calendar .calendar-month-header .pager-button:hover,
|
||||
.calendar .calendar-month-header .pager-button:focus {
|
||||
.calendar .calendar-month-header .pager-button:hover {
|
||||
background-color: ACCENT-DISABLED_HOVER;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
|
||||
.calendar-day-base:focus,
|
||||
.calendar .calendar-month-header .pager-button:focus {
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
.calendar-day-base:active,
|
||||
.calendar-day-base:selected {
|
||||
background: ACCENT-DISABLED_HOVER;
|
||||
@@ -139,6 +143,7 @@
|
||||
.events-button:focus,
|
||||
.world-clocks-button:focus,
|
||||
.weather-button:focus {
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||
}
|
||||
|
||||
|
||||
+5
-3
@@ -21,9 +21,6 @@
|
||||
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
|
||||
}
|
||||
|
||||
.message:focus {
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||
}
|
||||
|
||||
.message-list .message {
|
||||
background-color: SECTION-COLOR;
|
||||
@@ -35,6 +32,11 @@
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
}
|
||||
|
||||
.message-list .message:focus {
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||
}
|
||||
|
||||
.message .message-body,
|
||||
.message-title {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
|
||||
Reference in New Issue
Block a user