Advertisement
Guest User

gtk.css

a guest
May 9th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 176.69 KB | None | 0 0
  1. * {
  2.   background-clip: padding-box;
  3.   -GtkToolButton-icon-spacing: 4;
  4.   -GtkTextView-error-underline-color: #FC4138;
  5.   -GtkCheckButton-indicator-size: 16;
  6.   -GtkCheckMenuItem-indicator-size: 16;
  7.   -GtkScrolledWindow-scrollbar-spacing: 0;
  8.   -GtkScrolledWindow-scrollbars-within-bevel: 1;
  9.   -GtkToolItemGroup-expander-size: 11;
  10.   -GtkExpander-expander-size: 16;
  11.   -GtkTreeView-expander-size: 11;
  12.   -GtkTreeView-horizontal-separator: 4;
  13.   -GtkMenu-horizontal-padding: 0;
  14.   -GtkMenu-vertical-padding: 0;
  15.   -GtkWidget-link-color: #2b5783;
  16.   -GtkWidget-visited-link-color: #1e3d5d;
  17.   -GtkWidget-focus-padding: 2;
  18.   -GtkWidget-focus-line-width: 1;
  19.   -GtkWidget-text-handle-width: 20;
  20.   -GtkWidget-text-handle-height: 20;
  21.   -GtkDialog-button-spacing: 4;
  22.   -GtkDialog-action-area-border: 6;
  23.   -GtkStatusbar-shadow-type: none;
  24.   outline-color: rgba(218, 218, 218, 0.3);
  25.   /* outline-style: dashed; */
  26.   outline-offset: -3px;
  27.   outline-width: 1px;
  28.   outline-radius: 2px; }
  29.  
  30. .background {
  31.   color: #DADADA;
  32.   background-color: #383838; }
  33.  
  34. *:insensitive {
  35.   -gtk-image-effect: dim; }
  36.  
  37. .gtkstyle-fallback {
  38.   background-color: #383838;
  39.   color: #DADADA; }
  40.   .gtkstyle-fallback:prelight {
  41.     background-color: #525252;
  42.     color: #DADADA; }
  43.   .gtkstyle-fallback:active {
  44.     background-color: #1f1f1f;
  45.     color: #DADADA; }
  46.   .gtkstyle-fallback:insensitive {
  47.     background-color: #3d3d3d;
  48.     color: rgba(218, 218, 218, 0.55); }
  49.   .gtkstyle-fallback:selected {
  50.     background-color: #3770aa;
  51.     color: #ffffff; }
  52.  
  53. .view {
  54.   color: #DADADA;
  55.   background-color: #404040; }
  56.   .view.dim-label, .view.label.separator, .header-bar .view.subtitle {
  57.     color: rgba(218, 218, 218, 0.55); }
  58.     .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus {
  59.       color: rgba(255, 255, 255, 0.65);
  60.       text-shadow: none; }
  61.  
  62. .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
  63.   border: 1px solid #2b5783;
  64.   background-color: rgba(43, 87, 131, 0.2); }
  65.  
  66. .label.separator, .popover .label.separator, .sidebar .label.view.separator {
  67.   color: #DADADA; }
  68. .label:insensitive {
  69.   color: rgba(218, 218, 218, 0.55); }
  70.  
  71. .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle {
  72.   opacity: 0.55; }
  73.  
  74. GtkAssistant .sidebar {
  75.   background-color: #404040;
  76.   border-top: 1px solid #292929; }
  77.   GtkAssistant .sidebar:dir(ltr) {
  78.     border-right: 1px solid #292929; }
  79.   GtkAssistant .sidebar:dir(rtl) {
  80.     border-left: 1px solid #292929; }
  81. GtkAssistant.csd .sidebar {
  82.   border-top-style: none; }
  83. GtkAssistant .sidebar .label {
  84.   padding: 6px 12px; }
  85. GtkAssistant .sidebar .label.highlight {
  86.   background-color: #3770aa;
  87.   color: #ffffff; }
  88.  
  89. GtkTextView {
  90.   background-color: #3c3c3c; }
  91.  
  92. .grid-child {
  93.   padding: 3px;
  94.   border-radius: 3px; }
  95.   .grid-child:selected {
  96.     outline-offset: -2px; }
  97.  
  98. .popover.osd, .osd {
  99.   color: #C3C3C3;
  100.   border: none;
  101.   background-color: #353535;
  102.   background-clip: padding-box;
  103.   outline-color: rgba(195, 195, 195, 0.3);
  104.   box-shadow: none; }
  105.  
  106. @keyframes spin {
  107.   to {
  108.     -gtk-icon-transform: rotate(1turn); } }
  109. .spinner {
  110.   background-image: none;
  111.   background-color: blue;
  112.   opacity: 0;
  113.   -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
  114.   .spinner:active {
  115.     opacity: 1;
  116.     animation: spin 1s linear infinite; }
  117.     .spinner:active:insensitive {
  118.       opacity: 0.5; }
  119.  
  120. .entry {
  121.   border: 1px solid;
  122.   padding: 5px 8px;
  123.   border-radius: 3px;
  124.   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  125.   color: #DADADA;
  126.   border-color: #292929;
  127.   background-color: #404040;
  128.   background-image: linear-gradient(to bottom, #404040); }
  129.   .entry.image.left {
  130.     padding-left: 0; }
  131.   .entry.image.right {
  132.     padding-right: 0; }
  133.   .entry.flat, .entry.flat:focus {
  134.     padding: 2px;
  135.     color: #DADADA;
  136.     border-color: #292929;
  137.     background-color: #404040;
  138.     background-image: linear-gradient(to bottom, #404040);
  139.     border: none;
  140.     border-radius: 0; }
  141.   .entry:focus {
  142.     background-clip: border-box;
  143.     color: #DADADA;
  144.     border-color: #292929;
  145.     background-color: #404040;
  146.     background-image: linear-gradient(to bottom, #404040);
  147.     box-shadow: inset 1px 0 #3770aa, inset -1px 0 #3770aa, inset 0 1px #3770aa, inset 0 -1px #3770aa; }
  148.   .entry:insensitive {
  149.     color: rgba(218, 218, 218, 0.55);
  150.     border-color: rgba(41, 41, 41, 0.55);
  151.     background-color: rgba(64, 64, 64, 0.55);
  152.     background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.55)); }
  153.   .entry:selected, .entry:selected:focus {
  154.     background-color: #3770aa;
  155.     color: #ffffff; }
  156.   .entry.progressbar {
  157.     margin: 2px 12px;
  158.     border-radius: 0;
  159.     border-width: 0 0 2px;
  160.     border-color: #3770aa;
  161.     border-style: solid;
  162.     background-image: none;
  163.     background-color: transparent;
  164.     box-shadow: none; }
  165.   .entry.warning {
  166.     color: #ffffff;
  167.     border-color: #292929;
  168.     background-image: linear-gradient(to bottom, #ab6239); }
  169.     .entry.warning:focus {
  170.       color: #ffffff;
  171.       background-image: linear-gradient(to bottom, #F27835);
  172.       box-shadow: none; }
  173.     .entry.warning:selected, .entry.warning:selected:focus {
  174.       background-color: #ffffff;
  175.       color: #F27835; }
  176.   .entry.error {
  177.     color: #ffffff;
  178.     border-color: #292929;
  179.     background-image: linear-gradient(to bottom, #b1413b); }
  180.     .entry.error:focus {
  181.       color: #ffffff;
  182.       background-image: linear-gradient(to bottom, #FC4138);
  183.       box-shadow: none; }
  184.     .entry.error:selected, .entry.error:selected:focus {
  185.       background-color: #ffffff;
  186.       color: #FC4138; }
  187.   .entry.image {
  188.     color: #bbbbbb; }
  189.   .osd .entry {
  190.     color: #C3C3C3;
  191.     border-color: rgba(22, 22, 22, 0.4);
  192.     background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4));
  193.     background-color: transparent; }
  194.     .osd .entry.image, .osd .entry.image:hover {
  195.       color: inherit; }
  196.     .osd .entry:focus {
  197.       color: #ffffff;
  198.       border-color: rgba(22, 22, 22, 0.4);
  199.       background-image: linear-gradient(to bottom, #3770aa); }
  200.     .osd .entry:insensitive {
  201.       color: rgba(195, 195, 195, 0.55);
  202.       background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); }
  203.  
  204. GtkSearchEntry.entry {
  205.   border-radius: 4px; }
  206.  
  207. @keyframes needs_attention {
  208.   from {
  209.     background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3770aa), to(transparent)); }
  210.   to {
  211.     background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3770aa), to(transparent)); } }
  212. .button {
  213.   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  214.   border: 1px solid;
  215.   border-radius: 3px;
  216.   padding: 5px 8px;
  217.   color: #DADADA;
  218.   outline-color: rgba(218, 218, 218, 0.3);
  219.   border-color: #292929;
  220.   background-color: #454545; }
  221.   .button.flat, .sidebar-button.button {
  222.     border-color: transparent;
  223.     background-color: transparent;
  224.     background-image: none;
  225.     background-color: rgba(69, 69, 69, 0);
  226.     border-color: rgba(41, 41, 41, 0);
  227.     transition: none; }
  228.     .button.flat:hover, .sidebar-button.button:hover {
  229.       transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  230.       transition-duration: 350ms; }
  231.       .button.flat:hover:active, .sidebar-button.button:hover:active {
  232.         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  233.   .button:hover {
  234.     color: #DADADA;
  235.     outline-color: rgba(218, 218, 218, 0.3);
  236.     border-color: #292929;
  237.     background-color: #525252;
  238.     -gtk-image-effect: highlight; }
  239.   .button:active, .button:checked {
  240.     background-clip: padding-box;
  241.     color: #ffffff;
  242.     outline-color: rgba(255, 255, 255, 0.3);
  243.     border-color: #292929;
  244.     background-color: #3770aa;
  245.     transition-duration: 50ms; }
  246.   .button:active {
  247.     color: #DADADA; }
  248.   .button:active:hover, .button:checked {
  249.     color: #ffffff; }
  250.   .button.flat:insensitive, .sidebar-button.button:insensitive {
  251.     border-color: transparent;
  252.     background-color: transparent;
  253.     background-image: none; }
  254.   .button:insensitive {
  255.     color: rgba(218, 218, 218, 0.55);
  256.     border-color: rgba(41, 41, 41, 0.55);
  257.     background-color: rgba(69, 69, 69, 0.55); }
  258.     .button:insensitive > GtkLabel {
  259.       color: inherit; }
  260.     .button:insensitive:active, .button:insensitive:checked {
  261.       color: rgba(255, 255, 255, 0.8);
  262.       border-color: rgba(55, 112, 170, 0.75);
  263.       background-color: rgba(55, 112, 170, 0.75);
  264.       opacity: 0.6; }
  265.       .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
  266.         color: inherit; }
  267.   .button.osd {
  268.     color: #C3C3C3;
  269.     outline-color: rgba(195, 195, 195, 0.3);
  270.     background-color: #353535;
  271.     border-color: #212121; }
  272.     .button.osd.image-button, .header-bar .button.osd.titlebutton,
  273.     .titlebar .button.osd.titlebutton {
  274.       padding: 10px; }
  275.     .button.osd:hover {
  276.       color: #3770aa; }
  277.     .button.osd:active, .button.osd:checked {
  278.       color: #ffffff;
  279.       outline-color: rgba(255, 255, 255, 0.3);
  280.       border-color: rgba(22, 22, 22, 0.4);
  281.       background-color: #3770aa; }
  282.     .button.osd:insensitive {
  283.       color: #606060;
  284.       border-color: rgba(22, 22, 22, 0.4);
  285.       background-color: rgba(109, 109, 109, 0.25); }
  286.   .osd .button {
  287.     color: #C3C3C3;
  288.     outline-color: rgba(195, 195, 195, 0.3);
  289.     border-color: rgba(22, 22, 22, 0.4);
  290.     background-color: rgba(109, 109, 109, 0.4);
  291.     border-radius: 0;
  292.     border-left-style: none;
  293.     border-right-style: none; }
  294.     .osd .button:dir(rtl) {
  295.       border-radius: 0;
  296.       border-right-style: none;
  297.       border-left-style: none; }
  298.     .osd .button:first-child {
  299.       border-radius: 3px 0 0 3px;
  300.       border-left-style: solid; }
  301.     .osd .button:last-child {
  302.       border-radius: 0 3px 3px 0;
  303.       border-right-style: solid; }
  304.       .osd .button:last-child:dir(rtl) {
  305.         border-left-style: solid; }
  306.     .osd .button:only-child {
  307.       border-radius: 3px;
  308.       border-style: solid; }
  309.     .osd .button:hover {
  310.       color: #C3C3C3;
  311.       outline-color: rgba(195, 195, 195, 0.3);
  312.       border-color: rgba(22, 22, 22, 0.4);
  313.       background-color: rgba(127, 127, 127, 0.5); }
  314.     .osd .button:active, .osd .button:checked {
  315.       background-clip: padding-box;
  316.       color: #ffffff;
  317.       outline-color: rgba(255, 255, 255, 0.3);
  318.       border-color: rgba(22, 22, 22, 0.4);
  319.       background-color: #3770aa; }
  320.     .osd .button:insensitive {
  321.       color: #606060;
  322.       border-color: rgba(22, 22, 22, 0.4);
  323.       background-color: rgba(109, 109, 109, 0.25); }
  324.     .osd .button.flat, .osd .sidebar-button.button {
  325.       border-color: transparent;
  326.       background-color: transparent;
  327.       background-image: none;
  328.       box-shadow: none; }
  329.       .osd .button.flat:hover, .osd .sidebar-button.button:hover {
  330.         color: #C3C3C3;
  331.         outline-color: rgba(195, 195, 195, 0.3);
  332.         border-color: rgba(22, 22, 22, 0.4);
  333.         background-color: rgba(127, 127, 127, 0.5); }
  334.       .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive {
  335.         color: #606060;
  336.         border-color: rgba(22, 22, 22, 0.4);
  337.         background-color: rgba(109, 109, 109, 0.25);
  338.         background-image: none; }
  339.       .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked {
  340.         color: #ffffff;
  341.         outline-color: rgba(255, 255, 255, 0.3);
  342.         border-color: rgba(22, 22, 22, 0.4);
  343.         background-color: #3770aa; }
  344.   .button.suggested-action {
  345.     background-clip: border-box;
  346.     color: #ffffff;
  347.     outline-color: rgba(255, 255, 255, 0.3);
  348.     background-color: #6db442;
  349.     border-color: #6db442; }
  350.     .button.suggested-action.flat, .suggested-action.sidebar-button.button {
  351.       border-color: transparent;
  352.       background-color: transparent;
  353.       background-image: none;
  354.       color: #6db442;
  355.       outline-color: rgba(109, 180, 66, 0.3); }
  356.     .button.suggested-action:hover {
  357.       background-clip: border-box;
  358.       color: #ffffff;
  359.       outline-color: rgba(255, 255, 255, 0.3);
  360.       background-color: #88c663;
  361.       border-color: #88c663; }
  362.     .button.suggested-action:active, .button.suggested-action:checked {
  363.       background-clip: border-box;
  364.       color: #ffffff;
  365.       outline-color: rgba(255, 255, 255, 0.3);
  366.       background-color: #568f34;
  367.       border-color: #568f34; }
  368.     .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive {
  369.       border-color: transparent;
  370.       background-color: transparent;
  371.       background-image: none;
  372.       color: rgba(218, 218, 218, 0.55); }
  373.     .button.suggested-action:insensitive {
  374.       color: rgba(218, 218, 218, 0.55);
  375.       border-color: rgba(41, 41, 41, 0.55);
  376.       background-color: rgba(69, 69, 69, 0.55); }
  377.       .button.suggested-action:insensitive > GtkLabel {
  378.         color: inherit; }
  379.   .button.destructive-action {
  380.     background-clip: border-box;
  381.     color: #ffffff;
  382.     outline-color: rgba(255, 255, 255, 0.3);
  383.     background-color: #F04A50;
  384.     border-color: #F04A50; }
  385.     .button.destructive-action.flat, .destructive-action.sidebar-button.button {
  386.       border-color: transparent;
  387.       background-color: transparent;
  388.       background-image: none;
  389.       color: #F04A50;
  390.       outline-color: rgba(240, 74, 80, 0.3); }
  391.     .button.destructive-action:hover {
  392.       background-clip: border-box;
  393.       color: #ffffff;
  394.       outline-color: rgba(255, 255, 255, 0.3);
  395.       background-color: #f4797e;
  396.       border-color: #f4797e; }
  397.     .button.destructive-action:active, .button.destructive-action:checked {
  398.       background-clip: border-box;
  399.       color: #ffffff;
  400.       outline-color: rgba(255, 255, 255, 0.3);
  401.       background-color: #ec1b22;
  402.       border-color: #ec1b22; }
  403.     .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive {
  404.       border-color: transparent;
  405.       background-color: transparent;
  406.       background-image: none;
  407.       color: rgba(218, 218, 218, 0.55); }
  408.     .button.destructive-action:insensitive {
  409.       color: rgba(218, 218, 218, 0.55);
  410.       border-color: rgba(41, 41, 41, 0.55);
  411.       background-color: rgba(69, 69, 69, 0.55); }
  412.       .button.destructive-action:insensitive > GtkLabel {
  413.         color: inherit; }
  414.   .button.image-button, .header-bar .button.titlebutton,
  415.   .titlebar .button.titlebutton {
  416.     padding: 7px; }
  417.   .header-bar .button.image-button, .header-bar .button.titlebutton {
  418.     padding: 7px 10px; }
  419.   .button.text-button {
  420.     padding-left: 16px;
  421.     padding-right: 16px; }
  422.   .button.text-button.image-button, .header-bar .button.text-button.titlebutton,
  423.   .titlebar .button.text-button.titlebutton {
  424.     padding: 5px 8px; }
  425.     .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child,
  426.     .titlebar .button.text-button.titlebutton GtkLabel:first-child {
  427.       padding-left: 8px; }
  428.     .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child,
  429.     .titlebar .button.text-button.titlebutton GtkLabel:last-child {
  430.       padding-right: 8px; }
  431.   .stack-switcher > .button {
  432.     outline-offset: -3px; }
  433.     .stack-switcher > .button > GtkLabel {
  434.       padding-left: 6px;
  435.       padding-right: 6px; }
  436.     .stack-switcher > .button > GtkImage {
  437.       padding-left: 6px;
  438.       padding-right: 6px;
  439.       padding-top: 3px;
  440.       padding-bottom: 3px; }
  441.     .stack-switcher > .button.text-button {
  442.       padding: 5px 10px; }
  443.     .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton,
  444.     .titlebar .stack-switcher > .button.titlebutton {
  445.       padding: 2px 4px; }
  446.     .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage {
  447.       animation: none;
  448.       background-image: none; }
  449.   .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
  450.     animation: needs_attention 150ms ease-in;
  451.     background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3770aa), to(transparent));
  452.     background-size: 6px 6px, 6px 6px;
  453.     background-repeat: no-repeat;
  454.     background-position: right 3px, right 2px; }
  455.     .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) {
  456.       background-position: left 3px, left 2px; }
  457.   .inline-toolbar .button, .inline-toolbar .button:backdrop {
  458.     border-radius: 2px;
  459.     border-width: 1px; }
  460.  
  461. .inline-toolbar GtkToolButton > .button {
  462.   color: #DADADA;
  463.   outline-color: rgba(218, 218, 218, 0.3);
  464.   border-color: #292929;
  465.   background-color: #454545; }
  466.   .inline-toolbar GtkToolButton > .button:hover {
  467.     color: #DADADA;
  468.     outline-color: rgba(218, 218, 218, 0.3);
  469.     border-color: #292929;
  470.     background-color: #525252; }
  471.   .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
  472.     color: #ffffff;
  473.     outline-color: rgba(255, 255, 255, 0.3);
  474.     border-color: #292929;
  475.     background-color: #3770aa; }
  476.   .inline-toolbar GtkToolButton > .button:insensitive {
  477.     color: rgba(218, 218, 218, 0.55);
  478.     border-color: rgba(41, 41, 41, 0.55);
  479.     background-color: rgba(69, 69, 69, 0.55); }
  480.     .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel {
  481.       color: inherit; }
  482.   .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked {
  483.     color: rgba(255, 255, 255, 0.8);
  484.     border-color: rgba(55, 112, 170, 0.75);
  485.     background-color: rgba(55, 112, 170, 0.75);
  486.     opacity: 0.6; }
  487.     .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
  488.       color: inherit; }
  489.  
  490. .linked:not(.vertical):not(.pathbar) > .entry + .entry {
  491.   border-left-color: rgba(41, 41, 41, 0.3); }
  492. .linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
  493. .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
  494.   border-left-color: rgba(41, 41, 41, 0.3); }
  495. .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
  496. .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
  497.   border-left-color: rgba(41, 41, 41, 0.3); }
  498. .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
  499.   border-left-color: rgba(41, 41, 41, 0.3); }
  500. .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
  501. .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
  502.   border-left-color: #292929; }
  503. .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
  504. .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
  505.   border-left-color: #292929; }
  506. .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
  507. .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
  508.   border-left-color: #292929; }
  509. .linked:not(.vertical):not(.pathbar) > .entry + .button,
  510. .linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
  511. .linked:not(.vertical):not(.pathbar) > .entry + .button:active,
  512. .linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
  513. .linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
  514.   border-left-style: solid; }
  515. .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
  516. .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
  517. .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  518. .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  519.   border-left-color: #292929; }
  520. .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
  521. .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
  522. .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  523. .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  524.   border-left-color: #292929; }
  525. .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
  526. .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
  527. .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  528. .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  529.   border-left-color: #292929; }
  530. .linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
  531.   box-shadow: none; }
  532. .linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
  533.   box-shadow: none; }
  534. .linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
  535.   border-left-color: #292929; }
  536. .linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
  537.   box-shadow: none; }
  538.  
  539. .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) {
  540.   border-left-color: rgba(41, 41, 41, 0.5); }
  541.   .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child {
  542.     border-left-color: rgba(41, 41, 41, 0.5); }
  543.  
  544. .linked.vertical > .entry + .entry {
  545.   border-top-color: rgba(41, 41, 41, 0.3); }
  546. .linked.vertical > .entry.error + .entry,
  547. .linked.vertical > .entry + .entry.error {
  548.   border-top-color: rgba(41, 41, 41, 0.3); }
  549. .linked.vertical > .entry.warning + .entry,
  550. .linked.vertical > .entry + .entry.warning {
  551.   border-top-color: rgba(41, 41, 41, 0.3); }
  552. .linked.vertical > .entry.error + .entry.warning {
  553.   border-top-color: rgba(41, 41, 41, 0.3); }
  554. .linked.vertical > .entry + .entry:focus:not(:last-child),
  555. .linked.vertical > .entry + .entry:focus:last-child {
  556.   border-top-color: #292929; }
  557. .linked.vertical > .entry + .entry.warning:focus:not(:last-child),
  558. .linked.vertical > .entry + .entry.warning:focus:last-child {
  559.   border-top-color: #292929; }
  560. .linked.vertical > .entry + .entry.error:focus:not(:last-child),
  561. .linked.vertical > .entry + .entry.error:focus:last-child {
  562.   border-top-color: #292929; }
  563. .linked.vertical > .entry + .button,
  564. .linked.vertical > .entry + .button:hover,
  565. .linked.vertical > .entry + .button:active,
  566. .linked.vertical > .entry + .button:checked,
  567. .linked.vertical > .entry + .button:insensitive {
  568.   border-top-style: solid; }
  569. .linked.vertical > .entry:focus:not(:only-child) + .entry,
  570. .linked.vertical > .entry:focus:not(:only-child) + .button,
  571. .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  572. .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  573.   border-top-color: #292929; }
  574. .linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
  575. .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
  576. .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  577. .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  578.   border-top-color: #292929; }
  579. .linked.vertical > .entry.error:focus:not(:only-child) + .entry,
  580. .linked.vertical > .entry.error:focus:not(:only-child) + .button,
  581. .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  582. .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  583.   border-top-color: #292929; }
  584. .linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
  585. .linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
  586.   box-shadow: 0 -1px #292929; }
  587. .linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
  588.   box-shadow: none; }
  589. .linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
  590.   box-shadow: none; }
  591. .linked.vertical > .button:checked + .entry {
  592.   border-top-color: #292929; }
  593. .linked.vertical > .entry + .button:not(:checked):not(:active):hover {
  594.   box-shadow: none; }
  595.  
  596. .inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button,
  597. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button,
  598. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button,
  599. .primary-toolbar .linked:not(.vertical).path-bar > .button,
  600. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button,
  601. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button,
  602. .header-bar .linked:not(.vertical).path-bar > .button,
  603. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover,
  604. .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover,
  605. .primary-toolbar .linked:not(.vertical).path-bar > .button:hover,
  606. .header-bar .linked:not(.vertical).path-bar > .button:hover,
  607. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active,
  608. .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active,
  609. .primary-toolbar .linked:not(.vertical).path-bar > .button:active,
  610. .header-bar .linked:not(.vertical).path-bar > .button:active,
  611. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked,
  612. .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked,
  613. .primary-toolbar .linked:not(.vertical).path-bar > .button:checked,
  614. .header-bar .linked:not(.vertical).path-bar > .button:checked,
  615. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive,
  616. .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive,
  617. .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive,
  618. .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
  619. NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
  620. NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
  621. NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
  622. NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl),
  623. .linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr),
  624. .linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) {
  625.   border-radius: 0;
  626.   border-right-style: none; }
  627.  
  628. .osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
  629. .linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child,
  630. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child,
  631. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child,
  632. .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child,
  633. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child,
  634. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child,
  635. .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
  636.   border-top-left-radius: 3px;
  637.   border-bottom-left-radius: 3px; }
  638. .osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
  639. .linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child,
  640. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child,
  641. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child,
  642. .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child,
  643. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child,
  644. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child,
  645. .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
  646.   border-top-right-radius: 3px;
  647.   border-bottom-right-radius: 3px;
  648.   border-right-style: solid; }
  649. .osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
  650. .linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child,
  651. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child,
  652. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child,
  653. .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child,
  654. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child,
  655. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child,
  656. .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
  657.   border-radius: 3px;
  658.   border-style: solid; }
  659.  
  660. .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
  661. .linked.vertical > GtkComboBox > .the-button-in-the-combobox {
  662.   border-radius: 0;
  663.   border-bottom-style: none; }
  664.  
  665. .linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
  666. .linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
  667.   border-top-left-radius: 3px;
  668.   border-top-right-radius: 3px; }
  669. .linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
  670. .linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
  671.   border-bottom-left-radius: 3px;
  672.   border-bottom-right-radius: 3px;
  673.   border-bottom-style: solid; }
  674. .linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
  675. .linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
  676.   border-radius: 3px;
  677.   border-style: solid; }
  678.  
  679. .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked {
  680.   border-top-style: none; }
  681.   .linked.vertical > .button:first-child {
  682.     border-top-style: solid; }
  683.  
  684. .menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
  685. .app-notification.frame .button.flat,
  686. .app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
  687. .app-notification.frame .button.flat:insensitive,
  688. .app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
  689.   border-color: transparent;
  690.   background-color: transparent;
  691.   background-image: none;
  692.   box-shadow: none; }
  693.  
  694. .menuitem.button.flat, .menuitem.sidebar-button.button {
  695.   transition: none;
  696.   outline-offset: -1px;
  697.   border-radius: 2px; }
  698.   .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover {
  699.     background-color: #484848; }
  700.   .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked {
  701.     color: #DADADA; }
  702.  
  703. *:link, .button:link, .button:visited {
  704.   color: #679ace; }
  705.   *:link:visited, .button:visited {
  706.     color: #1e3d5d; }
  707.     *:selected *:link:visited, *:selected .button:visited {
  708.       color: #afc6dd; }
  709.   *:link:hover, .button:hover:link, .button:hover:visited {
  710.     color: #3770aa; }
  711.     *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited {
  712.       color: #ebf1f7; }
  713.   *:link:active, .button:active:link, .button:active:visited {
  714.     color: #2b5783; }
  715.     *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited {
  716.       color: #d7e2ee; }
  717.   *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
  718.     color: #d7e2ee; }
  719.  
  720. .button:link > .label, .button:visited > .label {
  721.   text-decoration-line: underline; }
  722.  
  723. .spinbutton {
  724.   border-radius: 3px; }
  725.   .spinbutton .button {
  726.     background-image: none;
  727.     border: 1px solid rgba(41, 41, 41, 0.6);
  728.     border-style: none none none solid;
  729.     color: #d2d2d2;
  730.     border-radius: 0;
  731.     box-shadow: none; }
  732.     .spinbutton .button:dir(rtl) {
  733.       border-style: none solid none none; }
  734.     .spinbutton .button:first-child {
  735.       color: red; }
  736.     .spinbutton .button:insensitive {
  737.       color: rgba(218, 218, 218, 0.55); }
  738.     .spinbutton .button:active {
  739.       background-color: #3770aa;
  740.       color: #ffffff; }
  741.   .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
  742.     color: #DADADA;
  743.     outline-color: rgba(218, 218, 218, 0.3);
  744.     border-color: #292929;
  745.     background-color: #454545; }
  746.     .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
  747.       color: #ffffff;
  748.       outline-color: rgba(255, 255, 255, 0.3);
  749.       border-color: #292929;
  750.       background-color: #3770aa; }
  751.     .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
  752.       color: #DADADA;
  753.       outline-color: rgba(218, 218, 218, 0.3);
  754.       border-color: #292929;
  755.       background-color: #525252; }
  756.     .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive {
  757.       color: rgba(218, 218, 218, 0.55);
  758.       border-color: rgba(41, 41, 41, 0.55);
  759.       background-color: rgba(69, 69, 69, 0.55); }
  760.       .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel {
  761.         color: inherit; }
  762.   .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child {
  763.     color: #DADADA;
  764.     outline-color: rgba(218, 218, 218, 0.3);
  765.     border-color: #292929;
  766.     background-color: #454545; }
  767.     .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
  768.       color: #ffffff;
  769.       outline-color: rgba(255, 255, 255, 0.3);
  770.       border-color: #292929;
  771.       background-color: #3770aa; }
  772.     .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
  773.       color: #DADADA;
  774.       outline-color: rgba(218, 218, 218, 0.3);
  775.       border-color: #292929;
  776.       background-color: #525252; }
  777.     .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive {
  778.       color: rgba(218, 218, 218, 0.55);
  779.       border-color: rgba(41, 41, 41, 0.55);
  780.       background-color: rgba(69, 69, 69, 0.55); }
  781.       .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel {
  782.         color: inherit; }
  783.   .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry {
  784.     border-radius: 0;
  785.     padding-left: 5px;
  786.     padding-right: 5px; }
  787.   .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive {
  788.     border-radius: 2px 2px 0 0;
  789.     border-style: solid solid none solid; }
  790.   .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive {
  791.     border-radius: 0 0 2px 2px;
  792.     border-style: none solid solid solid; }
  793.   GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
  794.     padding: 1px;
  795.     border-width: 1px 0;
  796.     border-color: #3770aa;
  797.     border-radius: 0;
  798.     box-shadow: none; }
  799.  
  800. GtkComboBox {
  801.   -GtkComboBox-arrow-scaling: 0.5;
  802.   -GtkComboBox-shadow-type: none; }
  803.   GtkComboBox > .the-button-in-the-combobox {
  804.     padding-top: 3px;
  805.     padding-bottom: 3px; }
  806.   GtkComboBox:insensitive {
  807.     color: rgba(218, 218, 218, 0.55); }
  808.   GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator {
  809.     -GtkWidget-wide-separators: true; }
  810.   GtkComboBox.combobox-entry .entry:dir(ltr) {
  811.     border-top-right-radius: 0;
  812.     border-bottom-right-radius: 0;
  813.     border-right-style: none; }
  814.   GtkComboBox.combobox-entry .entry:dir(rtl) {
  815.     border-top-left-radius: 0;
  816.     border-bottom-left-radius: 0;
  817.     border-left-style: none; }
  818.   GtkComboBox.combobox-entry .button:dir(ltr) {
  819.     border-top-left-radius: 0;
  820.     border-bottom-left-radius: 0; }
  821.   GtkComboBox.combobox-entry .button:dir(rtl) {
  822.     border-top-right-radius: 0;
  823.     border-bottom-right-radius: 0; }
  824.  
  825. .toolbar, .inline-toolbar {
  826.   -GtkWidget-window-dragging: true;
  827.   padding: 4px;
  828.   background-color: #383838; }
  829.   .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar {
  830.     padding: 7px;
  831.     border: 1px solid rgba(0, 0, 0, 0.5);
  832.     border-radius: 3px;
  833.     background-color: rgba(53, 53, 53, 0.9); }
  834.  
  835. .primary-toolbar,
  836. .primary-toolbar .toolbar,
  837. .primary-toolbar .inline-toolbar {
  838.   color: #ded6d6;
  839.   background-color: #2f2f2f;
  840.   box-shadow: none;
  841.   border-width: 0 0 1px 0;
  842.   border-style: solid;
  843.   border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; }
  844.   .primary-toolbar .label:insensitive,
  845.   .primary-toolbar .toolbar .label:insensitive,
  846.   .primary-toolbar .inline-toolbar .label:insensitive {
  847.     color: rgba(218, 218, 218, 0.55); }
  848.  
  849. .inline-toolbar {
  850.   background-color: #303030;
  851.   border-style: solid;
  852.   border-color: #292929;
  853.   border-width: 0 1px 1px;
  854.   padding: 3px;
  855.   border-radius: 0  0 3px 3px; }
  856.  
  857. .search-bar {
  858.   background-color: #383838;
  859.   border-style: solid;
  860.   border-color: #292929;
  861.   border-width: 0 0 1px;
  862.   padding: 3px; }
  863.  
  864. .action-bar {
  865.   background-color: #303030; }
  866.  
  867. .header-bar {
  868.   padding: 5px 5px 4px 5px;
  869.   border-width: 0 0 1px;
  870.   border-style: solid;
  871.   border-radius: 0;
  872.   border-color: #252525;
  873.   color: #ded6d6;
  874.   background-color: #2f2f2f; }
  875.   .csd .header-bar {
  876.     background-color: #2f2f2f;
  877.     border-color: #252525; }
  878.   .header-bar:backdrop {
  879.     color: rgba(222, 214, 214, 0.7); }
  880.   .header-bar .title {
  881.     padding-left: 12px;
  882.     padding-right: 12px; }
  883.   .header-bar .subtitle {
  884.     font-size: smaller;
  885.     padding-left: 12px;
  886.     padding-right: 12px; }
  887.   .header-bar.selection-mode, .header-bar.titlebar.selection-mode {
  888.     color: #ffffff;
  889.     background-color: #3770aa;
  890.     border-color: #32669b;
  891.     box-shadow: none; }
  892.     .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
  893.       background-color: #3770aa;
  894.       color: rgba(255, 255, 255, 0.6); }
  895.     .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
  896.       color: #ffffff;
  897.       outline-color: rgba(255, 255, 255, 0.3);
  898.       background-color: rgba(255, 255, 255, 0);
  899.       border-color: rgba(255, 255, 255, 0); }
  900.       .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button {
  901.         border-color: transparent;
  902.         background-color: transparent;
  903.         background-image: none;
  904.         color: #ffffff;
  905.         background-color: rgba(255, 255, 255, 0); }
  906.       .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover {
  907.         color: #ffffff;
  908.         outline-color: rgba(255, 255, 255, 0.3);
  909.         background-color: rgba(255, 255, 255, 0.05);
  910.         border-color: rgba(255, 255, 255, 0.5); }
  911.       .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
  912.         color: #3770aa;
  913.         outline-color: rgba(55, 112, 170, 0.3);
  914.         background-color: #ffffff;
  915.         border-color: #ffffff; }
  916.       .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive {
  917.         color: rgba(255, 255, 255, 0.4);
  918.         background-color: rgba(255, 255, 255, 0);
  919.         border-color: rgba(255, 255, 255, 0); }
  920.         .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked {
  921.           color: rgba(55, 112, 170, 0.4);
  922.           background-color: rgba(255, 255, 255, 0.15);
  923.           border-color: rgba(255, 255, 255, 0.15); }
  924.     .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu {
  925.       box-shadow: none;
  926.       padding-left: 10px;
  927.       padding-right: 10px; }
  928.       .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow {
  929.         -GtkArrow-arrow-scaling: 1; }
  930.       .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow {
  931.         -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  932.     .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode {
  933.       background-color: #3770aa; }
  934.   .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop {
  935.     border-radius: 0; }
  936.   .maximized .header-bar {
  937.     background-color: #2f2f2f;
  938.     border-color: #252525; }
  939.   .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop {
  940.     padding-top: 5px;
  941.     padding-bottom: 5px;
  942.     background-color: #2f2f2f;
  943.     border-bottom-width: 0; }
  944.     .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop {
  945.       background-color: #2f2f2f; }
  946.  
  947. .titlebar {
  948.   padding-left: 7px;
  949.   padding-right: 7px;
  950.   border-radius: 3px 3px 0 0;
  951.   color: #ded6d6;
  952.   background-color: #2f2f2f;
  953.   box-shadow: inset 0 1px #373737; }
  954.   .csd .titlebar {
  955.     background-color: #2f2f2f; }
  956.   .titlebar:backdrop {
  957.     color: rgba(222, 214, 214, 0.7);
  958.     background-color: #333333; }
  959.     .csd .titlebar:backdrop {
  960.       background-color: #333333; }
  961.   .maximized .titlebar {
  962.     background-color: #2f2f2f; }
  963.     .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop {
  964.       background-color: #333333; }
  965.  
  966. .titlebar .titlebar,
  967. .titlebar .titlebar:backdrop {
  968.   background-color: transparent; }
  969.  
  970. .primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator,
  971. .primary-toolbar .toolbar .separator,
  972. .primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical {
  973.   -GtkWidget-wide-separators: true;
  974.   -GtkWidget-separator-width: 1px;
  975.   border-width: 0 1px;
  976.   border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; }
  977.   .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop {
  978.     opacity: 0.6; }
  979.  
  980. .primary-toolbar .entry, .header-bar .entry {
  981.   color: #ded6d6;
  982.   border-color: rgba(16, 16, 16, 0.4);
  983.   background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4));
  984.   background-color: transparent; }
  985.   .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover {
  986.     color: inherit; }
  987.   .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop {
  988.     opacity: 0.85; }
  989.   .primary-toolbar .entry:focus, .header-bar .entry:focus {
  990.     color: #ded6d6;
  991.     border-color: #3770aa;
  992.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4));
  993.     background-clip: padding-box; }
  994.     .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
  995.       color: rgba(222, 214, 214, 0.85); }
  996.   .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive {
  997.     color: rgba(222, 214, 214, 0.55);
  998.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); }
  999.   .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
  1000.     background-color: #3770aa;
  1001.     color: #ffffff; }
  1002.   .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
  1003.     border-color: #3770aa;
  1004.     background-image: none;
  1005.     background-color: transparent; }
  1006.   .primary-toolbar .entry.warning, .header-bar .entry.warning {
  1007.     color: #ffffff;
  1008.     border-color: rgba(16, 16, 16, 0.4);
  1009.     background-image: linear-gradient(to bottom, #a45b33); }
  1010.     .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
  1011.       color: #ffffff;
  1012.       background-image: linear-gradient(to bottom, #F27835); }
  1013.     .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
  1014.       background-color: #ffffff;
  1015.       color: #F27835; }
  1016.   .primary-toolbar .entry.error, .header-bar .entry.error {
  1017.     color: #ffffff;
  1018.     border-color: rgba(16, 16, 16, 0.4);
  1019.     background-image: linear-gradient(to bottom, #aa3a34); }
  1020.     .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
  1021.       color: #ffffff;
  1022.       background-image: linear-gradient(to bottom, #FC4138); }
  1023.     .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
  1024.       background-color: #ffffff;
  1025.       color: #FC4138; }
  1026. .primary-toolbar .button, .header-bar .button {
  1027.   color: #ded6d6;
  1028.   outline-color: rgba(222, 214, 214, 0.3);
  1029.   outline-offset: -3px;
  1030.   background-color: rgba(47, 47, 47, 0);
  1031.   border-color: rgba(47, 47, 47, 0); }
  1032.   .primary-toolbar .button:backdrop, .header-bar .button:backdrop {
  1033.     opacity: 0.7; }
  1034.   .primary-toolbar .button:hover, .header-bar .button:hover {
  1035.     color: #ded6d6;
  1036.     outline-color: rgba(222, 214, 214, 0.3);
  1037.     border-color: rgba(16, 16, 16, 0.4);
  1038.     background-color: rgba(103, 103, 103, 0.4); }
  1039.   .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
  1040.     color: #ffffff;
  1041.     outline-color: rgba(255, 255, 255, 0.3);
  1042.     border-color: transparent;
  1043.     background-color: #3770aa;
  1044.     background-clip: padding-box; }
  1045.   .primary-toolbar .button:insensitive, .header-bar .button:insensitive {
  1046.     color: rgba(222, 214, 214, 0.55);
  1047.     background-color: rgba(47, 47, 47, 0);
  1048.     border-color: rgba(47, 47, 47, 0); }
  1049.     .primary-toolbar .button:insensitive > GtkLabel,
  1050.     .primary-toolbar .toolbar .button:insensitive > GtkLabel,
  1051.     .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel {
  1052.       color: inherit; }
  1053.   .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked {
  1054.     color: rgba(255, 255, 255, 0.75);
  1055.     border-color: rgba(55, 112, 170, 0.65);
  1056.     background-color: rgba(55, 112, 170, 0.65); }
  1057. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button,
  1058. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button,
  1059. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button,
  1060. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover,
  1061. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover,
  1062. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover,
  1063. .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover,
  1064. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active,
  1065. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active,
  1066. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active,
  1067. .header-bar .linked:not(.vertical):not(.path-bar) > .button:active,
  1068. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked,
  1069. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked,
  1070. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked,
  1071. .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked,
  1072. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive,
  1073. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive,
  1074. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive,
  1075. .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive {
  1076.   border-radius: 3px;
  1077.   border-style: solid; }
  1078. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
  1079. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
  1080. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
  1081. .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active),
  1082. .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active),
  1083. .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child),
  1084. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child),
  1085. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child),
  1086. .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child),
  1087. .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active),
  1088. .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
  1089.   box-shadow: none; }
  1090. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button,
  1091. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button,
  1092. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button,
  1093. .primary-toolbar .linked:not(.vertical).path-bar > .button,
  1094. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button,
  1095. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button,
  1096. .header-bar .linked:not(.vertical).path-bar > .button {
  1097.   color: #ded6d6;
  1098.   outline-color: rgba(222, 214, 214, 0.3);
  1099.   border-color: rgba(16, 16, 16, 0.4);
  1100.   background-color: rgba(103, 103, 103, 0.4); }
  1101.   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover,
  1102.   .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover,
  1103.   .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover,
  1104.   .primary-toolbar .linked:not(.vertical).path-bar > .button:hover,
  1105.   .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover,
  1106.   .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover,
  1107.   .header-bar .linked:not(.vertical).path-bar > .button:hover {
  1108.     background-color: rgba(141, 141, 141, 0.4); }
  1109.   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active,
  1110.   .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active,
  1111.   .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked,
  1112.   .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked,
  1113.   .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked,
  1114.   .primary-toolbar .linked:not(.vertical).path-bar > .button:active,
  1115.   .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active,
  1116.   .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active,
  1117.   .header-bar .linked:not(.vertical).path-bar > .button:active,
  1118.   .primary-toolbar .linked:not(.vertical).path-bar > .button:checked,
  1119.   .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked,
  1120.   .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked,
  1121.   .header-bar .linked:not(.vertical).path-bar > .button:checked {
  1122.     color: #ffffff;
  1123.     outline-color: rgba(255, 255, 255, 0.3);
  1124.     border-color: transparent;
  1125.     background-color: #3770aa; }
  1126.   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive,
  1127.   .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive,
  1128.   .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive,
  1129.   .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive,
  1130.   .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive,
  1131.   .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive,
  1132.   .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
  1133.     color: rgba(222, 214, 214, 0.6); }
  1134. .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child),
  1135. .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child),
  1136. .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child),
  1137. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child),
  1138. .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child),
  1139. .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child),
  1140. .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) {
  1141.   border-left-color: rgba(16, 16, 16, 0); }
  1142.   .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child,
  1143.   .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child,
  1144.   .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child,
  1145.   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child,
  1146.   .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child,
  1147.   .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child,
  1148.   .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child {
  1149.     border-left-color: rgba(16, 16, 16, 0); }
  1150. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
  1151.   border-left-color: rgba(16, 16, 16, 0); }
  1152. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
  1153. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error,
  1154. .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
  1155.   border-left-color: rgba(16, 16, 16, 0); }
  1156. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
  1157. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning,
  1158. .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
  1159.   border-left-color: rgba(16, 16, 16, 0); }
  1160. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
  1161.   border-left-color: rgba(16, 16, 16, 0); }
  1162. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
  1163. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child,
  1164. .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
  1165.   border-left-color: rgba(16, 16, 16, 0.4); }
  1166. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
  1167. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child,
  1168. .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
  1169.   border-left-color: rgba(16, 16, 16, 0.4); }
  1170. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
  1171. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child,
  1172. .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
  1173.   border-left-color: rgba(16, 16, 16, 0.4); }
  1174. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
  1175. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
  1176. .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
  1177. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  1178. .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  1179. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox,
  1180. .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  1181.   border-left-color: rgba(16, 16, 16, 0.4); }
  1182. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
  1183. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
  1184. .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
  1185. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  1186. .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  1187. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox,
  1188. .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  1189.   border-left-color: rgba(16, 16, 16, 0.4); }
  1190. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
  1191. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
  1192. .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
  1193. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  1194. .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
  1195. .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox,
  1196. .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
  1197.   border-left-color: rgba(16, 16, 16, 0.4); }
  1198. .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
  1199.   background-clip: border-box;
  1200.   color: #ffffff;
  1201.   outline-color: rgba(255, 255, 255, 0.3);
  1202.   background-color: #6db442;
  1203.   border-color: #6db442; }
  1204.   .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button {
  1205.     border-color: transparent;
  1206.     background-color: transparent;
  1207.     background-image: none;
  1208.     color: #6db442;
  1209.     outline-color: rgba(109, 180, 66, 0.3); }
  1210.   .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
  1211.     background-clip: border-box;
  1212.     color: #ffffff;
  1213.     outline-color: rgba(255, 255, 255, 0.3);
  1214.     background-color: #88c663;
  1215.     border-color: #88c663; }
  1216.   .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
  1217.     background-clip: border-box;
  1218.     color: #ffffff;
  1219.     outline-color: rgba(255, 255, 255, 0.3);
  1220.     background-color: #568f34;
  1221.     border-color: #568f34; }
  1222.   .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
  1223.     color: rgba(222, 214, 214, 0.55);
  1224.     background-color: rgba(47, 47, 47, 0);
  1225.     border-color: rgba(47, 47, 47, 0); }
  1226.     .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel,
  1227.     .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel,
  1228.     .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel,
  1229.     .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel,
  1230.     .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel,
  1231.     .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel,
  1232.     .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel {
  1233.       color: inherit; }
  1234. .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
  1235. .primary-toolbar .button.suggested-action:backdrop,
  1236. .header-bar .button.suggested-action:backdrop {
  1237.   opacity: 0.8; }
  1238. .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
  1239.   background-clip: border-box;
  1240.   color: #ffffff;
  1241.   outline-color: rgba(255, 255, 255, 0.3);
  1242.   background-color: #F04A50;
  1243.   border-color: #F04A50; }
  1244.   .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button {
  1245.     border-color: transparent;
  1246.     background-color: transparent;
  1247.     background-image: none;
  1248.     color: #F04A50;
  1249.     outline-color: rgba(240, 74, 80, 0.3); }
  1250.   .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
  1251.     background-clip: border-box;
  1252.     color: #ffffff;
  1253.     outline-color: rgba(255, 255, 255, 0.3);
  1254.     background-color: #f4797e;
  1255.     border-color: #f4797e; }
  1256.   .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
  1257.     background-clip: border-box;
  1258.     color: #ffffff;
  1259.     outline-color: rgba(255, 255, 255, 0.3);
  1260.     background-color: #ec1b22;
  1261.     border-color: #ec1b22; }
  1262.   .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
  1263.     color: rgba(222, 214, 214, 0.55);
  1264.     background-color: rgba(47, 47, 47, 0);
  1265.     border-color: rgba(47, 47, 47, 0); }
  1266.     .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel,
  1267.     .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel,
  1268.     .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel,
  1269.     .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel,
  1270.     .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel,
  1271.     .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel,
  1272.     .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel {
  1273.       color: inherit; }
  1274. .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
  1275. .primary-toolbar .button.destructive-action:backdrop,
  1276. .header-bar .button.destructive-action:backdrop {
  1277.   opacity: 0.8; }
  1278. .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button {
  1279.   color: #ffffff; }
  1280.   .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover {
  1281.     background-color: rgba(255, 255, 255, 0.1);
  1282.     border-color: transparent; }
  1283.   .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive {
  1284.     color: rgba(255, 255, 255, 0.4); }
  1285. .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button {
  1286.   color: #ded6d6; }
  1287.   .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover {
  1288.     background-color: rgba(222, 214, 214, 0.25);
  1289.     border-color: transparent; }
  1290.   .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive {
  1291.     color: rgba(222, 214, 214, 0.7); }
  1292.   .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active {
  1293.     background-color: rgba(0, 0, 0, 0.1); }
  1294. .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive {
  1295.   color: rgba(222, 214, 214, 0.4); }
  1296. .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button {
  1297.   color: #ded6d6;
  1298.   border-color: rgba(16, 16, 16, 0.4);
  1299.   background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4));
  1300.   background-color: transparent; }
  1301.   .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover {
  1302.     color: inherit; }
  1303.   .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
  1304.     color: #ded6d6;
  1305.     border-color: #3770aa;
  1306.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4));
  1307.     box-shadow: none; }
  1308.   .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
  1309.     color: rgba(222, 214, 214, 0.55);
  1310.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); }
  1311. .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) {
  1312.   border-right-style: none; }
  1313.   .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
  1314.     box-shadow: none; }
  1315. .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) {
  1316.   border-left-style: none; }
  1317.   .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
  1318.     box-shadow: none; }
  1319. .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop {
  1320.   opacity: 0.75; }
  1321. .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough {
  1322.   background-color: rgba(16, 16, 16, 0.4); }
  1323. .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop {
  1324.   opacity: 0.75; }
  1325. .primary-toolbar .scale:backdrop, .header-bar .scale:backdrop {
  1326.   opacity: 0.75; }
  1327. .primary-toolbar .scale.trough, .header-bar .scale.trough {
  1328.   background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); }
  1329.   .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive {
  1330.     background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); }
  1331. .primary-toolbar .scale.slider, .header-bar .scale.slider {
  1332.   background-image: linear-gradient(to bottom, #494949);
  1333.   border-color: rgba(16, 16, 16, 0.7); }
  1334.   .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover {
  1335.     background-image: linear-gradient(to bottom, #555555);
  1336.     border-color: rgba(16, 16, 16, 0.7); }
  1337.   .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
  1338.     background-image: linear-gradient(to bottom, #3770aa);
  1339.     border-color: #3770aa; }
  1340.   .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
  1341.     background-image: linear-gradient(to bottom, #414141);
  1342.     border-color: rgba(16, 16, 16, 0.7); }
  1343.  
  1344. .path-bar .button {
  1345.   padding: 5px 10px; }
  1346.   .path-bar .button:first-child {
  1347.     padding-left: 10px; }
  1348.   .path-bar .button:last-child {
  1349.     padding-right: 10px; }
  1350.   .path-bar .button:only-child {
  1351.     padding-left: 14px;
  1352.     padding-right: 14px; }
  1353.   .path-bar .button GtkLabel:last-child {
  1354.     padding-left: 4px; }
  1355.   .path-bar .button GtkLabel:first-child {
  1356.     padding-right: 4px; }
  1357.   .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel {
  1358.     padding-right: 0;
  1359.     padding-left: 0; }
  1360.   .path-bar .button GtkImage {
  1361.     padding-top: 2px;
  1362.     padding-bottom: 1px; }
  1363.  
  1364. GtkTreeView.view {
  1365.   -GtkTreeView-grid-line-width: 1;
  1366.   -GtkTreeView-grid-line-pattern: '';
  1367.   -GtkTreeView-tree-line-width: 1;
  1368.   -GtkTreeView-tree-line-pattern: '';
  1369.   -GtkTreeView-expander-size: 16;
  1370.   border-left-color: rgba(218, 218, 218, 0.15);
  1371.   border-top-color: rgba(0, 0, 0, 0.1); }
  1372.   GtkTreeView.view:selected {
  1373.     border-radius: 0;
  1374.     border-left-color: #9bb8d5;
  1375.     border-top-color: rgba(218, 218, 218, 0.1); }
  1376.   GtkTreeView.view:insensitive {
  1377.     color: rgba(218, 218, 218, 0.55); }
  1378.     GtkTreeView.view:insensitive:selected {
  1379.       color: #87a9cc; }
  1380.   GtkTreeView.view.dnd {
  1381.     border-style: solid none;
  1382.     border-width: 1px;
  1383.     border-color: #415d7a; }
  1384.   GtkTreeView.view.expander {
  1385.     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
  1386.     color: #8d8d8d; }
  1387.     GtkTreeView.view.expander:dir(rtl) {
  1388.       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  1389.     GtkTreeView.view.expander:hover {
  1390.       color: #DADADA; }
  1391.     GtkTreeView.view.expander:selected {
  1392.       color: #c3d4e6; }
  1393.       GtkTreeView.view.expander:selected:hover {
  1394.         color: #ffffff; }
  1395.     GtkTreeView.view.expander:checked {
  1396.       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  1397.   GtkTreeView.view.progressbar {
  1398.     color: #ffffff;
  1399.     border-radius: 3px;
  1400.     background-image: linear-gradient(to bottom, #3770aa); }
  1401.     GtkTreeView.view.progressbar:selected {
  1402.       color: #3770aa;
  1403.       box-shadow: none;
  1404.       background-image: linear-gradient(to bottom, #ffffff); }
  1405.   GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
  1406.     color: #DADADA;
  1407.     background-image: linear-gradient(to bottom, #292929);
  1408.     border-radius: 3px;
  1409.     border-width: 0; }
  1410.  
  1411. column-header .button {
  1412.   color: #bbbbbb;
  1413.   background-color: #353535; }
  1414.   column-header .button:hover {
  1415.     color: #3770aa;
  1416.     box-shadow: none;
  1417.     transition: none; }
  1418.   column-header .button:active {
  1419.     color: #DADADA;
  1420.     transition: none; }
  1421. column-header:last-child .button, column-header:last-child.button {
  1422.   border-right-style: none;
  1423.   border-image: none; }
  1424.  
  1425. column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
  1426.   transition: none;
  1427.   color: #3770aa;
  1428.   box-shadow: inset 1px 1px 0 1px #3770aa, inset -1px 0 0 1px #3770aa, inset 1px 1px #404040, inset -1px 0 #404040; }
  1429.  
  1430. column-header .button, column-header .button:hover, column-header .button:active {
  1431.   font-weight: bold;
  1432.   padding: 3px 6px;
  1433.   background-image: none;
  1434.   border-style: none solid solid none;
  1435.   border-radius: 0;
  1436.   border-color: #292929;
  1437.   /*border-image: linear-gradient(to bottom,
  1438.                                 transparentize(if($variant == 'light', black, white), 1) 20%,
  1439.                                 transparentize(if($variant == 'light', black, white), 0.89) 20%,
  1440.                                 transparentize(if($variant == 'light', black, white), 0.89) 80%,
  1441.                                 transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ }
  1442.   column-header .button:active, column-header .button:hover {
  1443.     background-color: #3d3d3d; }
  1444.   column-header .button:active:hover {
  1445.     color: #DADADA; }
  1446.   column-header .button:insensitive {
  1447.     border-color: #383838;
  1448.     background-image: none; }
  1449.  
  1450. .menubar {
  1451.   -GtkWidget-window-dragging: true;
  1452.   padding: 0px;
  1453.   background-color: #2f2f2f;
  1454.   color: #ded6d6; }
  1455.   .menubar:backdrop {
  1456.     color: rgba(222, 214, 214, 0.7); }
  1457.   .menubar > .menuitem {
  1458.     padding: 6px 8px;
  1459.     border: solid transparent;
  1460.     border-width: 0; }
  1461.     .menubar > .menuitem:hover {
  1462.       background-color: #3770aa;
  1463.       color: #ffffff; }
  1464.     .menubar > .menuitem:insensitive {
  1465.       color: rgba(222, 214, 214, 0.4);
  1466.       border-color: transparent; }
  1467.  
  1468. .menu {
  1469.   margin: 4px;
  1470.   padding: 0;
  1471.   border-radius: 0;
  1472.   background-color: #383838;
  1473.   border: 1px solid #292929; }
  1474.   .csd .menu {
  1475.     padding: 4px 0px;
  1476.     border-radius: 2px;
  1477.     border: none; }
  1478.   .menu .menuitem {
  1479.     padding: 5px; }
  1480.     .menu .menuitem:hover {
  1481.       color: #DADADA;
  1482.       background-color: rgba(255, 255, 255, 0.06);
  1483.       border: solid rgba(255, 255, 255, 0.11);
  1484.       border-width: 1px 0 1px 0; }
  1485.     .menu .menuitem:insensitive {
  1486.       color: rgba(218, 218, 218, 0.55); }
  1487.     .menu .menuitem.separator {
  1488.       color: rgba(64, 64, 64, 0); }
  1489.     .menu .menuitem.arrow {
  1490.       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  1491.     .menu .menuitem.arrow:dir(rtl) {
  1492.       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  1493.   .menu.button {
  1494.     border-style: none;
  1495.     border-radius: 0; }
  1496.     .menu.button.top {
  1497.       border-bottom: 1px solid #4f4f4f; }
  1498.     .menu.button.bottom {
  1499.       border-top: 1px solid #4f4f4f; }
  1500.     .menu.button:hover {
  1501.       background-color: #4f4f4f; }
  1502.     .menu.button:insensitive {
  1503.       color: transparent;
  1504.       background-color: transparent;
  1505.       border-color: transparent; }
  1506.  
  1507. .csd .popup {
  1508.   border-radius: 2px; }
  1509.  
  1510. .menuitem .accelerator {
  1511.   color: alpha(currentColor,0.55); }
  1512.  
  1513. .popover {
  1514.   padding: 2px;
  1515.   border: 1px solid #1c1c1c;
  1516.   border-radius: 3px;
  1517.   background-clip: border-box;
  1518.   background-color: #383838;
  1519.   box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); }
  1520.   .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator {
  1521.     color: rgba(64, 64, 64, 0); }
  1522.   .popover > .list,
  1523.   .popover > .view,
  1524.   .popover > .toolbar,
  1525.   .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar {
  1526.     border-style: none;
  1527.     background-color: transparent; }
  1528.  
  1529. .entry.cursor-handle,
  1530. .cursor-handle {
  1531.   background-color: transparent;
  1532.   background-image: none;
  1533.   box-shadow: none;
  1534.   border-style: none; }
  1535.   .entry.cursor-handle.top,
  1536.   .cursor-handle.top {
  1537.     -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
  1538.   .entry.cursor-handle.bottom,
  1539.   .cursor-handle.bottom {
  1540.     -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
  1541.  
  1542. .notebook {
  1543.   padding: 0;
  1544.   background-color: #404040;
  1545.   -GtkNotebook-initial-gap: 4;
  1546.   -GtkNotebook-arrow-spacing: 5;
  1547.   -GtkNotebook-tab-curvature: 0;
  1548.   -GtkNotebook-tab-overlap: 1;
  1549.   -GtkNotebook-has-tab-gap: false;
  1550.   -GtkWidget-focus-padding: 0;
  1551.   -GtkWidget-focus-line-width: 0;
  1552.   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  1553.   .notebook.frame {
  1554.     border: 1px solid #292929; }
  1555.     .notebook.frame.top {
  1556.       border-top-width: 0; }
  1557.     .notebook.frame.bottom {
  1558.       border-bottom-width: 0; }
  1559.     .notebook.frame.right {
  1560.       border-right-width: 0; }
  1561.     .notebook.frame.left {
  1562.       border-left-width: 0; }
  1563.   .notebook.header {
  1564.     background-color: #383838; }
  1565.     .notebook.header.frame {
  1566.       border: 0px solid #292929; }
  1567.       .notebook.header.frame.top {
  1568.         border-bottom-width: 0; }
  1569.       .notebook.header.frame.bottom {
  1570.         border-top-width: 0; }
  1571.       .notebook.header.frame.right {
  1572.         border-left-width: 0; }
  1573.       .notebook.header.frame.left {
  1574.         border-right-width: 0; }
  1575.     .notebook.header.top {
  1576.       box-shadow: inset 0 -1px #292929; }
  1577.     .notebook.header.bottom {
  1578.       box-shadow: inset 0 1px #292929; }
  1579.     .notebook.header.right {
  1580.       box-shadow: inset 1px 0 #292929; }
  1581.     .notebook.header.left {
  1582.       box-shadow: inset -1px 0 #292929; }
  1583.   .notebook tab {
  1584.     border-width: 0;
  1585.     border-style: solid;
  1586.     border-color: transparent;
  1587.     background-color: transparent;
  1588.     outline-color: transparent;
  1589.     outline-offset: 0; }
  1590.     .notebook tab.top, .notebook tab.bottom {
  1591.       padding: 4px 15px; }
  1592.     .notebook tab.left, .notebook tab.right {
  1593.       padding: 4px 15px; }
  1594.     .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom {
  1595.       padding-left: 12px;
  1596.       padding-right: 12px; }
  1597.     .notebook tab.reorderable-page.top, .notebook tab.top {
  1598.       padding-top: 6px;
  1599.       border-radius: 3.5px 2px 0 0;
  1600.       border-width: 0;
  1601.       border-top-width: 2px;
  1602.       border-color: transparent;
  1603.       background-color: rgba(64, 64, 64, 0); }
  1604.       .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page {
  1605.         background-color: rgba(64, 64, 64, 0.5);
  1606.         box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; }
  1607.       .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover {
  1608.         background-color: #404040;
  1609.         box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; }
  1610.     .notebook tab.reorderable-page.bottom, .notebook tab.bottom {
  1611.       padding-bottom: 6px;
  1612.       border-radius: 0 0 2px 3.5px;
  1613.       border-width: 0;
  1614.       border-bottom-width: 2px;
  1615.       border-color: transparent;
  1616.       background-color: rgba(64, 64, 64, 0); }
  1617.       .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page {
  1618.         background-color: rgba(64, 64, 64, 0.5);
  1619.         box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; }
  1620.       .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover {
  1621.         background-color: #404040;
  1622.         box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; }
  1623.     .notebook tab.reorderable-page.right, .notebook tab.right {
  1624.       padding-right: 17px;
  1625.       border-radius: 0 3.5px 3.5px 0;
  1626.       border-width: 0;
  1627.       border-right-width: 2px;
  1628.       border-color: transparent;
  1629.       background-color: rgba(64, 64, 64, 0); }
  1630.       .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page {
  1631.         background-color: rgba(64, 64, 64, 0.5);
  1632.         box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; }
  1633.       .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover {
  1634.         background-color: #404040;
  1635.         box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; }
  1636.     .notebook tab.reorderable-page.left, .notebook tab.left {
  1637.       padding-left: 17px;
  1638.       border-radius: 3.5px 0 0 3.5px;
  1639.       border-width: 0;
  1640.       border-left-width: 2px;
  1641.       border-color: transparent;
  1642.       background-color: rgba(64, 64, 64, 0); }
  1643.       .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page {
  1644.         background-color: rgba(64, 64, 64, 0.5);
  1645.         box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; }
  1646.       .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover {
  1647.         background-color: #404040;
  1648.         box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; }
  1649.     .notebook tab GtkLabel {
  1650.       padding: 0 2px;
  1651.       color: rgba(218, 218, 218, 0.55); }
  1652.     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
  1653.       color: rgba(218, 218, 218, 0.775); }
  1654.     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
  1655.       color: #DADADA; }
  1656.     .notebook tab .button {
  1657.       padding: 0;
  1658.       color: #a1a1a1; }
  1659.       .notebook tab .button:hover {
  1660.         color: #ff4d4d; }
  1661.       .notebook tab .button:active {
  1662.         color: #3770aa; }
  1663.       .notebook tab .button > GtkImage {
  1664.         padding: 2px; }
  1665.   .notebook.arrow {
  1666.     color: rgba(218, 218, 218, 0.55); }
  1667.     .notebook.arrow:hover {
  1668.       color: rgba(218, 218, 218, 0.775); }
  1669.     .notebook.arrow:active {
  1670.       color: #DADADA; }
  1671.     .notebook.arrow:insensitive {
  1672.       color: rgba(218, 218, 218, 0.25); }
  1673.  
  1674. .scrollbar {
  1675.   -GtkRange-slider-width: 10;
  1676.   -GtkRange-trough-border: 2;
  1677.   -GtkScrollbar-has-backward-stepper: 1;
  1678.   -GtkScrollbar-has-forward-stepper: 1;
  1679.   -GtkScrollbar-min-slider-length: 30;
  1680.   -GtkRange-stepper-spacing: 0;
  1681.   -GtkRange-trough-under-steppers: 1; }
  1682.   .scrollbar .button {
  1683.     border: none; }
  1684.   .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
  1685.     opacity: 0;
  1686.     -GtkRange-slider-width: 6px; }
  1687.     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
  1688.       margin: 0;
  1689.       background-color: darkgray;
  1690.       border: 1px solid rgba(0, 0, 0, 0.3);
  1691.       background-clip: padding-box; }
  1692.     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
  1693.       border-style: none;
  1694.       background-color: transparent; }
  1695.     .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider {
  1696.       margin-top: 2px;
  1697.       margin-bottom: 2px; }
  1698.     .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider {
  1699.       margin-left: 2px;
  1700.       margin-right: 2px; }
  1701.   .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering {
  1702.     opacity: 0.99; }
  1703.   .scrollbar .trough {
  1704.     background-color: #3d3d3d;
  1705.     border: 1px none #292929; }
  1706.   .scrollbar .slider {
  1707.     background-color: #797979; }
  1708.     .scrollbar .slider:hover {
  1709.       background-color: dimgray; }
  1710.     .scrollbar .slider:prelight:active {
  1711.       background-color: #3770aa; }
  1712.     .scrollbar .slider:insensitive {
  1713.       background-color: transparent; }
  1714.   .scrollbar .slider {
  1715.     border-radius: 100px;
  1716.     margin: 3px; }
  1717.   .scrollbar.fine-tune .slider {
  1718.     margin: 4px; }
  1719.   .scrollbar.vertical .slider {
  1720.     margin-left: 4px; }
  1721.     .scrollbar.vertical .slider:dir(rtl) {
  1722.       margin-left: 3px;
  1723.       margin-right: 4px; }
  1724.   .scrollbar.vertical.fine-tune .slider {
  1725.     margin-left: 5px; }
  1726.     .scrollbar.vertical.fine-tune .slider:dir(rtl) {
  1727.       margin-left: 4px;
  1728.       margin-right: 5px; }
  1729.   .scrollbar.vertical .trough {
  1730.     border-left-style: solid; }
  1731.     .scrollbar.vertical .trough:dir(rtl) {
  1732.       border-left-style: none;
  1733.       border-right-style: solid; }
  1734.   .scrollbar.horizontal .slider {
  1735.     margin-top: 4px; }
  1736.   .scrollbar.horizontal.fine-tune .slider {
  1737.     margin-top: 5px; }
  1738.   .scrollbar.horizontal .trough {
  1739.     border-top-style: solid; }
  1740.  
  1741. .scrollbars-junction,
  1742. .scrollbars-junction.frame {
  1743.   border-color: transparent;
  1744.   border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch;
  1745.   background-color: #3d3d3d; }
  1746.   .scrollbars-junction:dir(rtl),
  1747.   .scrollbars-junction.frame:dir(rtl) {
  1748.     border-image-slice: 0 1 0 0; }
  1749.  
  1750. GtkSwitch {
  1751.   font: 1;
  1752.   -GtkSwitch-slider-width: 52;
  1753.   -GtkSwitch-slider-height: 24;
  1754.   outline-color: transparent; }
  1755.   GtkSwitch.trough, GtkSwitch.slider {
  1756.     background-size: 52px 24px;
  1757.     background-repeat: no-repeat;
  1758.     background-position: right center;
  1759.     color: transparent;
  1760.     border-color: transparent;
  1761.     border-image: none;
  1762.     border-style: none;
  1763.     box-shadow: none; }
  1764.     GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) {
  1765.       background-position: left center; }
  1766.  
  1767. GtkSwitch.trough {
  1768.   background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
  1769.  
  1770. .list-row:selected GtkSwitch.trough,
  1771. GtkInfoBar GtkSwitch.trough {
  1772.   background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
  1773.  
  1774. .header-bar GtkSwitch.trough,
  1775. .primary-toolbar GtkSwitch.trough,
  1776. .primary-toolbar .toolbar GtkSwitch.trough,
  1777. .primary-toolbar .inline-toolbar GtkSwitch.trough {
  1778.   background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); }
  1779.  
  1780. GtkSwitch.trough:active {
  1781.   background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
  1782.  
  1783. .list-row:selected GtkSwitch.trough:active,
  1784. GtkInfoBar GtkSwitch.trough:active {
  1785.   background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
  1786.  
  1787. .header-bar GtkSwitch.trough:active,
  1788. .primary-toolbar GtkSwitch.trough:active,
  1789. .primary-toolbar .toolbar GtkSwitch.trough:active,
  1790. .primary-toolbar .inline-toolbar GtkSwitch.trough:active {
  1791.   background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); }
  1792.  
  1793. GtkSwitch.trough:insensitive {
  1794.   background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
  1795.  
  1796. .list-row:selected GtkSwitch.trough:insensitive,
  1797. GtkInfoBar GtkSwitch.trough:insensitive {
  1798.   background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
  1799.  
  1800. .header-bar GtkSwitch.trough:insensitive,
  1801. .primary-toolbar GtkSwitch.trough:insensitive,
  1802. .primary-toolbar .toolbar GtkSwitch.trough:insensitive,
  1803. .primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive {
  1804.   background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); }
  1805.  
  1806. GtkSwitch.trough:active:insensitive {
  1807.   background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
  1808.  
  1809. .list-row:selected GtkSwitch.trough:active:insensitive,
  1810. GtkInfoBar GtkSwitch.trough:active:insensitive {
  1811.   background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
  1812.  
  1813. .header-bar GtkSwitch.trough:active:insensitive,
  1814. .primary-toolbar GtkSwitch.trough:active:insensitive,
  1815. .primary-toolbar .toolbar GtkSwitch.trough:active:insensitive,
  1816. .primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive {
  1817.   background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); }
  1818.  
  1819. .check {
  1820.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
  1821.  
  1822. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check,
  1823. GtkFileChooserDialog .dialog-vbox > .frame .check {
  1824.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
  1825.  
  1826. GtkTreeView.view.check:selected,
  1827. .list-row:selected .check,
  1828. GtkInfoBar .check {
  1829.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); }
  1830.  
  1831. .check:insensitive {
  1832.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
  1833.  
  1834. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive,
  1835. GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
  1836.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
  1837.  
  1838. GtkTreeView.view.check:insensitive:selected,
  1839. .list-row:selected .check:insensitive,
  1840. GtkInfoBar .check:insensitive {
  1841.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); }
  1842.  
  1843. .check:inconsistent {
  1844.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
  1845.  
  1846. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent,
  1847. GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
  1848.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
  1849.  
  1850. GtkTreeView.view.check:inconsistent:selected,
  1851. .list-row:selected .check:inconsistent,
  1852. GtkInfoBar .check:inconsistent {
  1853.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); }
  1854.  
  1855. .check:inconsistent:insensitive {
  1856.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
  1857.  
  1858. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive,
  1859. GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
  1860.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
  1861.  
  1862. GtkTreeView.view.check:inconsistent:insensitive:selected,
  1863. .list-row:selected .check:inconsistent:insensitive,
  1864. GtkInfoBar .check:inconsistent:insensitive {
  1865.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); }
  1866.  
  1867. .check:checked {
  1868.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
  1869.  
  1870. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked,
  1871. GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
  1872.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
  1873.  
  1874. GtkTreeView.view.check:checked:selected,
  1875. .list-row:selected .check:checked,
  1876. GtkInfoBar .check:checked {
  1877.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); }
  1878.  
  1879. .check:checked:insensitive {
  1880.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
  1881.  
  1882. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive,
  1883. GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
  1884.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
  1885.  
  1886. GtkTreeView.view.check:checked:insensitive:selected,
  1887. .list-row:selected .check:checked:insensitive,
  1888. GtkInfoBar .check:checked:insensitive {
  1889.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); }
  1890.  
  1891. .radio {
  1892.   -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
  1893.  
  1894. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio,
  1895. GtkFileChooserDialog .dialog-vbox > .frame .radio {
  1896.   -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
  1897.  
  1898. GtkTreeView.view.radio:selected,
  1899. .list-row:selected .radio,
  1900. GtkInfoBar .radio {
  1901.   -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); }
  1902.  
  1903. .radio:insensitive {
  1904.   -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
  1905.  
  1906. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive,
  1907. GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
  1908.   -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
  1909.  
  1910. GtkTreeView.view.radio:insensitive:selected,
  1911. .list-row:selected .radio:insensitive,
  1912. GtkInfoBar .radio:insensitive {
  1913.   -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); }
  1914.  
  1915. .radio:inconsistent {
  1916.   -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
  1917.  
  1918. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent,
  1919. GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
  1920.   -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
  1921.  
  1922. GtkTreeView.view.radio:inconsistent:selected,
  1923. .list-row:selected .radio:inconsistent,
  1924. GtkInfoBar .radio:inconsistent {
  1925.   -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); }
  1926.  
  1927. .radio:inconsistent:insensitive {
  1928.   -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
  1929.  
  1930. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive,
  1931. GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
  1932.   -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
  1933.  
  1934. GtkTreeView.view.radio:inconsistent:insensitive:selected,
  1935. .list-row:selected .radio:inconsistent:insensitive,
  1936. GtkInfoBar .radio:inconsistent:insensitive {
  1937.   -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); }
  1938.  
  1939. .radio:checked {
  1940.   -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
  1941.  
  1942. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked,
  1943. GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
  1944.   -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
  1945.  
  1946. GtkTreeView.view.radio:checked:selected,
  1947. .list-row:selected .radio:checked,
  1948. GtkInfoBar .radio:checked {
  1949.   -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); }
  1950.  
  1951. .radio:checked:insensitive {
  1952.   -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
  1953.  
  1954. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive,
  1955. GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
  1956.   -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
  1957.  
  1958. GtkTreeView.view.radio:checked:insensitive:selected,
  1959. .list-row:selected .radio:checked:insensitive,
  1960. GtkInfoBar .radio:checked:insensitive {
  1961.   -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); }
  1962.  
  1963. .view.content-view.check:not(.list) {
  1964.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
  1965.   background-color: transparent; }
  1966.  
  1967. .view.content-view.check:checked:not(.list) {
  1968.   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
  1969.   background-color: transparent; }
  1970.  
  1971. GtkCheckButton.text-button, GtkRadioButton.text-button {
  1972.   padding: 1px 2px 4px;
  1973.   outline-offset: 0; }
  1974.   GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent {
  1975.     color: rgba(218, 218, 218, 0.55); }
  1976.  
  1977. .scale {
  1978.   -GtkScale-slider-length: 15;
  1979.   -GtkRange-slider-width: 15;
  1980.   -GtkRange-trough-border: 0;
  1981.   outline-offset: -1px;
  1982.   outline-radius: 2px;
  1983.   color: alpha(currentColor,0.7); }
  1984.   .scale.trough {
  1985.     margin: 5px; }
  1986.   .scale.fine-tune.trough {
  1987.     border-radius: 5px;
  1988.     margin: 3px; }
  1989.   .scale.slider {
  1990.     background-clip: border-box;
  1991.     background-image: linear-gradient(to bottom, #454545);
  1992.     border: 1px solid #242424;
  1993.     border-radius: 50%;
  1994.     box-shadow: none; }
  1995.     .scale.slider:insensitive {
  1996.       background-image: linear-gradient(to bottom, #3c3c3c);
  1997.       border-color: rgba(36, 36, 36, 0.8); }
  1998.     .scale.slider:active {
  1999.       background-image: linear-gradient(to bottom, #3770aa);
  2000.       border-color: #3770aa; }
  2001.     .osd .scale.slider {
  2002.       background-image: linear-gradient(to bottom, #353535);
  2003.       border-color: #3770aa; }
  2004.       .osd .scale.slider:hover {
  2005.         background-image: linear-gradient(to bottom, #3770aa); }
  2006.       .osd .scale.slider:active {
  2007.         background-image: linear-gradient(to bottom, #2b5783);
  2008.         border-color: #2b5783; }
  2009.     .list-row:selected .scale.slider, GtkInfoBar .scale.slider {
  2010.       background-image: linear-gradient(to bottom, #ffffff);
  2011.       border-color: #ffffff; }
  2012.       .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover {
  2013.         background-image: linear-gradient(to bottom, #e1eaf2);
  2014.         border-color: #e1eaf2; }
  2015.       .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active {
  2016.         background-image: linear-gradient(to bottom, #9bb8d5);
  2017.         border-color: #9bb8d5; }
  2018.       .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive {
  2019.         background-image: linear-gradient(to bottom, #a5bfd9);
  2020.         border-color: #a5bfd9; }
  2021.   .scale.trough {
  2022.     border: none;
  2023.     border-radius: 2.5px;
  2024.     background-image: linear-gradient(to bottom, #2b2b2b); }
  2025.     .scale.trough.highlight {
  2026.       background-image: linear-gradient(to bottom, #3770aa); }
  2027.       .scale.trough.highlight:insensitive {
  2028.         background-image: linear-gradient(to bottom, rgba(55, 112, 170, 0.55)); }
  2029.     .scale.trough:insensitive {
  2030.       background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); }
  2031.     .osd .scale.trough {
  2032.       background-image: linear-gradient(to bottom, #474747);
  2033.       outline-color: rgba(195, 195, 195, 0.2); }
  2034.       .osd .scale.trough.highlight {
  2035.         background-image: none;
  2036.         background-image: linear-gradient(to bottom, #3770aa); }
  2037.     .list-row:selected .scale.trough, GtkInfoBar .scale.trough {
  2038.       background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
  2039.       .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight {
  2040.         background-image: linear-gradient(to bottom, #ffffff); }
  2041.         .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive {
  2042.           background-image: linear-gradient(to bottom, #a5bfd9); }
  2043.       .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive {
  2044.         background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
  2045.  
  2046. GtkProgressBar {
  2047.   padding: 0;
  2048.   font-size: smaller;
  2049.   color: rgba(218, 218, 218, 0.7); }
  2050.   GtkProgressBar.osd {
  2051.     -GtkProgressBar-xspacing: 0;
  2052.     -GtkProgressBar-yspacing: 0;
  2053.     -GtkProgressBar-min-horizontal-bar-height: 3; }
  2054.  
  2055. .progressbar {
  2056.   background-color: #3770aa;
  2057.   border: none;
  2058.   border-radius: 3px;
  2059.   box-shadow: none; }
  2060.   .progressbar.osd {
  2061.     background-color: #3770aa; }
  2062.   .list-row:selected .progressbar, GtkInfoBar .progressbar {
  2063.     background-color: #ffffff; }
  2064.  
  2065. .osd .scale.progressbar {
  2066.   background-color: #3770aa; }
  2067.  
  2068. GtkProgressBar.trough, .level-bar.trough {
  2069.   border: none;
  2070.   border-radius: 3px;
  2071.   background-color: #2b2b2b; }
  2072.   GtkProgressBar.trough.osd, .osd.level-bar.trough {
  2073.     border-style: none;
  2074.     background-color: transparent;
  2075.     box-shadow: none; }
  2076.   .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough {
  2077.     background-color: rgba(0, 0, 0, 0.2); }
  2078.  
  2079. GtkLevelBar {
  2080.   -GtkLevelBar-min-block-width: 34;
  2081.   -GtkLevelBar-min-block-height: 3; }
  2082.   GtkLevelBar.vertical {
  2083.     -GtkLevelBar-min-block-width: 3;
  2084.     -GtkLevelBar-min-block-height: 34; }
  2085.  
  2086. .level-bar.trough {
  2087.   padding: 3px;
  2088.   border-radius: 4px; }
  2089. .level-bar.fill-block {
  2090.   border: 1px solid #3770aa;
  2091.   background-color: #3770aa;
  2092.   border-radius: 2px; }
  2093.   .level-bar.fill-block.indicator-discrete.horizontal {
  2094.     margin: 0 1px; }
  2095.   .level-bar.fill-block.indicator-discrete.vertical {
  2096.     margin: 1px 0; }
  2097.   .level-bar.fill-block.level-high {
  2098.     border-color: #73d216;
  2099.     background-color: #73d216; }
  2100.   .level-bar.fill-block.level-low {
  2101.     border-color: #F27835;
  2102.     background-color: #F27835; }
  2103.   .level-bar.fill-block.empty-fill-block {
  2104.     background-color: #404040;
  2105.     border-color: #404040; }
  2106.  
  2107. .frame {
  2108.   border: 1px solid #292929;
  2109.   padding: 0; }
  2110.   .frame.flat {
  2111.     border-style: none; }
  2112.   .frame.action-bar {
  2113.     padding: 6px;
  2114.     border-width: 1px 0 0; }
  2115.  
  2116. GtkScrolledWindow GtkViewport.frame {
  2117.   border-style: none; }
  2118.  
  2119. .separator, .sidebar.separator, .sidebar .view.separator {
  2120.   color: rgba(0, 0, 0, 0.1); }
  2121.   GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator {
  2122.     -GtkWidget-wide-separators: true; }
  2123.  
  2124. .list {
  2125.   background-color: #404040;
  2126.   border-color: #292929; }
  2127.  
  2128. .list-row,
  2129. .grid-child {
  2130.   padding: 2px; }
  2131.  
  2132. .list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup {
  2133.   background-color: rgba(255, 255, 255, 0.03); }
  2134. .list-row.activatable:active {
  2135.   color: #DADADA; }
  2136. .list-row.activatable:selected:active {
  2137.   color: #ffffff; }
  2138. .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected {
  2139.   background-color: #326599; }
  2140. .list-row.activatable:selected:insensitive {
  2141.   color: rgba(255, 255, 255, 0.7);
  2142.   background-color: rgba(55, 112, 170, 0.7); }
  2143.   .list-row.activatable:selected:insensitive .label {
  2144.     color: inherit; }
  2145.  
  2146. .list-row, list-row.activatable {
  2147.   transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  2148.   .list-row:hover, list-row.activatable:hover {
  2149.     transition: none; }
  2150.  
  2151. .app-notification,
  2152. .app-notification.frame {
  2153.   padding: 10px;
  2154.   color: #C3C3C3;
  2155.   background-color: #353535;
  2156.   background-clip: border-box;
  2157.   border-radius: 0 0 2px 2px;
  2158.   border-width: 0 1px 1px 1px;
  2159.   border-style: solid;
  2160.   border-color: #1c1c1c; }
  2161.   .app-notification .button,
  2162.   .app-notification.frame .button {
  2163.     color: #C3C3C3;
  2164.     outline-color: rgba(195, 195, 195, 0.3);
  2165.     border-color: rgba(22, 22, 22, 0.4);
  2166.     background-color: rgba(109, 109, 109, 0.4); }
  2167.     .app-notification .button.flat, .app-notification .sidebar-button.button,
  2168.     .app-notification.frame .button.flat,
  2169.     .app-notification.frame .sidebar-button.button {
  2170.       border-color: rgba(55, 112, 170, 0); }
  2171.     .app-notification .button:hover,
  2172.     .app-notification.frame .button:hover {
  2173.       color: #C3C3C3;
  2174.       outline-color: rgba(195, 195, 195, 0.3);
  2175.       border-color: rgba(22, 22, 22, 0.4);
  2176.       background-color: rgba(127, 127, 127, 0.5); }
  2177.     .app-notification .button:active, .app-notification .button:checked,
  2178.     .app-notification.frame .button:active,
  2179.     .app-notification.frame .button:checked {
  2180.       color: #ffffff;
  2181.       outline-color: rgba(255, 255, 255, 0.3);
  2182.       border-color: rgba(22, 22, 22, 0.4);
  2183.       background-color: #3770aa;
  2184.       background-clip: padding-box; }
  2185.     .app-notification .button:insensitive,
  2186.     .app-notification.frame .button:insensitive {
  2187.       color: #606060;
  2188.       border-color: rgba(22, 22, 22, 0.4);
  2189.       background-color: rgba(109, 109, 109, 0.25); }
  2190.  
  2191. .expander {
  2192.   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  2193.   .expander:dir(rtl) {
  2194.     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  2195.   .expander:hover {
  2196.     color: white; }
  2197.   .expander:checked {
  2198.     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  2199.  
  2200. GtkCalendar {
  2201.   color: #DADADA;
  2202.   border: 1px solid #292929;
  2203.   border-radius: 3px;
  2204.   padding: 2px; }
  2205.   GtkCalendar:selected {
  2206.     background-color: #3770aa;
  2207.     color: #ffffff;
  2208.     border-radius: 1.5px; }
  2209.   GtkCalendar.header {
  2210.     color: #DADADA;
  2211.     border: none;
  2212.     border-radius: 0; }
  2213.   GtkCalendar.button, GtkCalendar.button:focus {
  2214.     color: rgba(218, 218, 218, 0.45);
  2215.     border-color: transparent;
  2216.     background-color: transparent;
  2217.     background-image: none; }
  2218.     GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
  2219.       color: #DADADA; }
  2220.     GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive {
  2221.       color: rgba(218, 218, 218, 0.55);
  2222.       background-color: transparent;
  2223.       background-image: none; }
  2224.   GtkCalendar:inconsistent {
  2225.     color: alpha(currentColor,0.55); }
  2226.   GtkCalendar.highlight {
  2227.     color: #DADADA; }
  2228.  
  2229. .dialog-action-area .button.text-button {
  2230.   padding: 6px 16px; }
  2231.  
  2232. .message-dialog .dialog-action-area .button {
  2233.   padding: 8px; }
  2234.  
  2235. .message-dialog {
  2236.   -GtkDialog-button-spacing: 0; }
  2237.   .message-dialog .titlebar {
  2238.     background-color: #2f2f2f;
  2239.     border-bottom: 1px solid #1d1d1d; }
  2240.   .message-dialog.csd.background {
  2241.     border-bottom-left-radius: 3px;
  2242.     border-bottom-right-radius: 3px;
  2243.     border: none; }
  2244.   .message-dialog.csd .dialog-action-area .button {
  2245.     padding: 8px;
  2246.     border-radius: 0; }
  2247.   .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive {
  2248.     border-right-style: none;
  2249.     border-bottom-style: none; }
  2250.   .message-dialog.csd .dialog-action-area .button:last-child {
  2251.     border-bottom-right-radius: 3px; }
  2252.   .message-dialog.csd .dialog-action-area .button:first-child {
  2253.     border-left-style: none;
  2254.     border-bottom-left-radius: 3px; }
  2255.  
  2256. GtkFileChooserDialog .search-bar {
  2257.   background-color: #383838;
  2258.   border-color: #292929;
  2259.   box-shadow: none; }
  2260. GtkFileChooserDialog .dialog-action-box {
  2261.   border-top: 1px solid #292929; }
  2262.  
  2263. .sidebar, .sidebar .view {
  2264.   border: none;
  2265.   background-color: #383838; }
  2266.  
  2267. GtkSidebarRow.list-row {
  2268.   padding: 0px; }
  2269. GtkSidebarRow .sidebar-revealer {
  2270.   padding: 3px 14px 3px 12px; }
  2271. GtkSidebarRow .sidebar-icon:dir(ltr) {
  2272.   padding-right: 8px; }
  2273. GtkSidebarRow .sidebar-icon:dir(rtl) {
  2274.   padding-left: 8px; }
  2275. GtkSidebarRow .sidebar-label:dir(ltr) {
  2276.   padding-right: 2px; }
  2277. GtkSidebarRow .sidebar-label:dir(rtl) {
  2278.   padding-left: 2px; }
  2279.  
  2280. GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
  2281.   border: solid 1px #3770aa; }
  2282. GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
  2283.   background-color: #1f1f1f; }
  2284. GtkPlacesSidebar.sidebar .list-row.activatable {
  2285.   color: rgba(218, 218, 218, 0.8);
  2286.   border-width: 0;
  2287.   border-style: solid; }
  2288. .sidebar-button.button {
  2289.   outline-radius: 50%;
  2290.   border-radius: 50%; }
  2291.   .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton,
  2292.   .titlebar .sidebar-button.button.titlebutton {
  2293.     padding: 3px; }
  2294.   .sidebar-button.button:not(:hover):not(:active) > GtkImage {
  2295.     opacity: 0.5; }
  2296.  
  2297. .sidebar-item {
  2298.   padding: 10px 4px; }
  2299.   .sidebar-item > GtkLabel {
  2300.     padding-left: 6px;
  2301.     padding-right: 6px; }
  2302.   .sidebar-item.needs-attention > GtkLabel {
  2303.     background-size: 6px 6px, 0 0; }
  2304.  
  2305. GtkPlacesView .server-list-button > GtkImage {
  2306.   transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2307.   -gtk-icon-transform: rotate(0turn); }
  2308. GtkPlacesView .server-list-button:checked > GtkImage {
  2309.   transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2310.   -gtk-icon-transform: rotate(-0.5turn); }
  2311. GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup {
  2312.   background-color: transparent; }
  2313.  
  2314. GtkPaned {
  2315.   -GtkPaned-handle-size: 1;
  2316.   -gtk-icon-source: none;
  2317.   margin: 0 8px 8px 0; }
  2318.   GtkPaned:dir(rtl) {
  2319.     margin-right: 0;
  2320.     margin-left: 8px; }
  2321.   GtkPaned .pane-separator {
  2322.     background-color: #292929; }
  2323.  
  2324. GtkPaned.wide {
  2325.   -GtkPaned-handle-size: 5;
  2326.   margin: 0; }
  2327.   GtkPaned.wide .pane-separator {
  2328.     background-color: transparent;
  2329.     border-style: none;
  2330.     background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png"));
  2331.     background-repeat: no-repeat;
  2332.     background-position: center; }
  2333.   GtkPaned.wide.vertical .pane-separator {
  2334.     color: #DADADA;
  2335.     background-color: transparent;
  2336.     border-style: none;
  2337.     background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png"));
  2338.     background-repeat: no-repeat;
  2339.     background-position: center; }
  2340.  
  2341. GtkInfoBar {
  2342.   border-style: none; }
  2343.  
  2344. .info,
  2345. .question,
  2346. .warning,
  2347. .error,
  2348. GtkInfoBar {
  2349.   background-color: #3770aa;
  2350.   color: #ffffff; }
  2351.  
  2352. .warning,
  2353. .error {
  2354.   background-color: #F04A50; }
  2355.  
  2356. .list-row:selected .button, GtkInfoBar .button {
  2357.   color: #ffffff;
  2358.   outline-color: rgba(255, 255, 255, 0.3);
  2359.   background-color: rgba(255, 255, 255, 0);
  2360.   border-color: rgba(255, 255, 255, 0.5); }
  2361.   .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button {
  2362.     border-color: transparent;
  2363.     background-color: transparent;
  2364.     background-image: none;
  2365.     color: #ffffff;
  2366.     background-color: rgba(255, 255, 255, 0); }
  2367.   .list-row:selected .button:hover, GtkInfoBar .button:hover {
  2368.     color: #ffffff;
  2369.     outline-color: rgba(255, 255, 255, 0.3);
  2370.     background-color: rgba(255, 255, 255, 0.2);
  2371.     border-color: rgba(255, 255, 255, 0.8); }
  2372.   .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
  2373.     color: #3770aa;
  2374.     outline-color: rgba(55, 112, 170, 0.3);
  2375.     background-color: #ffffff;
  2376.     border-color: #ffffff; }
  2377.   .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive {
  2378.     color: rgba(255, 255, 255, 0.4);
  2379.     background-color: rgba(255, 255, 255, 0);
  2380.     border-color: rgba(255, 255, 255, 0.2); }
  2381.     .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked {
  2382.       color: rgba(55, 112, 170, 0.4);
  2383.       background-color: rgba(255, 255, 255, 0.2);
  2384.       border-color: rgba(255, 255, 255, 0.2); }
  2385.  
  2386. .tooltip {
  2387.   color: #ffffff;
  2388.   border: 1px solid #2b5783; }
  2389.   .tooltip.background {
  2390.     background-color: #3770aa;
  2391.     background-clip: padding-box; }
  2392.   .tooltip.window-frame.csd {
  2393.     background-color: transparent; }
  2394.  
  2395. .tooltip * {
  2396.   padding: 4px;
  2397.   background-color: transparent;
  2398.   color: inherit; }
  2399.  
  2400. :selected GtkColorSwatch {
  2401.   box-shadow: none; }
  2402.   :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover {
  2403.     border-color: #ffffff; }
  2404. GtkColorSwatch.top {
  2405.   border-top-left-radius: 3px;
  2406.   border-top-right-radius: 3px; }
  2407. GtkColorSwatch.bottom {
  2408.   border-bottom-left-radius: 3px;
  2409.   border-bottom-right-radius: 3px; }
  2410. GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay {
  2411.   border-top-left-radius: 3px;
  2412.   border-bottom-left-radius: 3px; }
  2413. GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay {
  2414.   border-top-right-radius: 3px;
  2415.   border-bottom-right-radius: 3px; }
  2416. GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay {
  2417.   border-radius: 3px; }
  2418. GtkColorSwatch:hover, GtkColorSwatch:hover:selected {
  2419.   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); }
  2420. GtkColorEditor GtkColorSwatch {
  2421.   border-radius: 3px; }
  2422.   GtkColorEditor GtkColorSwatch:hover {
  2423.     background-image: none; }
  2424. GtkColorSwatch.color-dark {
  2425.   color: white;
  2426.   outline-color: rgba(0, 0, 0, 0.3); }
  2427. GtkColorSwatch.color-light {
  2428.   color: black;
  2429.   outline-color: rgba(255, 255, 255, 0.5); }
  2430. GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected {
  2431.   border: 1px solid rgba(0, 0, 0, 0.15); }
  2432.   GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover {
  2433.     border-color: rgba(0, 0, 0, 0.25); }
  2434. GtkColorSwatch#add-color-button {
  2435.   border-style: solid;
  2436.   border-width: 1px;
  2437.   color: #DADADA;
  2438.   outline-color: rgba(218, 218, 218, 0.3);
  2439.   border-color: #292929;
  2440.   background-color: #454545; }
  2441.   GtkColorSwatch#add-color-button:hover {
  2442.     color: #DADADA;
  2443.     outline-color: rgba(218, 218, 218, 0.3);
  2444.     border-color: #292929;
  2445.     background-color: #525252; }
  2446.   GtkColorSwatch#add-color-button .overlay {
  2447.     border-color: transparent;
  2448.     background-color: transparent;
  2449.     background-image: none; }
  2450.  
  2451. GtkColorButton.button {
  2452.   padding: 5px; }
  2453.   GtkColorButton.button GtkColorSwatch {
  2454.     border-radius: 0; }
  2455.  
  2456. .content-view {
  2457.   background-color: #404040; }
  2458.   .content-view:hover {
  2459.     -gtk-image-effect: highlight; }
  2460.  
  2461. .scale-popup .button {
  2462.   padding: 6px; }
  2463.   .scale-popup .button:hover {
  2464.     color: #DADADA;
  2465.     outline-color: rgba(218, 218, 218, 0.3);
  2466.     border-color: #292929;
  2467.     background-color: #525252; }
  2468.  
  2469. GtkVolumeButton.button {
  2470.   padding: 8px; }
  2471.  
  2472. .touch-selection,
  2473. .context-menu {
  2474.   font: initial; }
  2475.  
  2476. .monospace {
  2477.   font: Monospace; }
  2478.  
  2479. .overshoot.top {
  2480.   background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(55, 112, 170, 0.2)), to(rgba(55, 112, 170, 0)));
  2481.   background-size: 100% 60%;
  2482.   background-repeat: no-repeat;
  2483.   background-position: center top;
  2484.   background-color: transparent;
  2485.   border: none;
  2486.   box-shadow: none; }
  2487. .overshoot.bottom {
  2488.   background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(55, 112, 170, 0.2)), to(rgba(55, 112, 170, 0)));
  2489.   background-size: 100% 60%;
  2490.   background-repeat: no-repeat;
  2491.   background-position: center bottom;
  2492.   background-color: transparent;
  2493.   border: none;
  2494.   box-shadow: none; }
  2495. .overshoot.left {
  2496.   background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(55, 112, 170, 0.2)), to(rgba(55, 112, 170, 0)));
  2497.   background-size: 60% 100%;
  2498.   background-repeat: no-repeat;
  2499.   background-position: left center;
  2500.   background-color: transparent;
  2501.   border: none;
  2502.   box-shadow: none; }
  2503. .overshoot.right {
  2504.   background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(55, 112, 170, 0.2)), to(rgba(55, 112, 170, 0)));
  2505.   background-size: 60% 100%;
  2506.   background-repeat: no-repeat;
  2507.   background-position: right center;
  2508.   background-color: transparent;
  2509.   border: none;
  2510.   box-shadow: none; }
  2511.  
  2512. .undershoot.top {
  2513.   background-color: transparent;
  2514.   background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2515.   padding-top: 1px;
  2516.   background-size: 10px 1px;
  2517.   background-repeat: repeat-x;
  2518.   background-origin: content-box;
  2519.   background-position: center top; }
  2520. .undershoot.bottom {
  2521.   background-color: transparent;
  2522.   background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2523.   padding-bottom: 1px;
  2524.   background-size: 10px 1px;
  2525.   background-repeat: repeat-x;
  2526.   background-origin: content-box;
  2527.   background-position: center bottom; }
  2528. .undershoot.left {
  2529.   background-color: transparent;
  2530.   background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2531.   padding-left: 1px;
  2532.   background-size: 1px 10px;
  2533.   background-repeat: repeat-y;
  2534.   background-origin: content-box;
  2535.   background-position: left center; }
  2536. .undershoot.right {
  2537.   background-color: transparent;
  2538.   background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2539.   padding-right: 1px;
  2540.   background-size: 1px 10px;
  2541.   background-repeat: repeat-y;
  2542.   background-origin: content-box;
  2543.   background-position: right center; }
  2544.  
  2545. .window-frame {
  2546.   border-radius: 3px 3px 0 0;
  2547.   border-width: 0px;
  2548.   box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35);
  2549.   margin: 10px; }
  2550.   .window-frame:backdrop {
  2551.     box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
  2552.   .window-frame.tiled {
  2553.     border-radius: 0; }
  2554.   .window-frame.popup {
  2555.     box-shadow: none;
  2556.     border-radius: 0; }
  2557.   .window-frame.ssd {
  2558.     border-radius: 3px 3px 0 0;
  2559.     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); }
  2560.     .window-frame.ssd.maximized {
  2561.       border-radius: 0; }
  2562.   .window-frame.csd.popup {
  2563.     border-radius: 2px;
  2564.     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; }
  2565.   .window-frame.csd.tooltip {
  2566.     border-radius: 2px;
  2567.     box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
  2568.   .window-frame.csd.message-dialog {
  2569.     border-radius: 3px; }
  2570.   .window-frame.solid-csd {
  2571.     border-radius: 0;
  2572.     margin: 1px;
  2573.     background-color: #2f2f2f;
  2574.     box-shadow: none; }
  2575.  
  2576. .header-bar.default-decoration .button.titlebutton,
  2577. .titlebar.default-decoration .button.titlebutton {
  2578.   padding-top: 0px;
  2579.   padding-bottom: 0px; }
  2580. .header-bar .button.titlebutton,
  2581. .titlebar .button.titlebutton {
  2582.   padding: 8px 4px;
  2583.   border-color: transparent;
  2584.   background-color: transparent;
  2585.   background-image: none;
  2586.   background-color: rgba(47, 47, 47, 0); }
  2587.   .header-bar .button.titlebutton:hover,
  2588.   .titlebar .button.titlebutton:hover {
  2589.     color: #ded6d6;
  2590.     outline-color: rgba(222, 214, 214, 0.3);
  2591.     border-color: rgba(16, 16, 16, 0.4);
  2592.     background-color: rgba(103, 103, 103, 0.4); }
  2593.   .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked,
  2594.   .titlebar .button.titlebutton:active,
  2595.   .titlebar .button.titlebutton:checked {
  2596.     color: #ffffff;
  2597.     outline-color: rgba(255, 255, 255, 0.3);
  2598.     border-color: transparent;
  2599.     background-color: #3770aa; }
  2600.   .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
  2601.   .titlebar .button.titlebutton.close,
  2602.   .titlebar .button.titlebutton.maximize,
  2603.   .titlebar .button.titlebutton.minimize {
  2604.     color: transparent;
  2605.     background-color: transparent;
  2606.     background-position: center;
  2607.     background-repeat: no-repeat;
  2608.     border-width: 0; }
  2609.     .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop,
  2610.     .titlebar .button.titlebutton.close:backdrop,
  2611.     .titlebar .button.titlebutton.maximize:backdrop,
  2612.     .titlebar .button.titlebutton.minimize:backdrop {
  2613.       opacity: 1; }
  2614.   .header-bar .button.titlebutton.close,
  2615.   .titlebar .button.titlebutton.close {
  2616.     background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); }
  2617.   .header-bar .button.titlebutton.close:backdrop,
  2618.   .titlebar .button.titlebutton.close:backdrop {
  2619.     background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); }
  2620.   .header-bar .button.titlebutton.close:hover,
  2621.   .titlebar .button.titlebutton.close:hover {
  2622.     background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); }
  2623.   .header-bar .button.titlebutton.close:active,
  2624.   .titlebar .button.titlebutton.close:active {
  2625.     background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); }
  2626.   .header-bar .button.titlebutton.maximize,
  2627.   .titlebar .button.titlebutton.maximize {
  2628.     background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); }
  2629.   .header-bar .button.titlebutton.maximize:backdrop,
  2630.   .titlebar .button.titlebutton.maximize:backdrop {
  2631.     background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); }
  2632.   .header-bar .button.titlebutton.maximize:hover,
  2633.   .titlebar .button.titlebutton.maximize:hover {
  2634.     background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); }
  2635.   .header-bar .button.titlebutton.maximize:active,
  2636.   .titlebar .button.titlebutton.maximize:active {
  2637.     background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); }
  2638.   .header-bar .button.titlebutton.minimize,
  2639.   .titlebar .button.titlebutton.minimize {
  2640.     background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); }
  2641.   .header-bar .button.titlebutton.minimize:backdrop,
  2642.   .titlebar .button.titlebutton.minimize:backdrop {
  2643.     background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); }
  2644.   .header-bar .button.titlebutton.minimize:hover,
  2645.   .titlebar .button.titlebutton.minimize:hover {
  2646.     background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); }
  2647.   .header-bar .button.titlebutton.minimize:active,
  2648.   .titlebar .button.titlebutton.minimize:active {
  2649.     background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); }
  2650.  
  2651. .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active,
  2652. NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected,
  2653. NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover,
  2654. NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
  2655. NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
  2656. NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
  2657.   background-image: none;
  2658.   background-color: #3770aa;
  2659.   color: #ffffff;
  2660.   outline-color: rgba(255, 255, 255, 0.3); }
  2661.  
  2662. GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
  2663. ScratchMainWindow .notebook tab.reorderable-page.top:active,
  2664. ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
  2665. ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
  2666. ScratchMainWindow .notebook tab.top:active,
  2667. ScratchMainWindow .notebook tab.top.active-page,
  2668. ScratchMainWindow .notebook tab.top.active-page:hover,
  2669. EphyNotebook.notebook tab.reorderable-page.top:active,
  2670. EphyNotebook.notebook tab.reorderable-page.top.active-page,
  2671. EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
  2672. EphyNotebook.notebook tab.top:active,
  2673. EphyNotebook.notebook tab.top.active-page,
  2674. EphyNotebook.notebook tab.top.active-page:hover,
  2675. MidoriNotebook .notebook tab.reorderable-page.top:active,
  2676. MidoriNotebook .notebook tab.reorderable-page.top.active-page,
  2677. MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
  2678. MidoriNotebook .notebook tab.top:active,
  2679. MidoriNotebook .notebook tab.top.active-page,
  2680. MidoriNotebook .notebook tab.top.active-page:hover,
  2681. TerminalWindow .notebook tab.reorderable-page.top:active,
  2682. TerminalWindow .notebook tab.reorderable-page.top.active-page,
  2683. TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
  2684. TerminalWindow .notebook tab.top:active,
  2685. TerminalWindow .notebook tab.top.active-page,
  2686. TerminalWindow .notebook tab.top.active-page:hover,
  2687. PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
  2688. PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
  2689. PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
  2690. PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
  2691. PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
  2692. PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
  2693.   box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; }
  2694.  
  2695. TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
  2696. PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
  2697. PantheonTerminalPantheonTerminalWindow .notebook tab.top {
  2698.   padding-top: 7px;
  2699.   border-top-width: 3px; }
  2700. TerminalWindow .notebook.header.top,
  2701. PantheonTerminalPantheonTerminalWindow .notebook.header.top {
  2702.   box-shadow: inset 0 1px #252525, inset 0 -1px #292929; }
  2703.  
  2704. GtkHTML {
  2705.   background-color: #404040;
  2706.   color: #DADADA; }
  2707.   GtkHTML:active {
  2708.     color: #ffffff;
  2709.     background-color: #3770aa; }
  2710.  
  2711. SushiFontWidget {
  2712.   padding: 6px 12px; }
  2713.  
  2714. TerminalScreen {
  2715.   -TerminalScreen-background-darkness: 0.9;
  2716.   background-color: #3f3f3f;
  2717.   color: #fff; }
  2718.  
  2719. TerminalScreenContainer .scrollbar:not(.slider) {
  2720.   border-color: transparent;
  2721.   background-color: transparent; }
  2722.  
  2723. TerminalWindow .notebook tab .button {
  2724.   color: #a1a1a1; }
  2725.   TerminalWindow .notebook tab .button:hover {
  2726.     color: #DADADA;
  2727.     border-color: #292929;
  2728.     background-color: #454545; }
  2729. TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover {
  2730.   color: #ff4d4d; }
  2731. TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
  2732.   color: #3770aa; }
  2733.  
  2734. .nautilus-canvas-item {
  2735.   border-radius: 2px; }
  2736.  
  2737. .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
  2738.   color: #ffffff;
  2739.   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
  2740.   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
  2741.     color: #DADADA; }
  2742.   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected {
  2743.     color: #ffffff; }
  2744.  
  2745. .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle,
  2746. .nautilus-list-dim-label {
  2747.   color: #898989; }
  2748.   .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus,
  2749.   .nautilus-list-dim-label:selected,
  2750.   .nautilus-list-dim-label:selected:focus {
  2751.     color: #d7e2ee; }
  2752.  
  2753. NautilusNotebook.notebook {
  2754.   background-color: #404040; }
  2755.   NautilusNotebook.notebook tab {
  2756.     border-width: 0;
  2757.     border-style: solid;
  2758.     border-color: transparent;
  2759.     background-color: transparent; }
  2760.  
  2761. NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar {
  2762.   padding: 5px;
  2763.   box-shadow: none;
  2764.   background-color: #404040; }
  2765.  
  2766. .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton,
  2767. .titlebar .nautilus-circular-button.button.titlebutton {
  2768.   border-radius: 50%;
  2769.   outline-radius: 50%;
  2770.   padding: 8px; }
  2771.  
  2772. .disk-space-display {
  2773.   border-style: solid;
  2774.   border-width: 1px; }
  2775.   .disk-space-display.unknown {
  2776.     background-color: rgba(218, 218, 218, 0.5);
  2777.     border-color: rgba(193, 193, 193, 0.5); }
  2778.   .disk-space-display.used {
  2779.     background-color: rgba(55, 112, 170, 0.8);
  2780.     border-color: rgba(43, 87, 131, 0.8); }
  2781.   .disk-space-display.free {
  2782.     background-color: #303030;
  2783.     border-color: #171717; }
  2784.  
  2785. NautilusListView .view {
  2786.   border-bottom: 1px solid #292929; }
  2787.  
  2788. NemoPlacesTreeView {
  2789.   -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3;
  2790.   -NemoPlacesTreeView-disk-full-fg-color: #2b5783; }
  2791.  
  2792. NemoWindow EelEditableLabel.entry {
  2793.   transition: none; }
  2794. NemoWindow .sidebar .frame {
  2795.   border-width: 0; }
  2796. NemoWindow .sidebar .cell {
  2797.   padding: 0 2px; }
  2798. NemoWindow .sidebar .scrollbar.vertical .trough {
  2799.   background-color: transparent; }
  2800. NemoWindow .sidebar .scrollbar.vertical .slider {
  2801.   background-color: #797979; }
  2802.   NemoWindow .sidebar .scrollbar.vertical .slider:hover {
  2803.     background-color: #585858; }
  2804. NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator {
  2805.   color: #292929; }
  2806. NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button {
  2807.   color: #ded6d6;
  2808.   outline-color: rgba(222, 214, 214, 0.3);
  2809.   border-color: rgba(16, 16, 16, 0.4);
  2810.   background-color: rgba(103, 103, 103, 0.4); }
  2811.   NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover {
  2812.     background-color: rgba(141, 141, 141, 0.4); }
  2813.   NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked {
  2814.     color: #ffffff;
  2815.     outline-color: rgba(255, 255, 255, 0.3);
  2816.     border-color: transparent;
  2817.     background-color: #3770aa; }
  2818.   NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
  2819.     color: rgba(222, 214, 214, 0.6); }
  2820. NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) {
  2821.   border-left-color: rgba(16, 16, 16, 0); }
  2822.   NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child {
  2823.     border-left-color: rgba(16, 16, 16, 0); }
  2824.  
  2825. .gedit-headerbar-paned {
  2826.   color: #252525; }
  2827.  
  2828. .open-document-selector-treeview.view {
  2829.   padding: 3px 6px 3px 6px;
  2830.   border-color: #404040; }
  2831.   .open-document-selector-treeview.view:prelight {
  2832.     background-color: rgba(0, 0, 0, 0.05); }
  2833.     .open-document-selector-treeview.view:prelight:selected {
  2834.       color: #ffffff;
  2835.       background-color: #3770aa; }
  2836.  
  2837. .open-document-selector-name-label {
  2838.   color: #DADADA; }
  2839.  
  2840. .open-document-selector-path-label {
  2841.   color: #8d8d8d;
  2842.   font-size: smaller; }
  2843.   .open-document-selector-path-label:selected {
  2844.     color: rgba(255, 255, 255, 0.9); }
  2845.  
  2846. .gedit-document-panel .list-row .button {
  2847.   color: transparent;
  2848.   background-image: none;
  2849.   background-color: transparent;
  2850.   border: none;
  2851.   box-shadow: none;
  2852.   padding: 4px; }
  2853.   .gedit-document-panel .list-row .button GtkImage {
  2854.     color: inherit; }
  2855. .gedit-document-panel .prelight-row .button {
  2856.   color: #a1a1a1; }
  2857. .gedit-document-panel .list-row .button:hover,
  2858. .gedit-document-panel .prelight-row .button:hover {
  2859.   color: #ff4d4d; }
  2860. .gedit-document-panel .prelight-row:selected .button:hover {
  2861.   color: #ff6666;
  2862.   background-image: none;
  2863.   background-color: transparent;
  2864.   border: none;
  2865.   box-shadow: none; }
  2866.   .gedit-document-panel .prelight-row:selected .button:hover:active {
  2867.     color: #ffffff; }
  2868. .gedit-document-panel .prelight-row .button:active {
  2869.   color: #DADADA; }
  2870.  
  2871. .gedit-document-panel-dragged-row {
  2872.   border: 1px solid #292929;
  2873.   background-color: #1f1f1f;
  2874.   color: #DADADA; }
  2875.  
  2876. GeditStatusbar {
  2877.   border-top: 1px solid #292929;
  2878.   background-color: #383838; }
  2879.  
  2880. GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button,
  2881. GeditStatusMenuButton:prelight.button.flat,
  2882. GeditStatusMenuButton.sidebar-button.button:prelight,
  2883. GeditStatusMenuButton:checked.button.flat,
  2884. GeditStatusMenuButton.sidebar-button.button:checked {
  2885.   border-bottom-style: none;
  2886.   border-radius: 0; }
  2887.  
  2888. GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
  2889.   border-bottom: 1px solid #292929; }
  2890.  
  2891. .gedit-search-entry-occurrences-tag {
  2892.   color: rgba(218, 218, 218, 0.6);
  2893.   border: none;
  2894.   margin: 2px;
  2895.   padding: 2px; }
  2896.  
  2897. GeditViewFrame .gedit-search-slider {
  2898.   background-color: #3d3d3d;
  2899.   padding: 6px;
  2900.   border-color: #292929;
  2901.   border-radius: 0 0 2px 2px;
  2902.   border-width: 0 1px 1px 1px;
  2903.   border-style: solid; }
  2904.  
  2905. GbWorkbench .floating-bar {
  2906.   color: #DADADA; }
  2907.  
  2908. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr),
  2909. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
  2910.   padding: 0 10px;
  2911.   color: #ded6d6;
  2912.   border-color: rgba(16, 16, 16, 0.4);
  2913.   background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4));
  2914.   background-color: transparent; }
  2915.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover,
  2916.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image,
  2917.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover {
  2918.     color: inherit; }
  2919.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover,
  2920.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
  2921.     color: #ded6d6;
  2922.     border-color: #3770aa;
  2923.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); }
  2924.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
  2925.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
  2926.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
  2927.     color: #ded6d6;
  2928.     border-color: #3770aa;
  2929.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); }
  2930.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
  2931.   GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
  2932.     color: rgba(222, 214, 214, 0.55);
  2933.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); }
  2934. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr),
  2935. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover,
  2936. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active,
  2937. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked {
  2938.   border-left-style: none;
  2939.   border-radius: 0 3px 3px 0;
  2940.   outline-radius: 0 1px 1px 0; }
  2941. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl),
  2942. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover,
  2943. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active,
  2944. GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked {
  2945.   border-right-style: none;
  2946.   border-radius: 3px 0 0 3px;
  2947.   outline-radius: 1px 0 0 1px; }
  2948.  
  2949. GbPreferencesPageLanguage .entry {
  2950.   border-radius: 3px 3px 0 0; }
  2951. GbPreferencesPageLanguage .frame {
  2952.   border-top-width: 0; }
  2953.  
  2954. GbEditorTweakWidget .linked.vertical > .entry {
  2955.   border-bottom-style: solid; }
  2956. GbEditorTweakWidget GtkScrolledWindow {
  2957.   border-top: none; }
  2958.  
  2959. GbViewStack GtkBox.header.notebook {
  2960.   border-bottom: 1px solid #292929; }
  2961.  
  2962. GbViewStack.focused GtkBox.header.notebook,
  2963. #project_sidebar_header.focused {
  2964.   background-color: #404040; }
  2965.  
  2966. GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
  2967.   border-bottom: 1px solid #292929; }
  2968.  
  2969. GbNewProjectDialog GtkFileChooserButton.linked-on-right .button {
  2970.   border-radius: 3px 0 0 3px; }
  2971.  
  2972. GbWorkspacePane GtkBox.header.notebook {
  2973.   border-bottom: 1px solid #292929; }
  2974.  
  2975. GbWorkspacePane:not(.focused) GtkBox.header.notebook {
  2976.   background-color: #383838; }
  2977.  
  2978. DhSidebar GtkSearchEntry.entry,
  2979. SymbolTree GtkSearchEntry.entry {
  2980.   border-left: none;
  2981.   border-right: none;
  2982.   border-top: none;
  2983.   border-radius: 0px; }
  2984.  
  2985. GtkEntry.gb-command-bar-entry.entry.flat,
  2986. GtkEntry.gb-command-bar-entry.entry.flat:focus {
  2987.   font-family: Monospace;
  2988.   color: #C3C3C3;
  2989.   background-image: none;
  2990.   background-color: #353535;
  2991.   padding: 6px 6px 6px 6px;
  2992.   border: none; }
  2993.  
  2994. GbTerminalView {
  2995.   background-color: #404040;
  2996.   color: #DADADA; }
  2997.  
  2998. GbSourceStyleSchemeWidget GtkSourceView {
  2999.   font-family: Monospace; }
  3000.  
  3001. GtkScrolledWindow.gb-linked-scroller {
  3002.   border-top: none; }
  3003.  
  3004. GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button {
  3005.   transition: none; }
  3006.  
  3007. GbViewStack GtkBox.header.notebook,
  3008. GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
  3009.   border-bottom: 1px solid #292929; }
  3010.  
  3011. GbViewStack.focused GtkBox.header.notebook {
  3012.   background-color: #404040; }
  3013.   GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
  3014.     opacity: 1; }
  3015.  
  3016. EphyWindow .floating-bar {
  3017.   color: #DADADA; }
  3018.  
  3019. .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox {
  3020.   color: #ded6d6;
  3021.   outline-color: rgba(222, 214, 214, 0.3);
  3022.   border-color: rgba(16, 16, 16, 0.4);
  3023.   background-color: rgba(103, 103, 103, 0.4); }
  3024.   .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover {
  3025.     background-color: rgba(141, 141, 141, 0.4); }
  3026.   .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive {
  3027.     color: rgba(222, 214, 214, 0.6); }
  3028.  
  3029. .documents-load-more.button {
  3030.   border-width: 1px 0 0;
  3031.   border-radius: 0; }
  3032.  
  3033. .documents-icon-bg {
  3034.   background-color: #3770aa;
  3035.   color: #ffffff;
  3036.   border-radius: 2px; }
  3037.  
  3038. .documents-collection-icon {
  3039.   background-color: rgba(218, 218, 218, 0.3);
  3040.   border-radius: 2px; }
  3041.  
  3042. .documents-favorite.button:active,
  3043. .documents-favorite.button:active:hover {
  3044.   color: #2b5783; }
  3045.  
  3046. .documents-entry-tag {
  3047.   background-color: #3770aa;
  3048.   color: #ffffff;
  3049.   border-radius: 2px;
  3050.   border-width: 0;
  3051.   margin: 2px;
  3052.   padding: 4px; }
  3053.   .documents-entry-tag:hover {
  3054.     color: #ffffff;
  3055.     background-color: #3c7ab9; }
  3056.   .documents-entry-tag:active {
  3057.     color: #ffffff;
  3058.     background-color: #32669b; }
  3059.   .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
  3060.     background: none;
  3061.     border: none;
  3062.     box-shadow: none;
  3063.     icon-shadow: none; }
  3064.     .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover {
  3065.       color: rgba(255, 255, 255, 0.7); }
  3066.  
  3067. .content-view.document-page {
  3068.   border-style: solid;
  3069.   border-width: 3px 3px 6px 4px;
  3070.   border-image: url("assets/thumbnail-frame.png") 3 3 6 4; }
  3071.  
  3072. TotemGrilo.vertical GdMainView.frame {
  3073.   border-width: 0; }
  3074.  
  3075. SynapseGuiSelectionContainer *:selected,
  3076. SynapseGuiViewVirgilio *:selected {
  3077.   background-color: #3770aa; }
  3078.  
  3079. .tr-workarea .undershoot,
  3080. .tr-workarea .overshoot {
  3081.   border-color: transparent; }
  3082.  
  3083. .gnome-panel-menu-bar,
  3084. PanelApplet > GtkMenuBar.menubar,
  3085. PanelToplevel,
  3086. PanelWidget,
  3087. PanelAppletFrame,
  3088. PanelApplet {
  3089.   color: #C3C3C3;
  3090.   background-image: linear-gradient(to bottom, #292929); }
  3091.  
  3092. .gnome-panel-menu-bar.menubar {
  3093.   color: #C3C3C3;
  3094.   font: bold; }
  3095.  
  3096. .gnome-panel-menu-bar.menubar .menu {
  3097.   font: regular; }
  3098.  
  3099. PanelApplet .button, PanelApplet .button:backdrop {
  3100.   padding: 4px;
  3101.   border: 2px solid transparent;
  3102.   border-radius: 0;
  3103.   background-image: none;
  3104.   background-color: transparent;
  3105.   color: #C3C3C3; }
  3106.  
  3107. PanelApplet .button:hover {
  3108.   color: #dddddd;
  3109.   background-color: rgba(0, 0, 0, 0.17);
  3110.   border-color: rgba(0, 0, 0, 0.17); }
  3111.  
  3112. PanelApplet .button:active, PanelApplet .button:active:backdrop,
  3113. PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
  3114.   background-clip: padding-box;
  3115.   color: #ffffff;
  3116.   background-color: rgba(0, 0, 0, 0.25);
  3117.   border-radius: 0;
  3118.   border-color: rgba(0, 0, 0, 0.25);
  3119.   box-shadow: inset 0 -2px #3770aa; }
  3120.  
  3121. PanelApplet:hover {
  3122.   color: #ffffff; }
  3123.  
  3124. PanelApplet:active,
  3125. PanelApplet:hover:active {
  3126.   color: #3770aa; }
  3127.  
  3128. WnckPager {
  3129.   color: #626262; }
  3130.   WnckPager:selected {
  3131.     color: #3770aa; }
  3132.  
  3133. NaTrayApplet {
  3134.   -NaTrayApplet-icon-padding: 12;
  3135.   -NaTrayApplet-icon-size: 16; }
  3136.  
  3137. ClockBox {
  3138.   color: #C3C3C3;
  3139.   font: bold; }
  3140.  
  3141. .xfce4-panel.panel {
  3142.   background-color: #292929; }
  3143.   .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button {
  3144.     color: #C3C3C3;
  3145.     background-color: rgba(41, 41, 41, 0);
  3146.     border-radius: 0; }
  3147.     .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover {
  3148.       border: none;
  3149.       background-color: #434343; }
  3150.     .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
  3151.       color: #3770aa;
  3152.       border: none;
  3153.       background-color: #171717; }
  3154.  
  3155. .floating-bar {
  3156.   background-color: #3770aa;
  3157.   color: #ffffff; }
  3158.   .floating-bar.top {
  3159.     border-radius: 0 0 2px 2px; }
  3160.   .floating-bar.right {
  3161.     border-radius: 2px 0 0 2px; }
  3162.   .floating-bar.bottom {
  3163.     border-radius: 2px 2px 0 0; }
  3164.   .floating-bar.left {
  3165.     border-radius: 0 2px 2px 0; }
  3166.   .floating-bar .button {
  3167.     -GtkButton-image-spacing: 0;
  3168.     -GtkButton-inner-border: 0;
  3169.     background-color: transparent;
  3170.     box-shadow: none;
  3171.     border: none; }
  3172.  
  3173. BirdieWidgetsTweetList * {
  3174.   background-image: none;
  3175.   background-color: transparent; }
  3176.  
  3177. MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
  3178.   color: #ffffff;
  3179.   background-color: #3770aa;
  3180.   outline-color: transparent; }
  3181. MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
  3182.   background-color: transparent; }
  3183. MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
  3184.   outline-color: transparent; }
  3185.  
  3186. .marlin-pathbar.pathbar {
  3187.   border-radius: 3px;
  3188.   padding-left: 4px;
  3189.   padding-right: 4px;
  3190.   color: #ded6d6;
  3191.   border-color: rgba(16, 16, 16, 0.4);
  3192.   background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4));
  3193.   background-color: transparent; }
  3194.   .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover {
  3195.     color: inherit; }
  3196.   .marlin-pathbar.pathbar:focus {
  3197.     color: #ded6d6;
  3198.     border-color: #3770aa;
  3199.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); }
  3200.   .marlin-pathbar.pathbar:insensitive {
  3201.     color: rgba(222, 214, 214, 0.55);
  3202.     background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); }
  3203.   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
  3204.     color: #3770aa; }
  3205.  
  3206. .gala-notification {
  3207.   border: 1px solid rgba(0, 0, 0, 0.35);
  3208.   border-radius: 3px;
  3209.   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  3210.   background-image: linear-gradient(to bottom, white);
  3211.   background-color: transparent; }
  3212.   .gala-notification .title, .gala-notification .label {
  3213.     color: #5c616c; }
  3214.  
  3215. .panel {
  3216.   background-color: transparent;
  3217.   color: white;
  3218.   font-weight: bold;
  3219.   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  3220.   icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  3221.   .panel-shadow {
  3222.     background-image: none;
  3223.     background-color: transparent; }
  3224.   .panel .menu {
  3225.     box-shadow: none; }
  3226.     .panel .menu .menuitem {
  3227.       font-weight: normal;
  3228.       text-shadow: none;
  3229.       icon-shadow: none; }
  3230.     .panel .menu .window-frame.menu.csd,
  3231.     .panel .menu .window-frame.popup.csd {
  3232.       box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  3233.   .panel .menubar > .menuitem {
  3234.     padding: 3px 6px; }
  3235.     .panel .menubar > .menuitem:hover {
  3236.       background-color: transparent; }
  3237.   .panel .window-frame.menu.csd,
  3238.   .panel .window-frame.popup.csd {
  3239.     box-shadow: none; }
  3240.  
  3241. .composited-indicator {
  3242.   background-color: transparent;
  3243.   color: white;
  3244.   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  3245.   icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  3246.   .composited-indicator > GtkWidget > GtkWidget:first-child {
  3247.     padding: 0 2px; }
  3248.   .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight {
  3249.     border-style: none;
  3250.     background-image: none;
  3251.     box-shadow: none; }
  3252.   .composited-indicator > .popup > .menu {
  3253.     padding-top: 8px;
  3254.     padding-bottom: 8px; }
  3255.  
  3256. .panel-app-button > GtkWidget > GtkWidget:first-child {
  3257.   padding: 0 2px 0 4px; }
  3258.  
  3259. .panel .menu .spinner,
  3260. .menu .spinner {
  3261.   opacity: 1; }
  3262.  
  3263. WingpanelWidgetsIndicatorPopover.popover {
  3264.   padding: 0;
  3265.   text-shadow: none;
  3266.   icon-shadow: none; }
  3267.   WingpanelWidgetsIndicatorPopover.popover .menuitem {
  3268.     padding: 5px;
  3269.     outline-color: transparent;
  3270.     text-shadow: none;
  3271.     icon-shadow: none;
  3272.     border: solid transparent;
  3273.     border-width: 1px 0; }
  3274.     WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
  3275.       padding: 0 3px; }
  3276.     WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
  3277.       background-color: rgba(255, 255, 255, 0.05);
  3278.       border: solid rgba(255, 255, 255, 0.07);
  3279.       border-width: 1px 0; }
  3280.     WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
  3281.       color: rgba(218, 218, 218, 0.55); }
  3282.  
  3283. PantheonTerminalPantheonTerminalWindow.background {
  3284.   background-color: transparent; }
  3285.  
  3286. SwitchboardCategoryView .view:selected,
  3287. SwitchboardCategoryView .view:selected:focus {
  3288.   color: #DADADA; }
  3289.  
  3290. .cs-header {
  3291.   padding: 6px;
  3292.   background-color: #353535; }
  3293.  
  3294. #panel_window {
  3295.   background-color: #292929;
  3296.   color: #C3C3C3;
  3297.   font: bold;
  3298.   box-shadow: inset 0 -1px #171717; }
  3299.   #panel_window .menubar,
  3300.   #panel_window .menubar > .menuitem {
  3301.     background-color: transparent;
  3302.     color: #C3C3C3;
  3303.     font: bold; }
  3304.   #panel_window .menubar .menuitem:insensitive {
  3305.     color: rgba(195, 195, 195, 0.5); }
  3306.     #panel_window .menubar .menuitem:insensitive GtkLabel {
  3307.       color: inherit; }
  3308.   #panel_window .menubar .menu .menuitem {
  3309.     font: normal; }
  3310.  
  3311. #login_window,
  3312. #shutdown_dialog,
  3313. #restart_dialog {
  3314.   font: normal;
  3315.   border-style: none;
  3316.   background-color: transparent;
  3317.   color: #DADADA; }
  3318.  
  3319. #content_frame {
  3320.   padding-bottom: 14px;
  3321.   background-color: #383838;
  3322.   border-top-left-radius: 2px;
  3323.   border-top-right-radius: 2px;
  3324.   border: solid rgba(0, 0, 0, 0.1);
  3325.   border-width: 1px 1px 0 1px; }
  3326.  
  3327. #content_frame .button {
  3328.   color: #DADADA;
  3329.   outline-color: rgba(218, 218, 218, 0.3);
  3330.   border-color: #292929;
  3331.   background-color: #454545; }
  3332.   #content_frame .button:hover {
  3333.     color: #DADADA;
  3334.     outline-color: rgba(218, 218, 218, 0.3);
  3335.     border-color: #292929;
  3336.     background-color: #525252; }
  3337.   #content_frame .button:active, #content_frame .button:checked {
  3338.     color: #ffffff;
  3339.     outline-color: rgba(255, 255, 255, 0.3);
  3340.     border-color: #292929;
  3341.     background-color: #3770aa; }
  3342.   #content_frame .button:insensitive {
  3343.     color: rgba(218, 218, 218, 0.55);
  3344.     border-color: rgba(41, 41, 41, 0.55);
  3345.     background-color: rgba(69, 69, 69, 0.55); }
  3346.     #content_frame .button:insensitive > GtkLabel {
  3347.       color: inherit; }
  3348.  
  3349. #buttonbox_frame {
  3350.   padding-top: 20px;
  3351.   padding-bottom: 0px;
  3352.   border-style: none;
  3353.   background-color: #2f2f2f;
  3354.   border-bottom-left-radius: 3px;
  3355.   border-bottom-right-radius: 3px;
  3356.   border: solid rgba(0, 0, 0, 0.1);
  3357.   border-width: 0 1px 1px 1px;
  3358.   box-shadow: inset 0 1px #252525; }
  3359.  
  3360. #buttonbox_frame .button {
  3361.   color: #C3C3C3;
  3362.   outline-color: rgba(195, 195, 195, 0.3);
  3363.   border-color: rgba(22, 22, 22, 0.4);
  3364.   background-color: rgba(109, 109, 109, 0.4); }
  3365.   #buttonbox_frame .button:hover {
  3366.     color: #C3C3C3;
  3367.     outline-color: rgba(195, 195, 195, 0.3);
  3368.     border-color: rgba(22, 22, 22, 0.4);
  3369.     background-color: rgba(127, 127, 127, 0.5); }
  3370.   #buttonbox_frame .button:active, #buttonbox_frame .button:checked {
  3371.     color: #ffffff;
  3372.     outline-color: rgba(255, 255, 255, 0.3);
  3373.     border-color: rgba(22, 22, 22, 0.4);
  3374.     background-color: #3770aa; }
  3375.   #buttonbox_frame .button:insensitive {
  3376.     color: #606060;
  3377.     border-color: rgba(22, 22, 22, 0.4);
  3378.     background-color: rgba(109, 109, 109, 0.25); }
  3379.  
  3380. #login_window #user_combobox {
  3381.   color: #DADADA;
  3382.   font: 13px; }
  3383.   #login_window #user_combobox .menu {
  3384.     font: normal; }
  3385.  
  3386. #user_image {
  3387.   padding: 3px;
  3388.   border-radius: 2px; }
  3389.  
  3390. #shutdown_button.button {
  3391.   background-clip: border-box;
  3392.   color: #ffffff;
  3393.   outline-color: rgba(255, 255, 255, 0.3);
  3394.   background-color: #F04A50;
  3395.   border-color: #F04A50; }
  3396.   #shutdown_button.button:hover {
  3397.     background-clip: border-box;
  3398.     color: #ffffff;
  3399.     outline-color: rgba(255, 255, 255, 0.3);
  3400.     background-color: #f4797e;
  3401.     border-color: #f4797e; }
  3402.   #shutdown_button.button:active, #shutdown_button.button:checked {
  3403.     background-clip: border-box;
  3404.     color: #ffffff;
  3405.     outline-color: rgba(255, 255, 255, 0.3);
  3406.     background-color: #ec1b22;
  3407.     border-color: #ec1b22; }
  3408.  
  3409. #restart_button.button {
  3410.   background-clip: border-box;
  3411.   color: #ffffff;
  3412.   outline-color: rgba(255, 255, 255, 0.3);
  3413.   background-color: #6db442;
  3414.   border-color: #6db442; }
  3415.   #restart_button.button:hover {
  3416.     background-clip: border-box;
  3417.     color: #ffffff;
  3418.     outline-color: rgba(255, 255, 255, 0.3);
  3419.     background-color: #88c663;
  3420.     border-color: #88c663; }
  3421.   #restart_button.button:active, #restart_button.button:checked {
  3422.     background-clip: border-box;
  3423.     color: #ffffff;
  3424.     outline-color: rgba(255, 255, 255, 0.3);
  3425.     background-color: #568f34;
  3426.     border-color: #568f34; }
  3427.  
  3428. #greeter_infobar {
  3429.   border-bottom-width: 0;
  3430.   font: bold; }
  3431.  
  3432. .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator {
  3433.   color: #252525; }
  3434.  
  3435. NemoWindow GtkEventBox {
  3436.   background-color: #383838; }
  3437.  
  3438. GtkFileChooserDialog *,
  3439. NautilusWindow *,
  3440. NemoWindow {
  3441.   -GtkPaned-handle-size: 0; }
  3442.  
  3443. GtkFileChooserDialog .sidebar,
  3444. NautilusWindow .sidebar,
  3445. NemoWindow .sidebar {
  3446.   border-right: 1px solid #282828; }
  3447. GtkFileChooserDialog .sidebar:dir(rtl),
  3448. NautilusWindow .sidebar:dir(rtl),
  3449. NemoWindow .sidebar:dir(rtl) {
  3450.   border-left: 1px solid #282828; }
  3451.  
  3452. GtkFileChooserDialog GtkPlacesSidebar.sidebar {
  3453.   -gtk-icon-style: regular; }
  3454.  
  3455. GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar,
  3456. NautilusWindow.csd.background,
  3457. NautilusWindow .list.sidebar {
  3458.   background-color: transparent; }
  3459. GtkFileChooserDialog GtkPlacesSidebar.sidebar,
  3460. NautilusWindow GtkPlacesSidebar.sidebar {
  3461.   background-color: #353535; }
  3462.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
  3463.   NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
  3464.     border: 1px solid #3770aa; }
  3465.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
  3466.   NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
  3467.     background-color: #4f4f4f; }
  3468.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable,
  3469.   NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable {
  3470.     border: none;
  3471.     color: #C3C3C3; }
  3472.     GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon,
  3473.     NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon {
  3474.       color: rgba(195, 195, 195, 0.6); }
  3475.     GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup,
  3476.     NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover,
  3477.     NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup {
  3478.       background-color: rgba(195, 195, 195, 0.15); }
  3479.     GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon,
  3480.     NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon,
  3481.     NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon,
  3482.     NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon,
  3483.     NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon,
  3484.     NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon {
  3485.       color: inherit; }
  3486.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator,
  3487.   NautilusWindow GtkPlacesSidebar.sidebar .separator,
  3488.   NautilusWindow GtkPlacesSidebar.sidebar .view.separator {
  3489.     color: transparent; }
  3490. GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar,
  3491. NautilusWindow.maximized GtkPlacesSidebar.sidebar {
  3492.   background-color: #353535; }
  3493. GtkFileChooserDialog .sidebar-button.button,
  3494. NautilusWindow .sidebar-button.button {
  3495.   color: #C3C3C3; }
  3496.   GtkFileChooserDialog .sidebar-button.button:hover,
  3497.   NautilusWindow .sidebar-button.button:hover {
  3498.     color: #C3C3C3;
  3499.     outline-color: rgba(195, 195, 195, 0.3);
  3500.     border-color: rgba(22, 22, 22, 0.4);
  3501.     background-color: rgba(127, 127, 127, 0.5); }
  3502.   GtkFileChooserDialog .sidebar-button.button:active,
  3503.   NautilusWindow .sidebar-button.button:active {
  3504.     color: #ffffff;
  3505.     outline-color: rgba(255, 255, 255, 0.3);
  3506.     border-color: rgba(22, 22, 22, 0.4);
  3507.     background-color: #3770aa; }
  3508.   GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage,
  3509.   NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage {
  3510.     opacity: 0.5; }
  3511.  
  3512. NemoWindow.csd.background,
  3513. NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight,
  3514. MarlinViewWindow.csd.background,
  3515. MarlinViewWindow .source-list,
  3516. MarlinViewWindow .source-list.view,
  3517. MarlinViewWindow .source-list.view:prelight {
  3518.   background-color: transparent; }
  3519. NemoWindow .sidebar, NemoWindow .source-list.sidebar.view,
  3520. MarlinViewWindow .sidebar,
  3521. MarlinViewWindow .source-list.sidebar.view {
  3522.   background-color: #353535; }
  3523.   NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row,
  3524.   MarlinViewWindow .sidebar .view,
  3525.   MarlinViewWindow .sidebar row,
  3526.   MarlinViewWindow .source-list.sidebar.view .view,
  3527.   MarlinViewWindow .source-list.sidebar.view row {
  3528.     background-color: transparent;
  3529.     color: #C3C3C3; }
  3530.     NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image,
  3531.     MarlinViewWindow .sidebar .view.image,
  3532.     MarlinViewWindow .sidebar row.image,
  3533.     MarlinViewWindow .source-list.sidebar.view .view.image,
  3534.     MarlinViewWindow .source-list.sidebar.view row.image {
  3535.       color: rgba(195, 195, 195, 0.7); }
  3536.     NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected,
  3537.     MarlinViewWindow .sidebar .view.cell:selected,
  3538.     MarlinViewWindow .sidebar row.cell:selected,
  3539.     MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
  3540.     MarlinViewWindow .source-list.sidebar.view row.cell:selected {
  3541.       background-color: #3770aa;
  3542.       color: #ffffff; }
  3543.   NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
  3544.   MarlinViewWindow .sidebar.frame,
  3545.   MarlinViewWindow .source-list.sidebar.view.frame {
  3546.     color: #C3C3C3; }
  3547.   NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator,
  3548.   MarlinViewWindow .sidebar .separator,
  3549.   MarlinViewWindow .sidebar .view.separator,
  3550.   MarlinViewWindow .source-list.sidebar.view .separator {
  3551.     color: transparent; }
  3552. NemoWindow.maximized .sidebar,
  3553. MarlinViewWindow.maximized .sidebar {
  3554.   background-color: #353535; }
  3555.  
  3556. NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
  3557. MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
  3558.   background-color: #282828; }
  3559.  
  3560. NautilusWindow NautilusWindowSlot {
  3561.   background-color: #404040; }
  3562.  
  3563. NautilusDesktopWindow NautilusWindowSlot {
  3564.   background-color: transparent; }
  3565.  
  3566. GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
  3567.   background-color: #353535; }
  3568. GtkFileChooserDialog GtkPlacesSidebar.sidebar {
  3569.   background-color: transparent; }
  3570. GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
  3571.   background-color: #383838; }
  3572. GtkFileChooserDialog .dialog-action-box {
  3573.   background-color: #383838; }
  3574. GtkFileChooserDialog .dialog-vbox > .frame {
  3575.   color: #C3C3C3;
  3576.   border-color: transparent; }
  3577. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame {
  3578.   background-color: transparent;
  3579.   border-color: #0f0f0f; }
  3580. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox,
  3581. GtkFileChooserDialog .dialog-vbox > .frame GtkLabel,
  3582. GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox {
  3583.   color: #C3C3C3; }
  3584.  
  3585. FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator,
  3586. FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop,
  3587. GeditWindow.background.csd > .titlebar .pane-separator,
  3588. GeditWindow.background.csd.maximized > .titlebar .pane-separator,
  3589. GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
  3590. GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
  3591.   background-color: #252525; }
  3592. FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
  3593. GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
  3594.   background-color: #2f2f2f; }
  3595.   FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
  3596.   GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop {
  3597.     background-color: #333333; }
  3598. FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar,
  3599. GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar {
  3600.   background-color: #2f2f2f; }
  3601.   FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop,
  3602.   GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop {
  3603.     background-color: #333333; }
  3604.  
  3605. FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar,
  3606. GeditWindow.background.csd > .titlebar {
  3607.   background-color: transparent; }
  3608.  
  3609. GeditWindow.background.csd {
  3610.   background-color: transparent; }
  3611. GeditWindow.background .gedit-side-panel-paned .pane-separator {
  3612.   background-color: #282828; }
  3613. GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
  3614.   background-color: #292929; }
  3615.  
  3616. .gedit-bottom-panel-paned {
  3617.   background-color: #404040; }
  3618.  
  3619. .gedit-document-panel {
  3620.   background-color: #353535; }
  3621.   .maximized .gedit-document-panel {
  3622.     background-color: #353535; }
  3623.   .gedit-document-panel .list-row {
  3624.     color: #C3C3C3; }
  3625.   .gedit-document-panel .list-row {
  3626.     background-color: rgba(195, 195, 195, 0);
  3627.     border: solid rgba(195, 195, 195, 0);
  3628.     border-width: 3px 2px 3px 2px; }
  3629.   .gedit-document-panel .list-row:hover {
  3630.     border: solid rgba(195, 195, 195, 0.15);
  3631.     border-width: 3px 2px 3px 2px;
  3632.     background-color: rgba(195, 195, 195, 0.15); }
  3633.   .gedit-document-panel .list-row:active {
  3634.     color: #ffffff;
  3635.     background-color: #3770aa;
  3636.     border: solid #3770aa;
  3637.     border-width: 3px 2px 3px 2px; }
  3638.     .gedit-document-panel .list-row:active .button {
  3639.       color: #ffffff; }
  3640.   .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
  3641.     color: #ffffff;
  3642.     background-color: #3770aa;
  3643.     border: solid #3770aa;
  3644.     border-width: 3px 2px 3px 2px; }
  3645.   .gedit-document-panel .prelight-row .button:active {
  3646.     color: #C3C3C3; }
  3647.  
  3648. GeditFileBrowserWidget {
  3649.   background-color: #353535; }
  3650.   .maximized GeditFileBrowserWidget {
  3651.     background-color: #353535; }
  3652.   GeditFileBrowserWidget .horizontal {
  3653.     background-color: transparent;
  3654.     border-color: #232323; }
  3655.     GeditFileBrowserWidget .horizontal GtkComboBox {
  3656.       color: #C3C3C3; }
  3657.  
  3658. GeditWindow.background.csd GeditFileBrowserView.view {
  3659.   background-color: transparent;
  3660.   color: #C3C3C3; }
  3661.   GeditWindow.background.csd GeditFileBrowserView.view.expander {
  3662.     color: #C3C3C3; }
  3663.     GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
  3664.       color: #3770aa; }
  3665.  
  3666. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
  3667. GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
  3668.   color: #C3C3C3;
  3669.   outline-color: rgba(195, 195, 195, 0.3);
  3670.   border-color: rgba(22, 22, 22, 0.4);
  3671.   background-color: rgba(109, 109, 109, 0.4); }
  3672.   GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover,
  3673.   GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover {
  3674.     color: #C3C3C3;
  3675.     outline-color: rgba(195, 195, 195, 0.3);
  3676.     border-color: rgba(22, 22, 22, 0.4);
  3677.     background-color: rgba(127, 127, 127, 0.5); }
  3678.   GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active,
  3679.   GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked,
  3680.   GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked {
  3681.     color: #ffffff;
  3682.     outline-color: rgba(255, 255, 255, 0.3);
  3683.     border-color: rgba(22, 22, 22, 0.4);
  3684.     background-color: #3770aa; }
  3685.   GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
  3686.   GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
  3687.     color: #606060;
  3688.     border-color: rgba(22, 22, 22, 0.4);
  3689.     background-color: rgba(109, 109, 109, 0.25); }
  3690.  
  3691. GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry,
  3692. GtkFileChooserDialog .dialog-vbox > .frame .entry {
  3693.   color: #C3C3C3;
  3694.   border-color: rgba(22, 22, 22, 0.4);
  3695.   background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4));
  3696.   background-color: transparent; }
  3697.   GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry,
  3698.   GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover,
  3699.   GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover {
  3700.     color: inherit; }
  3701.   GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus,
  3702.   GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
  3703.     color: #ffffff;
  3704.     border-color: rgba(22, 22, 22, 0.4);
  3705.     background-image: linear-gradient(to bottom, #3770aa); }
  3706.   GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
  3707.   GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
  3708.     color: rgba(195, 195, 195, 0.55);
  3709.     background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); }
  3710.  
  3711. GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider,
  3712. NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider,
  3713. MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider {
  3714.   background-color: #e9e9e9;
  3715.   border: 1px solid rgba(0, 0, 0, 0.3); }
  3716. GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough,
  3717. NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough,
  3718. MarlinViewWindow .sidebar .scrollbar .trough,
  3719. MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough {
  3720.   background-color: rgba(0, 0, 0, 0.2);
  3721.   border: none; }
  3722. GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider,
  3723. NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider,
  3724. MarlinViewWindow .sidebar .scrollbar .slider,
  3725. MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider {
  3726.   background-color: rgba(233, 233, 233, 0.7); }
  3727.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover,
  3728.   NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover,
  3729.   MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover {
  3730.     background-color: #f6f6f6; }
  3731.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
  3732.   NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
  3733.   MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
  3734.     background-color: #3770aa; }
  3735.   GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
  3736.   NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
  3737.   MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
  3738.     background-color: transparent; }
  3739.  
  3740. @define-color theme_fg_color #DADADA;
  3741. @define-color theme_text_color #DADADA;
  3742. @define-color theme_bg_color #383838;
  3743. @define-color theme_base_color #404040;
  3744. @define-color theme_selected_bg_color #3770aa;
  3745. @define-color theme_selected_fg_color #ffffff;
  3746. @define-color fg_color #DADADA;
  3747. @define-color text_color #DADADA;
  3748. @define-color bg_color #383838;
  3749. @define-color base_color #404040;
  3750. @define-color selected_bg_color #3770aa;
  3751. @define-color selected_fg_color #ffffff;
  3752. @define-color insensitive_bg_color #3d3d3d;
  3753. @define-color insensitive_fg_color alpha(#dadada, 0.5);
  3754. @define-color insensitive_base_color #404040;
  3755. @define-color theme_unfocused_fg_color #DADADA;
  3756. @define-color theme_unfocused_text_color #DADADA;
  3757. @define-color theme_unfocused_bg_color #383838;
  3758. @define-color theme_unfocused_base_color #404040;
  3759. @define-color borders #292929;
  3760. @define-color unfocused_borders #292929;
  3761. @define-color warning_color #F27835;
  3762. @define-color error_color #FC4138;
  3763. @define-color success_color #73d216;
  3764. @define-color placeholder_text_color #A8A8A8;
  3765. @define-color content_view_bg #404040;
  3766. @define-color wm_title alpha(#ded6d6, 0.8);
  3767. @define-color wm_unfocused_title alpha(#ded6d6, 0.5);
  3768. @define-color wm_bg #2f2f2f;
  3769. @define-color wm_bg_unfocused #333333;
  3770. @define-color wm_highlight #373737;
  3771. @define-color wm_shadow alpha(black, 0.35);
  3772. @define-color wm_button_close_bg #cc575d;
  3773. @define-color wm_button_close_hover_bg #d7787d;
  3774. @define-color wm_button_close_active_bg #be3841;
  3775. @define-color wm_icon_close_bg #2f343f;
  3776. @define-color wm_button_hover_bg #454C5C;
  3777. @define-color wm_button_active_bg #3770aa;
  3778. @define-color wm_button_hover_border #262932;
  3779. @define-color wm_icon_bg #90939B;
  3780. @define-color wm_icon_unfocused_bg #666A74;
  3781. @define-color wm_icon_hover_bg #C4C7CC;
  3782. @define-color wm_icon_active_bg #ffffff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement