Datemenu: focus improvements
This commit is contained in:
+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