Skip to content

Commit

Permalink
Handle carets in entry widgets in Xfce panel plugins (Fixes #241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Nov 12, 2018
1 parent 0904216 commit c60f474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ $variant: 'light';
transition: none;
}
}
entry { caret-color: $text_color; }
menu {
-gtk-icon-effect: none;

Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4576,6 +4576,8 @@ read if you used those and something break with a version upgrade you're on your
color: #fcfcfc;
box-shadow: inset 0 -1px alpha(white,0), inset 1px 0 alpha(white,0.15), inset -1px 0 alpha(white,0.15), inset 0 1px alpha(white,0.15);
transition: none; }
.xfce4-panel.background entry {
caret-color: #212121; }
.xfce4-panel.background menu {
-gtk-icon-effect: none;
text-shadow: none; }
Expand Down

0 comments on commit c60f474

Please sign in to comment.