This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
gtk-nova-theme/gtk-3.0/apps/solus-applications.css
2021-01-07 18:44:37 +00:00

13 lines
369 B
CSS
Executable File

QuirkyClient .linked .button:first-child {
border-color: alpha(black,0.2);
border-width: 1px;
}
QuirkyClient .linked .button:first-child:hover,
QuirkyClient .linked .button:first-child:active,
QuirkyClient .linked .button:first-child:checked {
border-color: transparent;
border-top-color: alpha(white,0.2);
border-bottom-color: alpha(black,0.2);
}