Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
185f9ed8dc
3 changed files with 12 additions and 2 deletions
|
@ -5,6 +5,12 @@
|
||||||
<p align="center"> <b> A macOS BigSur-like theme for your GTK apps </b> </p>
|
<p align="center"> <b> A macOS BigSur-like theme for your GTK apps </b> </p>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
If you like my project, you can buy me a coffee:
|
||||||
|
|
||||||
|
<span class="paypal"><a href="https://www.paypal.me/vinceliuice" title="Donate to this project using Paypal"><img src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png" alt="PayPal donate button" /></a></span>
|
||||||
|
|
||||||
# Installation is easy!
|
# Installation is easy!
|
||||||
<details> <summary> Required dependencies <b>(click to open)</b> </summary>
|
<details> <summary> Required dependencies <b>(click to open)</b> </summary>
|
||||||
|
|
||||||
|
|
|
@ -1657,11 +1657,13 @@ headerbar {
|
||||||
transparent 84%) 0 0 0 1 / 0 0 0 1px stretch;
|
transparent 84%) 0 0 0 1 / 0 0 0 1px stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked {
|
&:hover, &:active, &:checked {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover + button,
|
||||||
|
button:active + button,
|
||||||
button:checked + button { border-image: none; }
|
button:checked + button { border-image: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2074,11 +2074,13 @@ headerbar {
|
||||||
transparent 84%) 0 0 0 1 / 0 0 0 1px stretch;
|
transparent 84%) 0 0 0 1 / 0 0 0 1px stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked {
|
&:hover, &:active, &:checked {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover + button,
|
||||||
|
button:active + button,
|
||||||
button:checked + button { border-image: none; }
|
button:checked + button { border-image: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue