Fixed #336
This commit is contained in:
parent
83d2bbfafd
commit
d5534145ce
@ -26,30 +26,30 @@
|
|||||||
/* Hide the tab bar when only one tab is open (GNOMISH)
|
/* Hide the tab bar when only one tab is open (GNOMISH)
|
||||||
* You should move the new tab button somewhere else for this to work, because by
|
* You should move the new tab button somewhere else for this to work, because by
|
||||||
* default it is on the tab bar too. */
|
* default it is on the tab bar too. */
|
||||||
/*@import "Menterey/hide-single-tab.css"; /**/
|
/*@import "Monterey/hide-single-tab.css"; /**/
|
||||||
|
|
||||||
/* Limit the URL bar's autocompletion popup's width to the URL bar's width (GNOMISH)
|
/* Limit the URL bar's autocompletion popup's width to the URL bar's width (GNOMISH)
|
||||||
* This feature is included by default for Firefox 70+ */
|
* This feature is included by default for Firefox 70+ */
|
||||||
/*@import "Menterey/matching-autocomplete-width.css"; /**/
|
/*@import "Monterey/matching-autocomplete-width.css"; /**/
|
||||||
|
|
||||||
/* Rounded window even when it gets maximized */
|
/* Rounded window even when it gets maximized */
|
||||||
/*@import "Menterey/rounded-window-maximized.css"; /**/
|
/*@import "Monterey/rounded-window-maximized.css"; /**/
|
||||||
|
|
||||||
/* Active tab high contrast */
|
/* Active tab high contrast */
|
||||||
/*@import "Menterey/active-tab-contrast.css"; /**/
|
/*@import "Monterey/active-tab-contrast.css"; /**/
|
||||||
|
|
||||||
/* Use system theme icons instead of Adwaita icons included by theme [BUGGED] */
|
/* Use system theme icons instead of Adwaita icons included by theme [BUGGED] */
|
||||||
/*@import "Menterey/system-icons.css"; /**/
|
/*@import "Monterey/system-icons.css"; /**/
|
||||||
|
|
||||||
/* Allow drag window from headerbar buttons (GNOMISH) [BUGGED] */
|
/* Allow drag window from headerbar buttons (GNOMISH) [BUGGED] */
|
||||||
/* It can activate button action, with unpleasant behavior. */
|
/* It can activate button action, with unpleasant behavior. */
|
||||||
/*@import "Menterey/drag-window-headerbar-buttons.css"; /**/
|
/*@import "Monterey/drag-window-headerbar-buttons.css"; /**/
|
||||||
|
|
||||||
/* Make all tab icons look kinda like symbolic icons */
|
/* Make all tab icons look kinda like symbolic icons */
|
||||||
/*@import "Menterey/symbolic-tab-icons.css"; /**/
|
/*@import "Monterey/symbolic-tab-icons.css"; /**/
|
||||||
|
|
||||||
/* Hide window buttons (close/min/max) in maximized windows */
|
/* Hide window buttons (close/min/max) in maximized windows */
|
||||||
/*@import "Menterey/hide-window-buttons.css"; /**/
|
/*@import "Monterey/hide-window-buttons.css"; /**/
|
||||||
|
|
||||||
/* Import your custom stylesheet */
|
/* Import your custom stylesheet */
|
||||||
@import "customChrome.css"; /**/
|
@import "customChrome.css"; /**/
|
||||||
|
@ -1988,10 +1988,7 @@ window.background.csd {
|
|||||||
// Gnome Clocks
|
// Gnome Clocks
|
||||||
//
|
//
|
||||||
window.background.csd.unified {
|
window.background.csd.unified {
|
||||||
border-top-left-radius: $wm_radius;
|
border-radius: $wm_radius;
|
||||||
border-top-right-radius: $wm_radius;
|
|
||||||
border-bottom-left-radius: $wm_radius;
|
|
||||||
border-bottom-right-radius: $wm_radius;
|
|
||||||
|
|
||||||
> deck > deck > deck {
|
> deck > deck > deck {
|
||||||
> box.vertical > headerbar.titlebar.windowhandle {
|
> box.vertical > headerbar.titlebar.windowhandle {
|
||||||
@ -2007,10 +2004,7 @@ window.background.csd.unified {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.maximized, &.tiled, &.fullscreen {
|
&.maximized, &.tiled, &.fullscreen {
|
||||||
border-top-left-radius: $maximized_radius;
|
border-radius: $maximized_radius;
|
||||||
border-top-right-radius: $maximized_radius;
|
|
||||||
border-bottom-left-radius: $maximized_radius;
|
|
||||||
border-bottom-right-radius: $maximized_radius;
|
|
||||||
|
|
||||||
> deck > box.vertical > headerbar.titlebar.windowhandle {
|
> deck > box.vertical > headerbar.titlebar.windowhandle {
|
||||||
border-top-left-radius: $maximized_radius;
|
border-top-left-radius: $maximized_radius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user