mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix budgie workspace switcher
This commit is contained in:
@@ -949,4 +949,61 @@ window.background.budgie-settings-window.csd {
|
|||||||
buttonbox.inline-toolbar { border-style: none none solid; }
|
buttonbox.inline-toolbar { border-style: none none solid; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-switcher {
|
||||||
|
|
||||||
|
.workspace-layout {
|
||||||
|
border: 0 solid $panel_bg;
|
||||||
|
|
||||||
|
.top &,
|
||||||
|
.bottom & {
|
||||||
|
&:dir(ltr) { border-left-width: 1px; }
|
||||||
|
|
||||||
|
&:dir(rtl) { border-right-width: 1px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.left &,
|
||||||
|
.right & { border-top-width: 1px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-item,
|
||||||
|
.workspace-add-button {
|
||||||
|
border: 0 solid lighten($panel_bg, 10%);
|
||||||
|
|
||||||
|
.top &,
|
||||||
|
.bottom & {
|
||||||
|
&:dir(ltr) { border-right-width: 1px; }
|
||||||
|
|
||||||
|
&:dir(rtl) { border-left-width: 1px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.left &,
|
||||||
|
.right & { border-bottom-width: 1px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-item {
|
||||||
|
|
||||||
|
&.current-workspace { background-color: darken($panel_bg, 5%); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-add-button {
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
&:hover { box-shadow: none; }
|
||||||
|
|
||||||
|
&:active { background-image: none; }
|
||||||
|
|
||||||
|
&:active image { margin: 1px 0 -1px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-icon-button {
|
||||||
|
.budgie-panel & { // to overwrite the .budgie-panel button style below
|
||||||
|
min-height: 24px;
|
||||||
|
min-width: 24px;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -5514,6 +5514,60 @@ calendar.raven-calendar {
|
|||||||
window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar {
|
window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar {
|
||||||
border-style: none none solid; }
|
border-style: none none solid; }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-layout {
|
||||||
|
border: 0 solid rgba(3, 3, 5, 0.95); }
|
||||||
|
.top .workspace-switcher .workspace-layout:dir(ltr),
|
||||||
|
.bottom .workspace-switcher .workspace-layout:dir(ltr) {
|
||||||
|
border-left-width: 1px; }
|
||||||
|
.top .workspace-switcher .workspace-layout:dir(rtl),
|
||||||
|
.bottom .workspace-switcher .workspace-layout:dir(rtl) {
|
||||||
|
border-right-width: 1px; }
|
||||||
|
.left .workspace-switcher .workspace-layout,
|
||||||
|
.right .workspace-switcher .workspace-layout {
|
||||||
|
border-top-width: 1px; }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-item,
|
||||||
|
.workspace-switcher .workspace-add-button {
|
||||||
|
border: 0 solid rgba(22, 25, 37, 0.95); }
|
||||||
|
.top .workspace-switcher .workspace-item:dir(ltr),
|
||||||
|
.bottom .workspace-switcher .workspace-item:dir(ltr), .top
|
||||||
|
.workspace-switcher .workspace-add-button:dir(ltr),
|
||||||
|
.bottom
|
||||||
|
.workspace-switcher .workspace-add-button:dir(ltr) {
|
||||||
|
border-right-width: 1px; }
|
||||||
|
.top .workspace-switcher .workspace-item:dir(rtl),
|
||||||
|
.bottom .workspace-switcher .workspace-item:dir(rtl), .top
|
||||||
|
.workspace-switcher .workspace-add-button:dir(rtl),
|
||||||
|
.bottom
|
||||||
|
.workspace-switcher .workspace-add-button:dir(rtl) {
|
||||||
|
border-left-width: 1px; }
|
||||||
|
.left .workspace-switcher .workspace-item,
|
||||||
|
.right .workspace-switcher .workspace-item, .left
|
||||||
|
.workspace-switcher .workspace-add-button,
|
||||||
|
.right
|
||||||
|
.workspace-switcher .workspace-add-button {
|
||||||
|
border-bottom-width: 1px; }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-item.current-workspace {
|
||||||
|
background-color: rgba(0, 0, 0, 0.95); }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-add-button {
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none; }
|
||||||
|
.workspace-switcher .workspace-add-button:hover {
|
||||||
|
box-shadow: none; }
|
||||||
|
.workspace-switcher .workspace-add-button:active {
|
||||||
|
background-image: none; }
|
||||||
|
.workspace-switcher .workspace-add-button:active image {
|
||||||
|
margin: 1px 0 -1px; }
|
||||||
|
|
||||||
|
.budgie-panel .workspace-switcher .workspace-icon-button {
|
||||||
|
min-height: 24px;
|
||||||
|
min-width: 24px;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 2px; }
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* Nautilus *
|
* Nautilus *
|
||||||
************/
|
************/
|
||||||
|
|||||||
@@ -5539,6 +5539,60 @@ calendar.raven-calendar {
|
|||||||
window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar {
|
window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar {
|
||||||
border-style: none none solid; }
|
border-style: none none solid; }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-layout {
|
||||||
|
border: 0 solid rgba(15, 20, 25, 0.95); }
|
||||||
|
.top .workspace-switcher .workspace-layout:dir(ltr),
|
||||||
|
.bottom .workspace-switcher .workspace-layout:dir(ltr) {
|
||||||
|
border-left-width: 1px; }
|
||||||
|
.top .workspace-switcher .workspace-layout:dir(rtl),
|
||||||
|
.bottom .workspace-switcher .workspace-layout:dir(rtl) {
|
||||||
|
border-right-width: 1px; }
|
||||||
|
.left .workspace-switcher .workspace-layout,
|
||||||
|
.right .workspace-switcher .workspace-layout {
|
||||||
|
border-top-width: 1px; }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-item,
|
||||||
|
.workspace-switcher .workspace-add-button {
|
||||||
|
border: 0 solid rgba(34, 46, 57, 0.95); }
|
||||||
|
.top .workspace-switcher .workspace-item:dir(ltr),
|
||||||
|
.bottom .workspace-switcher .workspace-item:dir(ltr), .top
|
||||||
|
.workspace-switcher .workspace-add-button:dir(ltr),
|
||||||
|
.bottom
|
||||||
|
.workspace-switcher .workspace-add-button:dir(ltr) {
|
||||||
|
border-right-width: 1px; }
|
||||||
|
.top .workspace-switcher .workspace-item:dir(rtl),
|
||||||
|
.bottom .workspace-switcher .workspace-item:dir(rtl), .top
|
||||||
|
.workspace-switcher .workspace-add-button:dir(rtl),
|
||||||
|
.bottom
|
||||||
|
.workspace-switcher .workspace-add-button:dir(rtl) {
|
||||||
|
border-left-width: 1px; }
|
||||||
|
.left .workspace-switcher .workspace-item,
|
||||||
|
.right .workspace-switcher .workspace-item, .left
|
||||||
|
.workspace-switcher .workspace-add-button,
|
||||||
|
.right
|
||||||
|
.workspace-switcher .workspace-add-button {
|
||||||
|
border-bottom-width: 1px; }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-item.current-workspace {
|
||||||
|
background-color: rgba(5, 7, 9, 0.95); }
|
||||||
|
|
||||||
|
.workspace-switcher .workspace-add-button {
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none; }
|
||||||
|
.workspace-switcher .workspace-add-button:hover {
|
||||||
|
box-shadow: none; }
|
||||||
|
.workspace-switcher .workspace-add-button:active {
|
||||||
|
background-image: none; }
|
||||||
|
.workspace-switcher .workspace-add-button:active image {
|
||||||
|
margin: 1px 0 -1px; }
|
||||||
|
|
||||||
|
.budgie-panel .workspace-switcher .workspace-icon-button {
|
||||||
|
min-height: 24px;
|
||||||
|
min-width: 24px;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 2px; }
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* Nautilus *
|
* Nautilus *
|
||||||
************/
|
************/
|
||||||
|
|||||||
Reference in New Issue
Block a user