Files
Vladyslav Hroshev 08ac0aa8d3 Fixed notifications, updated borders and paddings
- Fixed notifications in GNOME 47 (likely Ubuntu) and older (Fixes #64);
- Fixed big margins between messages for GNOME 47 and older;
- Fixed margins in modal for GNOME 46 and oler;
- Adapted paddings and borders in quick settings and in screenshot panel;
- Changed styles in tooltips and popup messages;
2025-07-04 20:51:57 +03:00

66 lines
1.6 KiB
CSS

/* Overview */
#overviewGroup, /* overview background */
.workspace-animation { /* spacing between worspaces (ctrl+alt+arr_left/right / 3 fingers gesture) */
background-color: BACKGROUND-OPAQUE-COLOR;
}
/* workspaces */
.workspace-background {
border-radius: 20px;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
/* running app icon (in workspaces) */
.icon-dropshadow { icon-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
/* selected window titles (in workspaces) */
.window-caption {
spacing: 20px;
border-radius: 12px;
color: TEXT-PRIMARY-COLOR;
background-color: SECTION-OPAQUE-COLOR;
border: 1px solid BORDER-SHADOW;
padding: 6px 12px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
/* Activities Ripple (Settings - Multitasking - Hot Corner) */
.ripple-box {
background-color: ACCENT-OPACITY-COLOR;
box-shadow: 0 0 2px 2px ACCENT-OPACITY-COLOR;
border-radius: 0 0 99px 0;
}
/* thumbnails on overview (workspaces list under search) */
.workspace-thumbnail {
background-color: ACCENT-DISABLED-COLOR !important;
border-radius: 4px;
border: 1px solid BORDER-SHADOW !important;
}
/* drag and drop indicator */
.workspace-thumbnails .placeholder {
background-image: url("workspace-placeholder.svg");
background-size: contain;
width: 18px;
}
/* selected indicator */
.workspace-thumbnail-indicator {
background-color: ACCENT-OPACITY-COLOR;
border-color: TEXT-DISABLED-COLOR;
border-width: 1px;
border-radius: 3px;
}
/* Tiled window previews */
.tile-preview {
background-color: ACCENT-OPACITY-COLOR;
border: 1px solid BUTTON-COLOR;
}
/* .windows-close in screenshot.css */