Minor accesibility fix

main
anthony 1 week ago
parent 4953e69324
commit 523b3a147d

@ -65,7 +65,7 @@
background-size: 40px; background-size: 40px;
padding: 5px 5px; padding: 5px 5px;
background-color: rgba(85, 8, 44, 1); background-color: rgba(85, 8, 44, 1);
color: rgba(0, 0, 0, 0) color: rgba(0, 0, 0, 0);
} }
@ -74,16 +74,22 @@
.show-apps:focus .overview-icon, .show-apps:focus .overview-icon,
#dash .show-apps:hover .overview-icon, #dash .show-apps:hover .overview-icon,
#dash .show-apps:focus .overview-icon { #dash .show-apps:focus .overview-icon {
background-image: url("./launchpad.svg") !important;
background-size: 40px;
padding: 5px 5px;
background-color: rgba(6, 6, 6, 1); background-color: rgba(6, 6, 6, 1);
color: rgba(0, 215, 145, 1); color: rgba(0, 0, 0, 0);
} }
/*.show-apps:active .overview-icon, /*.show-apps:active .overview-icon,
.show-apps .overview-icon:insensitive*/ .show-apps .overview-icon:insensitive*/
#dash .show-apps:active .overview-icon { #dash .show-apps:active .overview-icon {
background-image: url("./launchpad.svg") !important;
background-size: 40px;
padding: 5px 5px;
background-color: rgba(0, 215, 145, 1); background-color: rgba(0, 215, 145, 1);
color: rgba(6, 6, 6, 1); color: rgba(0, 0, 0, 0);
} }
/* folders */ /* folders */
@ -1485,7 +1491,7 @@ StEntry:focus {
.popup-menu-content, /* popover content */ .popup-menu-content, /* popover content */
.candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */ .candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */
color: rgba(40, 7, 43, 0.87); color: rgba(0, 215, 145, 1);
background: rgba(6, 6, 6, 1); background: rgba(6, 6, 6, 1);
padding: 10px; padding: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
@ -1494,16 +1500,19 @@ StEntry:focus {
.popup-menu-item, /* menu items */ .popup-menu-item, /* menu items */
.app-menu { /* right-click (and panel) app menu */ .app-menu { /* right-click (and panel) app menu */
margin: 3px 0; margin: 3px 0;
border-radius: 12px; border-radius: 20px;
transition-duration: 150ms; transition-duration: 150ms;
background-color: rgba(85, 5, 44, 1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
color: rgba(6, 6, 6, 1);
} }
.popup-menu-item:focus, .popup-menu-item:focus,
.popup-menu-item:hover, .popup-menu-item:hover,
.popup-menu-item:checked { .popup-menu-item:checked {
background-color: rgba(85, 8, 44, 1) !important; background-color: rgba(0, 215, 145, 1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
color: rgba(40, 7, 43, 0.87); color: rgba(6, 6, 6, 1);
} }
.popup-menu-item:checked { .popup-menu-item:checked {
@ -1511,7 +1520,7 @@ StEntry:focus {
} }
.popup-menu-item:active { .popup-menu-item:active {
background-color: rgba(227, 203, 230, 0.95); background-color: rgba(0, 215, 145, 1);
color: rgba(40, 7, 43, 0.87); color: rgba(40, 7, 43, 0.87);
} }

Loading…
Cancel
Save