Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Oct 9, 2016
1 parent 2eb0291 commit c861918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4594,7 +4594,7 @@ button.budgie-menu-launcher {
.user-menu {
padding: 10px; }
.user-menu .content-box separator {
background-color: tranparentize(#F3F3F5, 0.85); }
background-color: rgba(243, 243, 245, 0.15); }
.user-menu list,
.user-menu row.activatable {
background: none;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.20/gtk-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -4605,7 +4605,7 @@ button.budgie-menu-launcher {
.user-menu {
padding: 10px; }
.user-menu .content-box separator {
background-color: tranparentize(#3c3c3e, 0.85); }
background-color: rgba(60, 60, 62, 0.15); }
.user-menu list,
.user-menu row.activatable {
background: none;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4605,7 +4605,7 @@ button.budgie-menu-launcher {
.user-menu {
padding: 10px; }
.user-menu .content-box separator {
background-color: tranparentize(#3c3c3e, 0.85); }
background-color: rgba(60, 60, 62, 0.15); }
.user-menu list,
.user-menu row.activatable {
background: none;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.20/sass/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ button.budgie-menu-launcher {
padding: 10px;

.content-box separator {
background-color: tranparentize($fg_color, 0.85);
background-color: transparentize($fg_color, 0.85);
}

list,
Expand Down

0 comments on commit c861918

Please sign in to comment.