From fd8f7d21747482a5bb7a726aa95b91966c7209b5 Mon Sep 17 00:00:00 2001 From: Thiago Braga Date: Wed, 6 Oct 2021 12:29:11 -0300 Subject: [PATCH] fix: Remove versioned merge conflicts in gtk.css --- gtk-3.0/gtk.css | 72 +++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 39 deletions(-) diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 2bc7ec22..08b83ec9 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -442,10 +442,10 @@ button.osd { outline-color: rgba(216, 222, 233, 0.3); border: none; box-shadow: none; } - + button.osd.image-button { min-width: 32px; } - + button.osd:hover { color: white; border-color: #232831; @@ -456,7 +456,7 @@ button.osd { outline-color: rgba(216, 222, 233, 0.3); border: none; box-shadow: none; } - + button.osd:active, button.osd:checked { color: white; @@ -468,7 +468,7 @@ button.osd { outline-color: rgba(216, 222, 233, 0.3); border: none; box-shadow: none; } - + button.osd:disabled:backdrop, button.osd:disabled { color: #808590; @@ -479,7 +479,7 @@ button.osd { text-shadow: none; -gtk-icon-shadow: none; border: none; } - + button.osd:backdrop { color: #d8dee9; border-color: #232831; @@ -613,37 +613,37 @@ button.suggested-action { color: white; border-radius: 4px; background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } - + button.suggested-action.flat { box-shadow: none; color: white; border-radius: 4px; background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } - + button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #88c0d0; text-shadow: none; } - + button.suggested-action:active, button.suggested-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #88c0d0; text-shadow: none; } - + button.suggested-action:backdrop, button.suggested-action.flat:backdrop { color: rgba(255, 255, 255, 0.4); outline-color: rgba(255, 255, 255, 0.3); background-color: #88c0d0; text-shadow: none; } - + button.suggested-action:backdrop label, button.suggested-action.flat:backdrop label { color: rgba(255, 255, 255, 0.5); } - + button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, @@ -652,24 +652,24 @@ button.suggested-action { outline-color: rgba(255, 255, 255, 0.3); background-color: #81a1c1; text-shadow: none; } - + button.suggested-action:backdrop:active label, button.suggested-action:backdrop:checked label, button.suggested-action.flat:backdrop:active label, button.suggested-action.flat:backdrop:checked label { color: rgba(254, 254, 254, 0.7); } - + button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { color: white; border-color: rgba(35, 40, 49, 0.3); background-color: #88c0d0; text-shadow: none; } - + button.suggested-action:backdrop:disabled label, button.suggested-action.flat:backdrop:disabled label { color: rgba(255, 255, 255, 0.5); } - + button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, @@ -678,7 +678,7 @@ button.suggested-action { outline-color: rgba(255, 255, 255, 0.3); background-color: #81a1c1; text-shadow: none; } - + button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { @@ -689,20 +689,20 @@ button.suggested-action { text-shadow: none; -gtk-icon-shadow: none; color: rgba(136, 192, 208, 0.8); } - + button.suggested-action:disabled { color: white; border-color: rgba(35, 40, 49, 0.3); background-color: #88c0d0; text-shadow: none; } - + button.suggested-action:disabled:active, button.suggested-action:disabled:checked { color: rgba(254, 254, 254, 0.7); outline-color: rgba(255, 255, 255, 0.3); background-color: #88c0d0; text-shadow: none; } - + button.suggested-action:disabled:active label, button.suggested-action:disabled:checked label { color: rgba(254, 254, 254, 0.7); } @@ -763,37 +763,37 @@ button.destructive-action { color: white; border-radius: 4px; background: linear-gradient(to right, #bf616a, #bf616a); } - + button.destructive-action.flat { box-shadow: none; color: white; border-radius: 4px; background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } - + button.destructive-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #a9444e; text-shadow: none; } - + button.destructive-action:active, button.destructive-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #a9444e; text-shadow: none; } - + button.destructive-action:backdrop, button.destructive-action.flat:backdrop { color: rgba(255, 255, 255, 0.4); outline-color: rgba(255, 255, 255, 0.3); background-color: #a9444e; text-shadow: none; } - + button.destructive-action:backdrop label, button.destructive-action.flat:backdrop label { color: rgba(255, 255, 255, 0.5); } - + button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, @@ -802,24 +802,24 @@ button.destructive-action { outline-color: rgba(255, 255, 255, 0.3); background-color: #81a1c1; text-shadow: none; } - + button.destructive-action:backdrop:active label, button.destructive-action:backdrop:checked label, button.destructive-action.flat:backdrop:active label, button.destructive-action.flat:backdrop:checked label { color: rgba(254, 254, 254, 0.7); } - + button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { color: white; border-color: rgba(35, 40, 49, 0.3); background-color: #a9444e; text-shadow: none; } - + button.destructive-action:backdrop:disabled label, button.destructive-action.flat:backdrop:disabled label { color: rgba(255, 255, 255, 0.5); } - + button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, @@ -828,7 +828,7 @@ button.destructive-action { outline-color: rgba(255, 255, 255, 0.3); background-color: #81a1c1; text-shadow: none; } - + button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { @@ -839,20 +839,20 @@ button.destructive-action { text-shadow: none; -gtk-icon-shadow: none; color: rgba(169, 68, 78, 0.8); } - + button.destructive-action:disabled { color: white; border-color: rgba(35, 40, 49, 0.3); background-color: #a9444e; text-shadow: none; } - + button.destructive-action:disabled:active, button.destructive-action:disabled:checked { color: rgba(254, 254, 254, 0.7); outline-color: rgba(255, 255, 255, 0.3); background-color: #a9444e; text-shadow: none; } - + button.destructive-action:disabled:active label, button.destructive-action:disabled:checked label { color: rgba(254, 254, 254, 0.7); } @@ -6372,17 +6372,11 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path- .thunar toolbar .path-bar-button:only-child { border-radius: 4px; border-style: solid; } -<<<<<<< HEAD - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover { - color: #81a1c1; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:checked { -======= window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover, .thunar toolbar .path-bar-button:hover { color: #8fbcbb; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:checked, .thunar toolbar .path-bar-button:checked { ->>>>>>> d2caa05 (Xfce: Improve thunar 4.16 appearance) color: #fff; outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(129, 161, 193, 0.7);