Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Mar 28, 2018
1 parent 5adc3d3 commit 223123c
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions src/_sass/gtk/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: $material_radius + 1px;
box-shadow: $shadow_2;
background-color: $lighter_bg_color;
background-color: rgba($lighter_bg_color, 0.95);

.container { padding: 2px; }

Expand Down Expand Up @@ -380,7 +380,7 @@ $pos_list: ((top, bottom), (bottom, top), (left, right), (right, left));

// Raven
.raven {
background-color: $lighter_bg_color;
background-color: rgba($lighter_bg_color, 0.95);

// for >=10.4
> box { margin-bottom: -10px; }
Expand Down Expand Up @@ -558,7 +558,7 @@ calendar.raven-calendar {
padding: 3px;
border-radius: $buttons_radius;
box-shadow: $shadow_2, inset 0 1px $highlight_color;
background-color: $lighter_bg_color;
background-color: rgba($lighter_bg_color, 0.95);

button { @extend %simple_flat_button; }

Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-compact-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-dark-compact-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-dark-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-dark-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #4c5351;
background-color: rgba(76, 83, 81, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-light-compact-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-light-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-light-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down
6 changes: 3 additions & 3 deletions src/gtk/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ na-tray-applet {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.budgie-popover .container {
Expand Down Expand Up @@ -6625,7 +6625,7 @@ frame.raven-frame > border {
}

.raven {
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.raven > box {
Expand Down Expand Up @@ -6773,7 +6773,7 @@ calendar.raven-calendar:selected {
padding: 3px;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FAFAFA;
background-color: rgba(250, 250, 250, 0.95);
}

.drop-shadow .linked > button {
Expand Down

0 comments on commit 223123c

Please sign in to comment.