linuxware/.themes/dracula/gtk-3.0/apps/solus-applications.css
Alexandre Cavalheiro S. Tiago Da Silva 67c7ccd66b
chore: initial commit
2021-04-05 10:48:05 -03:00

12 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);
}