Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidphilipbarr/d458ea71a98814b5c9ce42f641b186bb to your computer and use it in GitHub Desktop.
Save davidphilipbarr/d458ea71a98814b5c9ce42f641b186bb to your computer and use it in GitHub Desktop.
gtk.css_
.titlebar:not(headerbar), headerbar {
box-shadow: none;
box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}
decoration:not(.solid-csd),.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-top):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-top):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-left):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-left):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-right):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-right):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-bottom):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-bottom):not(.maximized):not(.solid-csd) .titlebar,
window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) separator:first-child + headerbar, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:first-child,
window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:last-child, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:first-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:first-child, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:last-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:last-child {
}
/* focused window */
decoration {
border-bottom: none;
}
/* unfocused window */
decoration:backdrop { border-bottom: none;
}
/* focused window (server-side rendering hack) */
.ssd .titlebar {
border-bottom: none;
}
/* unfocused window (server-side rendering hack) */
.ssd .titlebar:backdrop { border-bottom: none;
}
/* remove borders of maximized windows */
.maximized decoration,
.ssd.maximized .titlebar {
border: none
}
headerbar.default-decoration button.titlebutton
{
box-shadow: none
}
.titlebar, headerbar, button, image-button, image {
box-shadow: none
}
.path-bar-box {
box-shadow: none;
border: none
}
.nautilus-path-bar .image-button, .nautilus-path-bar .text-button {
border:none;box-shadow: none;
}
headerbar button{
border:none;
box-shadow: none;
}
headerbar button
{
box-shadow: none;
}
headerbar.titlebar button.titlebutton, headerbar.titlebar button.titlebutton, button.titlebutton
{
border:none;
background: rgba(2, 2, 2, .1)
}
headerbar.titlebar button.titlebutton:hover, headerbar.titlebar button.titlebutton:hover, button.titlebutton:hover
{
border:none;
background: rgba(2, 2, 2, .2)
}
headerbar .image-button, headerbar .disclosure-button{
background: none;
}
headerbar .image-button:hover, headerbar .disclosure-button:hover{
background: rgba(2, 2, 2, .1)
}
* :not(decoration){
box-shadow: none ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment