Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jan 8, 2018
1 parent a90389f commit 4bd12f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/gtk-3.0/3.20/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -639,12 +639,16 @@ panel-toplevel.background {
// Xfce Panel
.xfce4-panel.panel {
background-color: $panel_bg;
font-weight: normal;

text-shadow: none;
-gtk-icon-shadow: none;

button.flat { @extend %panelbutton; }
}
.xfce4-panel.panel menu {
font-weight: normal;
}

#tasklist-button {
color: transparentize($panel_fg, 0.2);
Expand Down

1 comment on commit 4bd12f2

@NicoHood
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fossfreedom The text is still not the same with this fix. One if white and one is gray. The panel is black/dark for every arc variant, so the text always has to be white. Any idea how t fix this?
screenshot from 2018-01-08 19-59-07

Please sign in to comment.