mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-05 01:47:22 +00:00
general: link buttons
This commit is contained in:
parent
14d1581dfd
commit
b29b0d1d5f
1 changed files with 14 additions and 5 deletions
|
|
@ -956,17 +956,26 @@ button:link:checked,
|
||||||
button:visited,
|
button:visited,
|
||||||
button:visited:hover,
|
button:visited:hover,
|
||||||
button:visited:active,
|
button:visited:active,
|
||||||
button:visited:checked
|
button:visited:checked {
|
||||||
{background-image: none; background-color: transparent; box-shadow: none;}
|
background-image: none;
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
button:link > label, button:link, *:link { color: @gtk_selected_bg_color; }
|
button:link > label, button:link, *:link {
|
||||||
button:visited > label, button:visited{ color: mix(@gtk_selected_bg_color,@error_color,0.5); }
|
color: @gtk_fg_color;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
button:visited > label, button:visited{
|
||||||
|
color: shade(@gtk_fg_color,1.2);
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
button:link > label:disabled,
|
button:link > label:disabled,
|
||||||
button:visited > label:disabled,
|
button:visited > label:disabled,
|
||||||
button:disabled:link,
|
button:disabled:link,
|
||||||
button:disabled:visited,
|
button:disabled:visited,
|
||||||
*:link:disabled { color: alpha(@gtk_selected_bg_color,0.5); }
|
*:link:disabled { color: alpha(@gtk_fg_color,0.5); }
|
||||||
|
|
||||||
button.circular,
|
button.circular,
|
||||||
.circular{ border-radius: 9999px; }
|
.circular{ border-radius: 9999px; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue