mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
13 lines
369 B
CSS
13 lines
369 B
CSS
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);
|
|
}
|