update
This commit is contained in:
parent
ccc7fbb467
commit
c06905cb22
@ -1,7 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
set -ueo pipefail
|
||||
set -o physical
|
||||
#set -x
|
||||
|
||||
REPO_DIR=$(cd $(dirname $0) && pwd)
|
||||
SRC_DIR=${REPO_DIR}/src
|
||||
|
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
|
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
|
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
|
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
|
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
|
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
|
@ -5,6 +5,9 @@ style "default" {
|
||||
|
||||
# Style Properties
|
||||
|
||||
GtkWindow::resize-grip-height = 4
|
||||
GtkWindow::resize-grip-width = 4
|
||||
|
||||
GtkWidget::focus-line-width = 1
|
||||
GtkMenuBar::window-dragging = 1
|
||||
GtkToolbar::window-dragging = 1
|
||||
|
@ -10027,17 +10027,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid #4d4d4d;
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -10023,17 +10023,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -10065,16 +10065,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -10061,16 +10061,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -152,7 +152,7 @@
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: $light_alt_fg_color;
|
||||
background-color: $primary_color;
|
||||
border: none;
|
||||
@ -217,7 +217,7 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
// Events
|
||||
.events-button {
|
||||
.events-box {
|
||||
spacing: 6px;
|
||||
|
@ -140,8 +140,6 @@ $raven_padding: 8px;
|
||||
&:disabled { color: $disabled_fg_color; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
treeview.view.sidebar,
|
||||
scrolledwindow.sidebar:not(.categories) { //AppMenu (Elementary)
|
||||
// min-height: 36px;
|
||||
@ -1173,12 +1171,10 @@ window.budgie-switcher-window {
|
||||
}
|
||||
|
||||
%budgie_dialog {
|
||||
border-radius: $wm_radius;
|
||||
background-color: $bg_color;
|
||||
@if $variant == 'dark' { border: 1px solid lighten($menu_bg, 10%); }
|
||||
|
||||
&.background {border-radius: $wm_radius; }
|
||||
decoration { border-radius: $wm_radius; }
|
||||
&, &.background, decoration { border-radius: $wm_radius; }
|
||||
}
|
||||
|
||||
// Session Dialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user