solus-applications.css 369 B

123456789101112
  1. QuirkyClient .linked .button:first-child {
  2. border-color: alpha(black,0.2);
  3. border-width: 1px;
  4. }
  5. QuirkyClient .linked .button:first-child:hover,
  6. QuirkyClient .linked .button:first-child:active,
  7. QuirkyClient .linked .button:first-child:checked {
  8. border-color: transparent;
  9. border-top-color: alpha(white,0.2);
  10. border-bottom-color: alpha(black,0.2);
  11. }