Skip to content

Commit

Permalink
_tauos.scss - Reintroduce glow, using a different method
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jun 24, 2024
1 parent b27c4d8 commit d30cf36
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1356,10 +1356,22 @@ button.image-button.disclosure-button {

.flat-appbar {
padding: px-to-rem(4px);
box-shadow: inset 0 6px 0 0 gtkalpha(white, .01),
inset 0 5px 0 0 gtkalpha(white, .02),
inset 0 4px 0 0 gtkalpha(white, .03),
inset 0 3px 0 0 gtkalpha(white, .04),
inset 0 2px 0 0 gtkalpha(white, .05),
inset 0 1px 0 0 gtkalpha($borders, .4);
}
.appbar {
padding: px-to-rem(4px);
background: bg-color(2);
box-shadow: inset 0 6px 0 0 gtkalpha(white, .01),
inset 0 5px 0 0 gtkalpha(white, .02),
inset 0 4px 0 0 gtkalpha(white, .03),
inset 0 3px 0 0 gtkalpha(white, .04),
inset 0 2px 0 0 gtkalpha(white, .05),
inset 0 1px 0 0 gtkalpha($borders, .4);
}
.appbar .text-field text,
.flat-appbar .text-field text {
Expand Down

0 comments on commit d30cf36

Please sign in to comment.