Fixed libadwaita issues

pull/198/head
vinceliuice 4 years ago
parent f4c6f3bcd0
commit 989c2877ff

@ -101,11 +101,9 @@ install() {
if [[ "$tweaks" == 'true' ]]; then
sassc $SASSC_OPT "$SRC_DIR/gtk/3.0/gtk$color$size.scss" "$THEME_DIR/gtk-3.0/gtk.css"
[[ "$color" != '-dark' ]] && \
sassc $SASSC_OPT "$SRC_DIR/gtk/3.0/gtk-dark$size.scss" "$THEME_DIR/gtk-3.0/gtk-dark.css"
else
cp -r "$SRC_DIR/gtk/3.0/gtk$color$size.css" "$THEME_DIR/gtk-3.0/gtk.css"
[[ "$color" != '-dark' ]] && \
cp -r "$SRC_DIR/gtk/3.0/gtk-dark$size.css" "$THEME_DIR/gtk-3.0/gtk-dark.css"
fi
@ -115,11 +113,9 @@ install() {
if [[ "$tweaks" == 'true' ]]; then
sassc $SASSC_OPT "$SRC_DIR/gtk/4.0/gtk$color$size.scss" "$THEME_DIR/gtk-4.0/gtk.css"
[[ "$color" != '-dark' ]] && \
sassc $SASSC_OPT "$SRC_DIR/gtk/4.0/gtk-dark$size.scss" "$THEME_DIR/gtk-4.0/gtk-dark.css"
else
cp -r "$SRC_DIR/gtk/4.0/gtk$color$size.css" "$THEME_DIR/gtk-4.0/gtk.css"
[[ "$color" != '-dark' ]] && \
cp -r "$SRC_DIR/gtk/4.0/gtk-dark$size.css" "$THEME_DIR/gtk-4.0/gtk-dark.css"
fi
@ -150,6 +146,23 @@ install() {
cp -r "$SRC_DIR/plank/dock.theme" "$THEME_DIR/plank"
}
link_libadwaita() {
local dest="$1"
local name="$2"
local theme="$3"
local color="$4"
local size="$5"
local THEME_DIR="$dest/$name$theme$color$size"
# link gtk4.0 for libadwaita
mkdir -p "${HOME}/.config/gtk-4.0"
rm -rf "${HOME}/.config/gtk-4.0/"{assets,gtk.css,gtk-dark.css}
ln -sf "${THEME_DIR}/gtk-4.0/assets" "${HOME}/.config/gtk-4.0/assets"
ln -sf "${THEME_DIR}/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
ln -sf "${THEME_DIR}/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"
}
# Install needed packages
install_package() {
if [ ! "$(which sassc 2> /dev/null)" ]; then
@ -286,3 +299,13 @@ install_theme() {
done
done
}
link_theme() {
for theme in "${themes[@]}"; do
for color in "${colors[2]}"; do
for size in "${sizes[0]}"; do
link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size"
done
done
done
}

@ -225,7 +225,7 @@ if [[ "${#sizes[@]}" -eq 0 ]] ; then
sizes=("${SIZE_VARIANTS[@]}")
fi
install_theme
install_theme && link_theme
echo
echo "Done."

@ -21,9 +21,9 @@ $menuitem-size: if($compact == 'false', 28px, 24px);
// Radii
//
$window-radius: 18px;
$corner-radius: 12px;
$menu-radius: 8px;
$window-radius: if($compact == 'false', 18px, 14px);
$corner-radius: if($compact == 'false', 12px, 10px);
$menu-radius: if($compact == 'false', 12px, 9px);
$circular-radius: 9999px;
//

@ -1 +1,2 @@
@import 'apps/gnome-4.0';
@import 'apps/libadwaita';

@ -1578,8 +1578,8 @@ menubar,
menu,
.menu,
.context-menu {
margin: 3px 0; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
padding: 3px;
margin: $container-padding / 2; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
padding: $container-padding;
box-shadow: inset 0 1px highlight($surface);
background-color: $surface;
background-clip: border-box;
@ -1598,7 +1598,7 @@ menu,
color: $text;
font: initial;
text-shadow: none;
border-radius: $menu-radius - 3px;
border-radius: $menu-radius - $container-padding;
&:hover {
transition: none;

File diff suppressed because it is too large Load Diff

@ -11,29 +11,33 @@
@if $t == normal {
transition: $transition, box-shadow $ripple-fade-out-duration $ease-out;
box-shadow: inset 0 0 0 2px transparent;
background-color: $entry;
color: $text;
background-color: if($fc == $primary, $entry, rgba($fc, 0.08));
color: if($fc == $primary, $text, $fc);
}
@if $t == hover {
background-color: $overlay-hover;
box-shadow: inset 0 0 0 2px $overlay-hover;
color: if($fc == $primary, $text, $fc);
}
@if $t == focus {
background-color: $overlay-focus;
box-shadow: inset 0 0 0 2px if($fc == $primary, $track, $fc);
color: if($fc == $primary, $text, $fc);
}
@if $t == checked {
background-color: $entry;
background-color: if($fc == $primary, $entry, rgba($fc, 0.08));
box-shadow: inset 0 0 0 2px if($fc == $primary, $primary, $fc);
color: if($fc == $primary, $text, $fc);
}
@if $t == disabled {
box-shadow: inset 0 0 0 2px transparent;
background-color: $fill;
background-color: if($fc == $primary, $fill, rgba($fc, 0.04));
color: $text-disabled;
color: if($fc == $primary, $text-disabled, rgba($fc, 0.35));
}
@if $t == raised-normal {

@ -241,11 +241,11 @@
// Floating status bar
.floating-bar {
min-height: 32px;
padding: 0;
min-height: $small-size;
padding: 2px;
margin: 6px;
border-style: none;
border-radius: $window-radius;
border-radius: $circular-radius;
background-color: rgba($background, 0.95);
button {

@ -0,0 +1,732 @@
avatar {
border-radius: $circular-radius;
font-weight: bold;
// The list of colors to generate avatars.
// Each avatar color is represented by a font color, a gradient start color and a gradient stop color.
// There are 8 different colors for avtars in the list if you change the number of them you
// need to update the NUMBER_OF_COLORS in src/adw-avatar.c.
// The 2D list has this form: ((font-color, gradient-top-color, gradient-bottom-color)).
$avatarcolorlist: (
(#cfe1f5, #83b6ec, #337fdc), // blue
(#caeaf2, #7ad9f1, #0f9ac8), // cyan
(#cef8d8, #8de6b1, #29ae74), // green
(#e6f9d7, #b5e98a, #6ab85b), // lime
(#f9f4e1, #f8e359, #d29d09), // yellow
(#ffead1, #ffcb62, #d68400), // gold
(#ffe5c5, #ffa95a, #ed5b00), // orange
(#f8d2ce, #f78773, #e62d42), // raspberry
(#fac7de, #e973ab, #e33b6a), // magenta
(#e7c2e8, #cb78d4, #9945b5), // purple
(#d5d2f5, #9e91e8, #7a59ca), // violet
(#f2eade, #e3cf9c, #b08952), // beige
(#e5d6ca, #be916d, #785336), // brown
(#d8d7d3, #c0bfbc, #6e6d71), // gray
);
@for $i from 1 through length($avatarcolorlist) {
&.color#{$i} {
$avatarcolor: nth($avatarcolorlist, $i);
background-image: linear-gradient(nth($avatarcolor, 2), nth($avatarcolor, 3));
color: nth($avatarcolor, 1);
}
}
&.contrasted { color: white; }
&.image { background: none; }
}
$opaque_button_default_bg: gtkmix($base, $text, 85%);
button {
@at-root %opaque-button {
box-shadow: none;
transition: $transition,
box-shadow $ripple-fade-in-duration $ease-out;
.osd &:focus:focus-visible {
outline: none;
}
&:hover {
background-image: image(gtkalpha(currentColor, .1));
}
&.keyboard-activating,
&:active {
background-image: image(transparentize(black, .8));
}
&:checked {
background-image: image(transparentize(black, .85));
&:hover {
background-image: image(transparentize(black, .95));
}
&.keyboard-activating,
&:active {
background-image: image(transparentize(black, .7));
}
}
}
&.opaque {
@extend %opaque-button;
background-color: $opaque_button_default_bg;
color: $text;
}
&.destructive-action {
@extend %opaque-button;
color: on($destructive);
&, &:checked {
background-color: $destructive;
}
}
&.suggested-action {
@extend %opaque-button;
color: on($suggested);
&, &:checked {
background-color: $suggested;
}
}
// hide separators
&.font {
separator { background-color: transparent; }
> box { border-spacing: $container-padding; }
> box > box > label { font-weight: bold; }
}
@at-root %pill-button,
&.pill {
padding: 10px 32px;
border-radius: $circular-radius;
}
&.card {
background-clip: padding-box;
font-weight: inherit;
padding: 0;
box-shadow: none;
transition: $transition;
&:hover {
@include button(hover);
}
&.keyboard-activating,
&:active {
@include button(active);
}
&:checked {
@include button(active);
}
&:drop(active) {
color: $drop_target_color;
box-shadow: inset 0 0 0 1px $drop_target_color;
}
}
}
menubutton {
&.osd {
background: none;
color: inherit;
}
&.circular > button { @extend %circular-button; }
&.flat > button { @extend %button-flat; }
&.pill > button { @extend %pill-button; }
&.suggested-action {
background-color: $suggested;
color: on($suggested);
}
&.destructive-action {
background-color: $destructive;
color: on($destructive);
}
&.opaque {
background-color: $opaque_button_default_bg;
color: $text;
}
&.suggested-action,
&.destructive-action,
&.opaque {
border-radius: $corner-radius;
&.circular, &.pill {
border-radius: $circular-radius;
}
> button {
@extend %opaque-button;
&, &:checked {
background-color: transparent;
color: inherit;
}
}
}
&.image-button > button {
min-width: 24px;
padding-left: $container-padding;
padding-right: $container-padding;
}
arrow {
min-height: 16px;
min-width: 16px;
&.none {
-gtk-icon-source: -gtk-icontheme('open-menu-symbolic');
}
&.down {
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
}
&.up {
-gtk-icon-source: -gtk-icontheme('pan-up-symbolic');
}
&.left {
-gtk-icon-source: -gtk-icontheme('pan-start-symbolic');
}
&.right {
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic');
}
}
}
splitbutton {
border-radius: $corner-radius;
&, & > separator {
transition: $transition;
transition-property: background;
}
> separator {
margin-top: $container-padding;
margin-bottom: $container-padding;
background: none;
}
> menubutton > button {
padding-left: $container-padding - 2px;
padding-right: $container-padding - 2px;
}
// Since the inner button doesn't have any style classes on it,
// we have to add them manually
&.image-button > button {
min-width: 24px;
padding-left: $container-padding;
padding-right: $container-padding;
}
&.text-button.image-button > button,
&.image-text-button > button {
padding-left: $container-padding * 1.5;
padding-right: $container-padding * 1.5;
> box {
border-spacing: $container-padding;
}
}
// Reimplementing linked so we don't blow up css
> button:dir(ltr),
> menubutton > button:dir(rtl) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: -1px;
}
> button:dir(rtl),
> menubutton > button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px;
}
@at-root %flat_split_button,
&.flat {
> separator {
background: $divider;
}
&:hover,
&:active,
&:checked {
background: gtkalpha(currentColor, 0.1);
color: $text;
> separator {
background: none;
}
}
&:focus-within:focus-visible > separator {
background: none;
}
> button,
> menubutton > button {
@extend %button-flat;
border-radius: $corner-radius;
}
}
&.suggested-action {
background-color: $suggested;
color: on($suggested);
}
&.destructive-action {
background-color: $destructive;
color: on($destructive);
}
&.opaque {
background-color: $opaque_button_default_bg;
color: $text;
}
&.suggested-action,
&.destructive-action,
&.opaque {
> button, > menubutton > button {
@extend %opaque-button;
&, &:checked {
color: inherit;
background-color: transparent;
}
}
> menubutton > button {
&:dir(ltr) { box-shadow: inset 1px 0 $divider; }
&:dir(rtl) { box-shadow: inset -1px 0 $divider; }
}
}
> menubutton > button > arrow.none {
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
}
}
buttoncontent {
border-spacing: $container-padding;
> label {
font-weight: bold;
&:dir(ltr) { padding-right: 2px; }
&:dir(rtl) { padding-left: 2px; }
}
.arrow-button > box > &,
splitbutton > button > & {
> label {
&:dir(ltr) { padding-right: 0; }
&:dir(rtl) { padding-left: 0; }
}
}
}
//
// Toasts
//
toast {
@extend %osd;
margin: $container-padding * 2;
margin-bottom: 24px;
border-radius: $circular-radius;
border-spacing: $container-padding;
padding: $container-padding;
box-shadow: $shadow-z6, inset 0 1px highlight($base);
color: $text-secondary;
font-weight: normal;
&:dir(ltr) { padding-left: $container-padding * 2; }
&:dir(rtl) { padding-right: $container-padding * 2; }
> widget {
margin: 0 $container-padding;
}
}
//
// AdwStatusPage
//
statuspage {
> scrolledwindow > viewport > box {
margin: $container-padding * 6 $container-padding * 2;
border-spacing: 36px;
> clamp > box {
border-spacing: $container-padding * 2;
> .icon {
-gtk-icon-size: 128px;
color: gtkalpha(currentColor, 0.45);
&:disabled {
opacity: 0.45;
}
&:not(:last-child) {
margin-bottom: $container-padding * 4;
}
}
}
}
&.compact > scrolledwindow > viewport > box {
margin: $container-padding * 4 $container-padding * 2;
border-spacing: $container-padding * 4;
> clamp > box {
> .icon {
-gtk-icon-size: 96px;
&:not(:last-child) {
margin-bottom: $container-padding * 2;
}
}
> .title {
font-size: 18pt;
}
}
}
}
// Cards
.card {
@at-root %card, & {
border-radius: $corner-radius;
box-shadow: none;
border: 1px solid $divider;
background-clip: padding-box;
background-color: $base;
color: $text-secondary;
// .osd &, &.osd {
// }
}
}
// preferences
preferencespage > scrolledwindow > viewport > clamp > box {
margin: $container-padding * 4 $container-padding * 2;
border-spacing: $container-padding * 4;
}
preferencesgroup > box {
&, .labels {
border-spacing: $container-padding;
}
> box.header:not(.single-line) {
margin-bottom: $container-padding;
}
> box.single-line {
min-height: $medium-size;
}
button.background-preview-button.toggle {
padding: 0;
background: none;
box-shadow: none;
outline-color: transparent;
outline-width: 2px;
outline-offset: $container-padding / 2;
outline-style: solid;
&, > background-preview {
border-radius: 6px;
}
&:hover {
outline-color: $fill;
}
&:active {
outline-color: $track;
}
&:checked {
outline-color: $primary;
}
}
}
//
// viewswitcher
//
viewswitcher {
margin: 0;
&.wide {
border-spacing: $container-padding / 2;
border-radius: $circular-radius;
background-color: $fill;
margin-top: $container-padding;
margin-bottom: $container-padding;
button.toggle:checked, button.toggle.flat:checked {
background-color: $primary;
color: on($primary);
&:backdrop { color: on($primary, disabled); }
indicatorbin.needs-attention > indicator {
> label { color: $primary; }
background-color: on($primary);
}
}
}
&.narrow button.toggle {
border-radius: 0;
margin: 0;
border: none;
}
button.toggle {
font-weight: bold;
padding: 0;
min-height: 0;
margin: 0;
> stack > box {
&.narrow {
font-size: 0.75rem;
padding-top: $container-padding + 1px;
padding-bottom: $container-padding - 1px;
border-spacing: $container-padding - 2px;
> stack > label {
padding-left: $container-padding + 2px;
padding-right: $container-padding + 2px;
}
}
&.wide {
padding: 0 $container-padding * 2;
border-spacing: $container-padding;
}
}
}
}
// AdwViewSwitcherBar
viewswitcherbar actionbar > revealer > box {
padding: 0;
}
// AdwViewSwitcherTitle
viewswitchertitle viewswitcher {
margin-left: $container-padding * 2;
margin-right: $container-padding * 2;
}
// AdwIndicatorBin
indicatorbin {
> indicator, > mask {
min-width: $container-padding;
min-height: $container-padding;
border-radius: $circular-radius;
}
> indicator {
margin: 1px;
padding: 0;
background: gtkalpha(currentColor, .4);
> label {
font-size: 0.6rem;
font-weight: bold;
padding: 2px 5px;
color: white;
}
}
> mask {
padding: 1px;
background: black;
}
&.needs-attention > indicator {
background-color: $primary;
> label { color: on($primary); }
}
}
//
// tab-view
//
tabbar {
.box {
min-height: $menuitem-size;
}
tabbox {
> tabboxchild {
border-radius: $corner-radius;
margin: $container-padding / 2;
}
> separator {
margin-top: $container-padding * 1.5;
margin-bottom: $container-padding * 1.5;
transition: opacity 150ms ease-in-out;
&.hidden {
opacity: 0;
}
}
> revealer > indicator {
min-width: 2px;
border-radius: 2px;
margin: $container-padding * 1.5 $container-padding;
background: gtkalpha($primary, 0.5);
}
}
tab {
transition: background 150ms ease-in-out;
&:selected, &:checked, &:active, &:active:hover, &:checked:hover {
background-color: $divider;
box-shadow: none;
color: $text;
}
&:hover {
background-color: $fill;
box-shadow: none;
color: $text;
}
}
.start-action,
.end-action {
padding: 5px;
}
.start-action:dir(ltr),
.end-action:dir(rtl) {
padding-right: 0;
}
.start-action:dir(rtl),
.end-action:dir(ltr) {
padding-left: 0;
}
&:not(.inline) {
.box {
background-color: $background;
color: $text-secondary;
padding: $container-padding / 2;
box-shadow: none;
border-bottom: 1px solid $divider;
}
&:backdrop .box {
> scrolledwindow,
> .start-action,
> .end-action {
filter: opacity(0.5);
}
}
}
}
dnd tab {
background-color: $background;
color: $text-secondary;
box-shadow: none;
margin: $container-padding * 4;
}
tabbar,
dnd {
tab {
min-height: $menuitem-size;
padding: $container-padding / 2 $container-padding;
border-radius: $menu-radius;
margin: 0 2px;
button.image-button {
padding: 0;
margin: 0;
min-width: 20px;
min-height: 20px;
border-radius: $circular-radius;
border: none;
@extend %button-flat;
}
indicator {
min-height: 2px;
border-radius: 2px;
background: gtkalpha($primary, 0.5);
}
}
}
tabview:drop(active),
tabbox:drop(active) {
box-shadow: none;
}
// Sidebar
.unfolded stacksidebar.sidebar { border: none; }
//
// leaflet
//
leaflet {
outline-color: highlight($titlebar);
outline-width: 1px;
outline-style: solid;
outline-offset: -1px;
border-radius: $window-radius;
headerbar {
border-radius: 0;
box-shadow: inset 0 -1px $divider;
}
leaflet {
border-radius: 0;
outline: none;
}
}

@ -11,7 +11,7 @@ stage {
min-height: 24px;
padding: 5px 32px;
transition-duration: 100ms;
border-radius: 12px;
border-radius: 10px;
color: rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0.04);
}
@ -19,35 +19,35 @@ stage {
.sound-button:focus {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:hover {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:hover:focus {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.26);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:active {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.26);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:insensitive {
color: rgba(0, 0, 0, 0.38);
background-color: rgba(0, 0, 0, 0.04);
border-radius: 12px;
border-radius: 10px;
}
.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button {
border-radius: 12px;
border-radius: 10px;
color: rgba(0, 0, 0, 0.6);
background-color: transparent;
}
@ -55,26 +55,26 @@ stage {
.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.26);
border-radius: 12px;
border-radius: 10px;
}
.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive {
color: rgba(0, 0, 0, 0.26);
background-color: transparent;
border-radius: 12px;
border-radius: 10px;
}
.modal-dialog-button-box .modal-dialog-button {
min-height: 24px;
padding: 4px 20px;
transition-duration: 100ms;
border-radius: 12px;
border-radius: 10px;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.04);
}
@ -295,7 +295,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 2px;
color: rgba(0, 0, 0, 0.87);
background-color: rgba(255, 255, 255, 0.95);
border-radius: 12px;
border-radius: 10px;
margin: 4px;
box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
}
@ -308,7 +308,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu .popup-sub-menu,
.popup-menu .popup-sub-menu,
.popup-combo-menu .popup-sub-menu {
border-radius: 8px;
border-radius: 6px;
background-gradient-direction: none;
box-shadow: none;
background-color: #555555;
@ -347,7 +347,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-combo-menu .popup-menu-item {
padding: 4px 8px;
spacing: 8px;
border-radius: 8px;
border-radius: 6px;
}
.menu .popup-menu-item:hover, .menu .popup-menu-item:active,
@ -390,7 +390,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu-boxpointer {
-arrow-border-radius: 12px;
-arrow-border-radius: 10px;
-arrow-background-color: rgba(0, 0, 0, 0);
-arrow-border-width: 0;
-arrow-border-color: rgba(0, 0, 0, 0);
@ -580,7 +580,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: 1px solid rgba(54, 54, 54, 0.9);
color: white;
spacing: 25px;
border-radius: 12px;
border-radius: 10px;
font-size: 9pt;
padding: 5px 8px;
-cinnamon-caption-spacing: 4px;
@ -596,7 +596,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.expo-workspaces-name-entry,
.expo-workspaces-name-entry#selected {
height: 15px;
border-radius: 12px;
border-radius: 10px;
font-size: 9pt;
padding: 5px 8px;
-cinnamon-caption-spacing: 4px;
@ -619,13 +619,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 12px;
border-radius: 10px;
}
.expo-workspace-thumbnail-frame#active {
border: 4px solid #1A73E8;
background-color: black;
border-radius: 12px;
border-radius: 10px;
}
.expo-background {
@ -725,7 +725,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.about-scrollBox {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 12px;
border-radius: 10px;
background-color: #FFFFFF;
padding: 4px;
padding-right: 0;
@ -803,7 +803,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
text-align: center;
font-size: 14px;
color: rgba(0, 0, 0, 0.87);
border-radius: 12px;
border-radius: 10px;
}
.calendar-day-base {
@ -870,7 +870,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#notification {
border-radius: 18px;
border-radius: 14px;
padding: 8px;
spacing-rows: 6px;
spacing-columns: 6px;
@ -888,7 +888,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu #notification, .popup-menu #notification {
border: none;
border-radius: 12px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.05);
box-shadow: none;
margin: 0;
@ -958,7 +958,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 12px;
border-radius: 10px;
padding: 20px;
}
@ -972,7 +972,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.switcher-list .item-box {
padding: 8px;
border-radius: 12px;
border-radius: 10px;
}
.switcher-list .item-box:outlined {
@ -1046,7 +1046,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: rgba(46, 46, 46, 0.95);
border: 1px solid rgba(0, 0, 0, 0.65);
padding: 0 5px 6px 5px;
border-radius: 12px;
border-radius: 10px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55);
}
@ -1071,7 +1071,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.run-dialog {
padding: 4px 8px;
background-color: rgba(54, 54, 54, 0.9);
border-radius: 12px;
border-radius: 10px;
color: white;
}
@ -1103,7 +1103,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.run-dialog-entry {
width: 21em;
padding: 2px 8px;
border-radius: 12px;
border-radius: 10px;
caret-color: white;
selected-color: white;
selection-background-color: #1A73E8;
@ -1232,7 +1232,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
min-width: 2em;
font-size: 14pt;
font-weight: bold;
border-radius: 12px;
border-radius: 10px;
box-shadow: none;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.04);
@ -1256,7 +1256,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.keyboard-subkeys {
color: white;
padding: 5px;
-arrow-border-radius: 12px;
-arrow-border-radius: 10px;
-arrow-background-color: rgba(54, 54, 54, 0.9);
-arrow-border-width: 1px;
-arrow-border-color: rgba(0, 0, 0, 0.4);
@ -1272,17 +1272,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
transition-duration: 300;
background-color: rgba(0, 0, 0, 0.05);
border: none;
border-radius: 12px;
border-radius: 10px;
}
.menu-favorites-button {
padding: 6px;
border: none;
border-radius: 12px;
border-radius: 10px;
}
.menu-favorites-button:hover {
border-radius: 12px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
@ -1306,7 +1306,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu-application-button {
padding: 4px;
border-radius: 12px;
border-radius: 10px;
border: none;
}
@ -1318,7 +1318,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.12);
padding: 4px;
border-radius: 12px;
border-radius: 10px;
border: none;
}
@ -1336,7 +1336,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu StScrollView.menu-application-button {
padding: 2px 0;
border-radius: 12px;
border-radius: 10px;
background-color: #555555;
color: white;
}
@ -1345,7 +1345,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 0;
spacing: 0;
margin: 0 2px;
border-radius: 12px;
border-radius: 10px;
color: white;
}
@ -1377,7 +1377,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu-category-button {
padding: 4px;
border-radius: 12px;
border-radius: 10px;
}
.menu-category-button-selected {
@ -1387,7 +1387,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu-category-button-hover, .menu-category-button-selected {
color: rgba(0, 0, 0, 0.87);
background-color: rgba(0, 0, 0, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.menu-category-button-greyed {
@ -1474,12 +1474,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 0;
height: 4px;
background-color: rgba(0, 0, 0, 0.35);
border-radius: 12px;
border-radius: 10px;
color: #1A73E8;
}
.osd-window .level-bar {
border-radius: 12px;
border-radius: 10px;
background-color: #1A73E8;
}
@ -1627,7 +1627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-gradient-direction: vertical;
background-gradient-start: #0F9D58;
background-gradient-end: #0F9D58;
border-radius: 12px;
border-radius: 10px;
box-shadow: none;
}
@ -1641,7 +1641,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
spacing: 4px;
border: none;
background-color: #FFFFFF;
border-radius: 12px;
border-radius: 10px;
color: rgba(0, 0, 0, 0.87);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16);
}
@ -1660,7 +1660,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.grouped-window-list-thumbnail-menu .item-box {
padding: 4px;
border-radius: 12px;
border-radius: 10px;
spacing: 4px;
margin: 1px;
}
@ -1745,7 +1745,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-gradient-direction: vertical;
background-gradient-start: #0F9D58;
background-gradient-end: #0F9D58;
border-radius: 12px;
border-radius: 10px;
box-shadow: none;
}
@ -1826,7 +1826,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.sound-player {
padding: 0 0;
margin-top: 6px;
border-radius: 12px;
border-radius: 10px;
background-color: #555555;
color: white;
}
@ -1865,7 +1865,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
spacing: 4px;
background-color: rgba(0, 0, 0, 0.45);
border: none;
border-radius: 0 0 12px 12px;
border-radius: 0 0 10px 10px;
color: white;
text-shadow: none;
}

@ -11,7 +11,7 @@ stage {
min-height: 24px;
padding: 5px 32px;
transition-duration: 100ms;
border-radius: 12px;
border-radius: 10px;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.04);
}
@ -19,35 +19,35 @@ stage {
.sound-button:focus {
color: white;
background-color: rgba(255, 255, 255, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:hover {
color: white;
background-color: rgba(255, 255, 255, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:hover:focus {
color: white;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:active {
color: white;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 12px;
border-radius: 10px;
}
.sound-button:insensitive {
color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.04);
border-radius: 12px;
border-radius: 10px;
}
.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button {
border-radius: 12px;
border-radius: 10px;
color: rgba(255, 255, 255, 0.7);
background-color: transparent;
}
@ -55,26 +55,26 @@ stage {
.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover {
color: white;
background-color: rgba(255, 255, 255, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active {
color: white;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 12px;
border-radius: 10px;
}
.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive {
color: rgba(255, 255, 255, 0.3);
background-color: transparent;
border-radius: 12px;
border-radius: 10px;
}
.modal-dialog-button-box .modal-dialog-button {
min-height: 24px;
padding: 4px 20px;
transition-duration: 100ms;
border-radius: 12px;
border-radius: 10px;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.04);
}
@ -295,7 +295,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 2px;
color: white;
background-color: rgba(33, 33, 33, 0.95);
border-radius: 12px;
border-radius: 10px;
margin: 4px;
box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
}
@ -308,7 +308,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu .popup-sub-menu,
.popup-menu .popup-sub-menu,
.popup-combo-menu .popup-sub-menu {
border-radius: 8px;
border-radius: 6px;
background-gradient-direction: none;
box-shadow: none;
background-color: #eaeaea;
@ -347,7 +347,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-combo-menu .popup-menu-item {
padding: 4px 8px;
spacing: 8px;
border-radius: 8px;
border-radius: 6px;
}
.menu .popup-menu-item:hover, .menu .popup-menu-item:active,
@ -390,7 +390,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu-boxpointer {
-arrow-border-radius: 12px;
-arrow-border-radius: 10px;
-arrow-background-color: rgba(0, 0, 0, 0);
-arrow-border-width: 0;
-arrow-border-color: rgba(0, 0, 0, 0);
@ -580,7 +580,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: 1px solid rgba(54, 54, 54, 0.9);
color: white;
spacing: 25px;
border-radius: 12px;
border-radius: 10px;
font-size: 9pt;
padding: 5px 8px;
-cinnamon-caption-spacing: 4px;
@ -596,7 +596,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.expo-workspaces-name-entry,
.expo-workspaces-name-entry#selected {
height: 15px;
border-radius: 12px;
border-radius: 10px;
font-size: 9pt;
padding: 5px 8px;
-cinnamon-caption-spacing: 4px;
@ -619,13 +619,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 12px;
border-radius: 10px;
}
.expo-workspace-thumbnail-frame#active {
border: 4px solid #3281ea;
background-color: black;
border-radius: 12px;
border-radius: 10px;
}
.expo-background {
@ -725,7 +725,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.about-scrollBox {
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
border-radius: 10px;
background-color: #2C2C2C;
padding: 4px;
padding-right: 0;
@ -803,7 +803,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
text-align: center;
font-size: 14px;
color: white;
border-radius: 12px;
border-radius: 10px;
}
.calendar-day-base {
@ -870,7 +870,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#notification {
border-radius: 18px;
border-radius: 14px;
padding: 8px;
spacing-rows: 6px;
spacing-columns: 6px;
@ -888,7 +888,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu #notification, .popup-menu #notification {
border: none;
border-radius: 12px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.05);
box-shadow: none;
margin: 0;
@ -958,7 +958,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: white;
background-color: rgba(33, 33, 33, 0.95);
border: none;
border-radius: 12px;
border-radius: 10px;
padding: 20px;
}
@ -972,7 +972,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.switcher-list .item-box {
padding: 8px;
border-radius: 12px;
border-radius: 10px;
}
.switcher-list .item-box:outlined {
@ -1046,7 +1046,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: rgba(46, 46, 46, 0.95);
border: 1px solid rgba(0, 0, 0, 0.65);
padding: 0 5px 6px 5px;
border-radius: 12px;
border-radius: 10px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55);
}
@ -1071,7 +1071,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.run-dialog {
padding: 4px 8px;
background-color: rgba(54, 54, 54, 0.9);
border-radius: 12px;
border-radius: 10px;
color: white;
}
@ -1103,7 +1103,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.run-dialog-entry {
width: 21em;
padding: 2px 8px;
border-radius: 12px;
border-radius: 10px;
caret-color: white;
selected-color: white;
selection-background-color: #3281ea;
@ -1232,7 +1232,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
min-width: 2em;
font-size: 14pt;
font-weight: bold;
border-radius: 12px;
border-radius: 10px;
box-shadow: none;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.04);
@ -1256,7 +1256,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.keyboard-subkeys {
color: white;
padding: 5px;
-arrow-border-radius: 12px;
-arrow-border-radius: 10px;
-arrow-background-color: rgba(54, 54, 54, 0.9);
-arrow-border-width: 1px;
-arrow-border-color: rgba(0, 0, 0, 0.4);
@ -1272,17 +1272,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
transition-duration: 300;
background-color: rgba(255, 255, 255, 0.05);
border: none;
border-radius: 12px;
border-radius: 10px;
}
.menu-favorites-button {
padding: 6px;
border: none;
border-radius: 12px;
border-radius: 10px;
}
.menu-favorites-button:hover {
border-radius: 12px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.1);
}
@ -1306,7 +1306,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu-application-button {
padding: 4px;
border-radius: 12px;
border-radius: 10px;
border: none;
}
@ -1318,7 +1318,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: white;
background-color: rgba(255, 255, 255, 0.12);
padding: 4px;
border-radius: 12px;
border-radius: 10px;
border: none;
}
@ -1336,7 +1336,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu StScrollView.menu-application-button {
padding: 2px 0;
border-radius: 12px;
border-radius: 10px;
background-color: #eaeaea;
color: rgba(0, 0, 0, 0.87);
}
@ -1345,7 +1345,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 0;
spacing: 0;
margin: 0 2px;
border-radius: 12px;
border-radius: 10px;
color: rgba(0, 0, 0, 0.87);
}
@ -1377,7 +1377,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu-category-button {
padding: 4px;
border-radius: 12px;
border-radius: 10px;
}
.menu-category-button-selected {
@ -1387,7 +1387,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.menu-category-button-hover, .menu-category-button-selected {
color: white;
background-color: rgba(255, 255, 255, 0.12);
border-radius: 12px;
border-radius: 10px;
}
.menu-category-button-greyed {
@ -1474,12 +1474,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 0;
height: 4px;
background-color: rgba(0, 0, 0, 0.35);
border-radius: 12px;
border-radius: 10px;
color: #3281ea;
}
.osd-window .level-bar {
border-radius: 12px;
border-radius: 10px;
background-color: #3281ea;
}
@ -1627,7 +1627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-gradient-direction: vertical;
background-gradient-start: #81C995;
background-gradient-end: #81C995;
border-radius: 12px;
border-radius: 10px;
box-shadow: none;
}
@ -1641,7 +1641,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
spacing: 4px;
border: none;
background-color: #2C2C2C;
border-radius: 12px;
border-radius: 10px;
color: white;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16);
}
@ -1660,7 +1660,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.grouped-window-list-thumbnail-menu .item-box {
padding: 4px;
border-radius: 12px;
border-radius: 10px;
spacing: 4px;
margin: 1px;
}
@ -1745,7 +1745,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-gradient-direction: vertical;
background-gradient-start: #81C995;
background-gradient-end: #81C995;
border-radius: 12px;
border-radius: 10px;
box-shadow: none;
}
@ -1826,7 +1826,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.sound-player {
padding: 0 0;
margin-top: 6px;
border-radius: 12px;
border-radius: 10px;
background-color: #eaeaea;
color: rgba(0, 0, 0, 0.87);
}
@ -1865,7 +1865,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
spacing: 4px;
background-color: rgba(0, 0, 0, 0.45);
border: none;
border-radius: 0 0 12px 12px;
border-radius: 0 0 10px 10px;
color: white;
text-shadow: none;
}

@ -27,20 +27,20 @@ stage {
&:focus { @include button(focus); }
&:first-child {
margin-left: $container-padding;
margin-right: 0;
margin-left: $container-padding !important;
margin-right: 0 !important;
border-radius: $circular_radius 0 0 $circular_radius;
}
&:last-child {
margin-left: 0;
margin-right: $container-padding;
margin-left: 0 !important;
margin-right: $container-padding !important;
border-right-width: 0;
border-radius: 0 $circular_radius $circular_radius 0;
}
&:first-child:last-child {
margin: 0 $container-padding $container-padding $container-padding;
margin: 0 $container-padding $container-padding $container-padding !important;
border-right-width: 0;
border-radius: $circular_radius;
}

@ -4,14 +4,14 @@
// main list
.message-list {
width: 31.5em;
padding: 0 $container_padding;
padding: 0 $container_margin;
color: $secondary_fg_color;
text-shadow: none;
border: solid $border_color;
border: none;
// padding and margins to account for scrollbar
&:ltr {margin-left: 0; margin-right: $container_margin; padding-right: $container_padding; border-right-width: 1px; }
&:rtl {margin-right: 0; margin-left: $container_margin; padding-left: $container_padding; border-left-width: 1px; }
&:ltr { margin-left: 0; margin-right: 0; padding-right: 0; border-right-width: 0; }
&:rtl { margin-right: 0; margin-left: 0; padding-left: 0; border-left-width: 0; }
.message-list-placeholder {
spacing: $container_padding * 2;

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 4px;
margin-right: 0;
margin-left: 4px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 4px;
margin-left: 0 !important;
margin-right: 4px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 4px 4px 4px;
margin: 0 4px 4px 4px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -964,24 +964,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 4px;
padding: 0 2px;
color: rgba(0, 0, 0, 0.54);
text-shadow: none;
border: solid rgba(0, 0, 0, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 2px;
padding-right: 4px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 2px;
padding-left: 4px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 4px;
margin-right: 0;
margin-left: 4px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 4px;
margin-left: 0 !important;
margin-right: 4px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 4px 4px 4px;
margin: 0 4px 4px 4px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -964,24 +964,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 4px;
padding: 0 2px;
color: rgba(255, 255, 255, 0.7);
text-shadow: none;
border: solid rgba(255, 255, 255, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 2px;
padding-right: 4px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 2px;
padding-left: 4px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 6px;
margin-right: 0;
margin-left: 6px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 6px;
margin-left: 0 !important;
margin-right: 6px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 6px 6px 6px;
margin: 0 6px 6px 6px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -964,24 +964,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 6px;
padding: 0 4px;
color: rgba(255, 255, 255, 0.7);
text-shadow: none;
border: solid rgba(255, 255, 255, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 4px;
padding-right: 6px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 4px;
padding-left: 6px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 6px;
margin-right: 0;
margin-left: 6px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 6px;
margin-left: 0 !important;
margin-right: 6px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 6px 6px 6px;
margin: 0 6px 6px 6px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -964,24 +964,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 6px;
padding: 0 4px;
color: rgba(0, 0, 0, 0.54);
text-shadow: none;
border: solid rgba(0, 0, 0, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 4px;
padding-right: 6px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 4px;
padding-left: 6px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 4px;
margin-right: 0;
margin-left: 4px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 4px;
margin-left: 0 !important;
margin-right: 4px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 4px 4px 4px;
margin: 0 4px 4px 4px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -1019,24 +1019,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 4px;
padding: 0 2px;
color: rgba(0, 0, 0, 0.54);
text-shadow: none;
border: solid rgba(0, 0, 0, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 2px;
padding-right: 4px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 2px;
padding-left: 4px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 4px;
margin-right: 0;
margin-left: 4px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 4px;
margin-left: 0 !important;
margin-right: 4px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 4px 4px 4px;
margin: 0 4px 4px 4px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -1019,24 +1019,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 4px;
padding: 0 2px;
color: rgba(255, 255, 255, 0.7);
text-shadow: none;
border: solid rgba(255, 255, 255, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 2px;
padding-right: 4px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 2px;
padding-left: 4px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 6px;
margin-right: 0;
margin-left: 6px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 6px;
margin-left: 0 !important;
margin-right: 6px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 6px 6px 6px;
margin: 0 6px 6px 6px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -1019,24 +1019,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 6px;
padding: 0 4px;
color: rgba(255, 255, 255, 0.7);
text-shadow: none;
border: solid rgba(255, 255, 255, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 4px;
padding-right: 6px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 4px;
padding-left: 6px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

@ -68,20 +68,20 @@ stage {
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child {
margin-left: 6px;
margin-right: 0;
margin-left: 6px !important;
margin-right: 0 !important;
border-radius: 9999px 0 0 9999px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child {
margin-left: 0;
margin-right: 6px;
margin-left: 0 !important;
margin-right: 6px !important;
border-right-width: 0;
border-radius: 0 9999px 9999px 0;
}
.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
margin: 0 6px 6px 6px;
margin: 0 6px 6px 6px !important;
border-right-width: 0;
border-radius: 9999px;
}
@ -1019,24 +1019,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Message List */
.message-list {
width: 31.5em;
padding: 0 6px;
padding: 0 4px;
color: rgba(0, 0, 0, 0.54);
text-shadow: none;
border: solid rgba(0, 0, 0, 0.12);
border: none;
}
.message-list:ltr {
margin-left: 0;
margin-right: 4px;
padding-right: 6px;
border-right-width: 1px;
margin-right: 0;
padding-right: 0;
border-right-width: 0;
}
.message-list:rtl {
margin-right: 0;
margin-left: 4px;
padding-left: 6px;
border-left-width: 1px;
margin-left: 0;
padding-left: 0;
border-left-width: 0;
}
.message-list .message-list-placeholder {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -2964,8 +2964,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 3px 0;
padding: 3px;
margin: 3px;
padding: 6px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #3C3C3C;
background-clip: border-box;
@ -2974,7 +2974,7 @@ menu,
.csd menu, .csd .menu, .csd .context-menu {
border: none;
border-radius: 8px;
border-radius: 12px;
}
menu menuitem,
@ -2987,7 +2987,7 @@ menu menuitem,
color: white;
font: initial;
text-shadow: none;
border-radius: 5px;
border-radius: 6px;
}
menu menuitem:hover,
@ -3055,7 +3055,7 @@ menu > arrow,
padding: 4px;
background-color: #3C3C3C;
color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
border-radius: 9px;
}
menu > arrow.top,
@ -4886,43 +4886,43 @@ tooltip > box {
* Color Chooser *
*****************/
colorswatch.top {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
colorswatch.top overlay {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
colorswatch.bottom {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.bottom overlay {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.left, colorswatch:first-child:not(.top) {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
colorswatch.right, colorswatch:last-child:not(.bottom) {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.dark {
@ -4934,12 +4934,12 @@ colorswatch.light {
}
colorswatch#add-color-button {
border-radius: 8px 8px 0 0;
border-radius: 12px 12px 0 0;
color: white;
}
colorswatch#add-color-button:only-child {
border-radius: 8px;
border-radius: 12px;
}
colorswatch#add-color-button overlay {
@ -4955,11 +4955,11 @@ colorswatch:disabled overlay {
}
colorswatch#editor-color-sample {
border-radius: 8px;
border-radius: 12px;
}
colorswatch#editor-color-sample overlay {
border-radius: 8px;
border-radius: 12px;
}
colorchooser .popover.osd {
@ -5418,11 +5418,11 @@ popover.emoji-completion .emoji:hover {
}
.nautilus-window .floating-bar {
min-height: 32px;
padding: 0;
min-height: 24px;
padding: 2px;
margin: 6px;
border-style: none;
border-radius: 18px;
border-radius: 9999px;
background-color: rgba(33, 33, 33, 0.95);
}

File diff suppressed because it is too large Load Diff

@ -2964,8 +2964,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 3px 0;
padding: 3px;
margin: 3px;
padding: 6px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
@ -2974,7 +2974,7 @@ menu,
.csd menu, .csd .menu, .csd .context-menu {
border: none;
border-radius: 8px;
border-radius: 12px;
}
menu menuitem,
@ -2987,7 +2987,7 @@ menu menuitem,
color: rgba(0, 0, 0, 0.87);
font: initial;
text-shadow: none;
border-radius: 5px;
border-radius: 6px;
}
menu menuitem:hover,
@ -3055,7 +3055,7 @@ menu > arrow,
padding: 4px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
border-radius: 9px;
}
menu > arrow.top,
@ -4886,43 +4886,43 @@ tooltip > box {
* Color Chooser *
*****************/
colorswatch.top {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
colorswatch.top overlay {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
colorswatch.bottom {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.bottom overlay {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.left, colorswatch:first-child:not(.top) {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
colorswatch.right, colorswatch:last-child:not(.bottom) {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.dark {
@ -4934,12 +4934,12 @@ colorswatch.light {
}
colorswatch#add-color-button {
border-radius: 8px 8px 0 0;
border-radius: 12px 12px 0 0;
color: rgba(0, 0, 0, 0.87);
}
colorswatch#add-color-button:only-child {
border-radius: 8px;
border-radius: 12px;
}
colorswatch#add-color-button overlay {
@ -4955,11 +4955,11 @@ colorswatch:disabled overlay {
}
colorswatch#editor-color-sample {
border-radius: 8px;
border-radius: 12px;
}
colorswatch#editor-color-sample overlay {
border-radius: 8px;
border-radius: 12px;
}
colorchooser .popover.osd {
@ -5417,11 +5417,11 @@ popover.emoji-completion .emoji:hover {
}
.nautilus-window .floating-bar {
min-height: 32px;
padding: 0;
min-height: 24px;
padding: 2px;
margin: 6px;
border-style: none;
border-radius: 18px;
border-radius: 9999px;
background-color: rgba(242, 242, 242, 0.95);
}

@ -2964,8 +2964,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 3px 0;
padding: 3px;
margin: 3px;
padding: 6px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
@ -2974,7 +2974,7 @@ menu,
.csd menu, .csd .menu, .csd .context-menu {
border: none;
border-radius: 8px;
border-radius: 12px;
}
menu menuitem,
@ -2987,7 +2987,7 @@ menu menuitem,
color: rgba(0, 0, 0, 0.87);
font: initial;
text-shadow: none;
border-radius: 5px;
border-radius: 6px;
}
menu menuitem:hover,
@ -3055,7 +3055,7 @@ menu > arrow,
padding: 4px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
border-radius: 9px;
}
menu > arrow.top,
@ -4886,43 +4886,43 @@ tooltip > box {
* Color Chooser *
*****************/
colorswatch.top {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
colorswatch.top overlay {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
colorswatch.bottom {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.bottom overlay {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.left, colorswatch:first-child:not(.top) {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
colorswatch.right, colorswatch:last-child:not(.bottom) {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
colorswatch.dark {
@ -4934,12 +4934,12 @@ colorswatch.light {
}
colorswatch#add-color-button {
border-radius: 8px 8px 0 0;
border-radius: 12px 12px 0 0;
color: rgba(0, 0, 0, 0.87);
}
colorswatch#add-color-button:only-child {
border-radius: 8px;
border-radius: 12px;
}
colorswatch#add-color-button overlay {
@ -4955,11 +4955,11 @@ colorswatch:disabled overlay {
}
colorswatch#editor-color-sample {
border-radius: 8px;
border-radius: 12px;
}
colorswatch#editor-color-sample overlay {
border-radius: 8px;
border-radius: 12px;
}
colorchooser .popover.osd {
@ -5418,11 +5418,11 @@ popover.emoji-completion .emoji:hover {
}
.nautilus-window .floating-bar {
min-height: 32px;
padding: 0;
min-height: 24px;
padding: 2px;
margin: 6px;
border-style: none;
border-radius: 18px;
border-radius: 9999px;
background-color: rgba(242, 242, 242, 0.95);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save