@@ -445,7 +445,6 @@ button {
445445 outline-color: rgba(248, 248, 242, 0.3);
446446 background-color: #282a36;
447447 text-shadow: none;
448- border: 1px solid #282a36;
449448 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
450449}
451450notebook > header > tabs > arrow.flat, notebook > header > tabs > arrow, combobox:drop(active) button.flat.combo, combobox:drop(active) .selection-mode button.combo.titlebutton, .selection-mode combobox:drop(active) button.combo.titlebutton, .selection-mode button.titlebutton,
@@ -826,7 +825,6 @@ button.suggested-action {
826825 outline-color: rgba(255, 255, 255, 0.3);
827826 background-color: #bd93f9;
828827 text-shadow: none;
829- border: 1px solid #bd93f9;
830828 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
831829}
832830button.suggested-action.flat,
@@ -1029,7 +1027,6 @@ button.destructive-action {
10291027 outline-color: rgba(255, 255, 255, 0.3);
10301028 background-color: #ff2222;
10311029 text-shadow: none;
1032- border: 1px solid #ff2222;
10331030 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
10341031}
10351032button.destructive-action.flat,
@@ -1264,7 +1261,6 @@ toolbar button:hover {
12641261 outline-color: rgba(248, 248, 242, 0.3);
12651262 background-color: #0f0f14;
12661263 text-shadow: none;
1267- border: 1px solid #0f0f14;
12681264 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
12691265}
12701266toolbar button:active {
@@ -1273,7 +1269,6 @@ toolbar button:active {
12731269 outline-color: rgba(248, 248, 242, 0.3);
12741270 background-color: #040406;
12751271 text-shadow: none;
1276- border: 1px solid #040406;
12771272 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
12781273}
12791274
@@ -2238,7 +2233,6 @@ colorswatch#add-color-button overlay {
22382233 outline-color: rgba(248, 248, 242, 0.3);
22392234 background-color: #282a36;
22402235 text-shadow: none;
2241- border: 1px solid #282a36;
22422236 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
22432237}
22442238colorswatch#add-color-button overlay:hover {
@@ -3145,7 +3139,6 @@ headerbar .selection-mode button.titlebutton,
31453139 outline-color: rgba(255, 255, 255, 0.3);
31463140 background-color: #72BFD0;
31473141 text-shadow: none;
3148- border: 1px solid #72BFD0;
31493142 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
31503143}
31513144.titlebar:not(headerbar) button.suggested-action:hover, .titlebar:not(headerbar) .selection-mode button.titlebutton:hover, .selection-mode .titlebar:not(headerbar) button.titlebutton:hover,
@@ -3217,7 +3210,6 @@ headerbar button.destructive-action {
32173210 outline-color: rgba(255, 255, 255, 0.3);
32183211 background-color: #ff2222;
32193212 text-shadow: none;
3220- border: 1px solid #ff2222;
32213213 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
32223214}
32233215.titlebar:not(headerbar) button.destructive-action:hover,
@@ -3358,7 +3350,6 @@ headerbar.selection-mode button {
33583350 outline-color: rgba(248, 248, 242, 0.3);
33593351 background-color: rgba(189, 147, 249, 0.5);
33603352 text-shadow: none;
3361- border: 1px solid rgba(189, 147, 249, 0.5);
33623353 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
33633354}
33643355.selection-mode.titlebar:not(headerbar) button.flat, .selection-mode.titlebar:not(headerbar) button.titlebutton,
@@ -3490,7 +3481,6 @@ headerbar.selection-mode button.titlebutton {
34903481 outline-color: rgba(255, 255, 255, 0.3);
34913482 background-color: #72BFD0;
34923483 text-shadow: none;
3493- border: 1px solid #72BFD0;
34943484 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
34953485}
34963486.selection-mode.titlebar:not(headerbar) button.suggested-action:hover, .selection-mode.titlebar:not(headerbar) button.titlebutton:hover,
@@ -26041,7 +26031,8 @@ searchbar {
2604126031 * Tooltips *
2604226032 ************/
2604326033tooltip {
26044- padding: 4px; /* not working */
26034+ padding: 4px;
26035+ /* not working */
2604526036 border-radius: 5px;
2604626037 box-shadow: none;
2604726038 text-shadow: 0 1px black;
@@ -28672,22 +28663,35 @@ radiobutton.color-button:active > radio {
2867228663/* Unity panel color #454D50 */
2867328664UnityDecoration {
2867428665 /* Border properties (top, right, bottom, left) */
28675- -UnityDecoration-extents: 28px 1px 1px 1px; /* the size of the decorations */
28676- -UnityDecoration-input-extents: 10px; /* the extra size of the input areas */
28666+ -UnityDecoration-extents: 28px 1px 1px 1px;
28667+ /* the size of the decorations */
28668+ -UnityDecoration-input-extents: 10px;
28669+ /* the extra size of the input areas */
2867728670 /* Shadows settings */
28678- -UnityDecoration-shadow-offset-x: 1px; /* Size property, the shadow x offset */
28679- -UnityDecoration-shadow-offset-y: 1px; /* Size property, the shadow y offset */
28680- -UnityDecoration-active-shadow-color: rgba 0, 0, 0, 0.647; /* Color property, active window shadow color */
28681- -UnityDecoration-active-shadow-radius: 8px; /* Size property, active window shadow radius */
28682- -UnityDecoration-inactive-shadow-color: rgba 0, 0, 0, 0.647; /* Color property, inactive windows shadow color */
28683- -UnityDecoration-inactive-shadow-radius: 5px; /* Size property, inactive windows shadow radius */
28671+ -UnityDecoration-shadow-offset-x: 1px;
28672+ /* Size property, the shadow x offset */
28673+ -UnityDecoration-shadow-offset-y: 1px;
28674+ /* Size property, the shadow y offset */
28675+ -UnityDecoration-active-shadow-color: rgba 0, 0, 0, 0.647;
28676+ /* Color property, active window shadow color */
28677+ -UnityDecoration-active-shadow-radius: 8px;
28678+ /* Size property, active window shadow radius */
28679+ -UnityDecoration-inactive-shadow-color: rgba 0, 0, 0, 0.647;
28680+ /* Color property, inactive windows shadow color */
28681+ -UnityDecoration-inactive-shadow-radius: 5px;
28682+ /* Size property, inactive windows shadow radius */
2868428683 /* Glow applied to the selected scaled window */
28685- -UnityDecoration-glow-size: 8px; /* Size property, size of glow */
28686- -UnityDecoration-glow-color: rgba(189, 147, 249, 0.5); /* Color property of the glow */
28684+ -UnityDecoration-glow-size: 8px;
28685+ /* Size property, size of glow */
28686+ -UnityDecoration-glow-color: rgba(189, 147, 249, 0.5);
28687+ /* Color property of the glow */
2868728688 /* Title settings */
28688- -UnityDecoration-title-indent: 10px; /* Size property, left indent of the title */
28689- -UnityDecoration-title-fade: 35px; /* Size property, space of the title that can be faded */
28690- -UnityDecoration-title-alignment: 0; /* Float from 0.0 to 1.0, to align the title */
28689+ -UnityDecoration-title-indent: 10px;
28690+ /* Size property, left indent of the title */
28691+ -UnityDecoration-title-fade: 35px;
28692+ /* Size property, space of the title that can be faded */
28693+ -UnityDecoration-title-alignment: 0;
28694+ /* Float from 0.0 to 1.0, to align the title */
2869128695 background-color: #31363D;
2869228696 color: #fefefe;
2869328697}
@@ -28973,7 +28977,6 @@ ConversationListView iconview .selection-mode.titlebar:not(headerbar) button.cel
2897328977 outline-color: rgba(248, 248, 242, 0.3);
2897428978 background-color: #282a36;
2897528979 text-shadow: none;
28976- border: 1px solid #282a36;
2897728980 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
2897828981}
2897928982#content_frame button:hover {
@@ -29080,7 +29083,7 @@ ConversationListView iconview .selection-mode.titlebar:not(headerbar) button.cel
2908029083
2908129084scrolledwindow.sidebar treeview.view, scrollbar.right {
2908229085 background: #232530;
29083- padding: 6px 1.5px;
29086+ padding: 1.5px;
2908429087 border: none;
2908529088 box-shadow: none;
2908629089}
@@ -29098,20 +29101,10 @@ headerbar.selection-mode window.thunar toolbar > toolitem > widget > widget.link
2909829101window.thunar .selection-mode.titlebar:not(headerbar) toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button.subtitle:visited,
2909929102.selection-mode.titlebar:not(headerbar) window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button.subtitle:visited, window.thunar paned > scrolledwindow treeview.view:hover, window.thunar paned > scrolledwindow treeview.view:checked, window.thunar paned > scrolledwindow treeview.view:selected,
2910029103window.thunar paned > scrolledwindow headerbar.selection-mode treeview.view.subtitle:link,
29101- headerbar.selection-mode window.thunar paned > scrolledwindow treeview.view.subtitle:link, window.thunar paned > scrolledwindow .selection-mode.titlebar:not(headerbar) treeview.view.subtitle:link, .selection-mode.titlebar:not(headerbar) window.thunar paned > scrolledwindow treeview.view.subtitle:link, .thunar toolbar.horizontal button:hover, .thunar toolbar.horizontal button:checked, .thunar toolbar.horizontal button:selected,
29102- .thunar toolbar.horizontal headerbar.selection-mode button.subtitle:link,
29103- headerbar.selection-mode .thunar toolbar.horizontal button.subtitle:link, .thunar toolbar.horizontal .selection-mode.titlebar:not(headerbar) button.subtitle:link, .selection-mode.titlebar:not(headerbar) .thunar toolbar.horizontal button.subtitle:link,
29104- .thunar toolbar.horizontal headerbar.selection-mode button.subtitle:visited,
29105- headerbar.selection-mode .thunar toolbar.horizontal button.subtitle:visited,
29106- .thunar toolbar.horizontal .selection-mode.titlebar:not(headerbar) button.subtitle:visited,
29107- .selection-mode.titlebar:not(headerbar) .thunar toolbar.horizontal button.subtitle:visited {
29104+ headerbar.selection-mode window.thunar paned > scrolledwindow treeview.view.subtitle:link, window.thunar paned > scrolledwindow .selection-mode.titlebar:not(headerbar) treeview.view.subtitle:link, .selection-mode.titlebar:not(headerbar) window.thunar paned > scrolledwindow treeview.view.subtitle:link {
29105+ background-color: transparent;
2910829106 color: #bd93f9;
29109- background-color: rgba(189, 147, 249, 0.1);
29110- border-radius: 7px;
2911129107 box-shadow: none;
29112- text-shadow: none;
29113- font-weight: bold;
29114- font-weight: normal;
2911529108}
2911629109window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked:backdrop label, window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:selected:backdrop label,
2911729110window.thunar headerbar.selection-mode toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button.subtitle:backdrop:link label,
@@ -29121,13 +29114,7 @@ headerbar.selection-mode window.thunar toolbar > toolitem > widget > widget.link
2912129114window.thunar .selection-mode.titlebar:not(headerbar) toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button.subtitle:backdrop:visited label,
2912229115.selection-mode.titlebar:not(headerbar) window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button.subtitle:backdrop:visited label, window.thunar paned > scrolledwindow treeview.view:checked:backdrop label, window.thunar paned > scrolledwindow treeview.view:selected:backdrop label,
2912329116window.thunar paned > scrolledwindow headerbar.selection-mode treeview.view.subtitle:backdrop:link label,
29124- headerbar.selection-mode window.thunar paned > scrolledwindow treeview.view.subtitle:backdrop:link label, window.thunar paned > scrolledwindow .selection-mode.titlebar:not(headerbar) treeview.view.subtitle:backdrop:link label, .selection-mode.titlebar:not(headerbar) window.thunar paned > scrolledwindow treeview.view.subtitle:backdrop:link label, .thunar toolbar.horizontal button:checked:backdrop label, .thunar toolbar.horizontal button:selected:backdrop label,
29125- .thunar toolbar.horizontal headerbar.selection-mode button.subtitle:backdrop:link label,
29126- headerbar.selection-mode .thunar toolbar.horizontal button.subtitle:backdrop:link label, .thunar toolbar.horizontal .selection-mode.titlebar:not(headerbar) button.subtitle:backdrop:link label, .selection-mode.titlebar:not(headerbar) .thunar toolbar.horizontal button.subtitle:backdrop:link label,
29127- .thunar toolbar.horizontal headerbar.selection-mode button.subtitle:backdrop:visited label,
29128- headerbar.selection-mode .thunar toolbar.horizontal button.subtitle:backdrop:visited label,
29129- .thunar toolbar.horizontal .selection-mode.titlebar:not(headerbar) button.subtitle:backdrop:visited label,
29130- .selection-mode.titlebar:not(headerbar) .thunar toolbar.horizontal button.subtitle:backdrop:visited label {
29117+ headerbar.selection-mode window.thunar paned > scrolledwindow treeview.view.subtitle:backdrop:link label, window.thunar paned > scrolledwindow .selection-mode.titlebar:not(headerbar) treeview.view.subtitle:backdrop:link label, .selection-mode.titlebar:not(headerbar) window.thunar paned > scrolledwindow treeview.view.subtitle:backdrop:link label {
2913129118 color: rgba(189, 147, 249, 0.4);
2913229119}
2913329120
0 commit comments