From ed55721720cd847b354c99249db635418c94578e Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Wed, 13 Mar 2019 19:53:28 +0100 Subject: [PATCH 1/2] Update TooWaBlue-GTK3-20_.css Set border-radius of menus to 0. --- rtdata/themes/TooWaBlue-GTK3-20_.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index 73cc9c58b..ad091b84c 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -1,8 +1,8 @@ /* This file is part of RawTherapee. - Copyright (c) 2016-2018 TooWaBoo - Version 3.02 + Copyright (c) 2016-2019 TooWaBoo + Version 3.03 RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1204,6 +1204,7 @@ menu { border: 0.083333333333333333em solid @accent-color; padding: 0.083333333333333333em; margin: 0; + border-radius: 0; } menu > arrow.top, menu > arrow.top:hover, From 5262ee7ade79bf5d5a84e9fb78d102dd76484bea Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Wed, 13 Mar 2019 20:40:08 +0100 Subject: [PATCH 2/2] Fix folder spacing --- rtdata/themes/TooWaBlue-GTK3-20_.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index ad091b84c..172684452 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -2,7 +2,7 @@ This file is part of RawTherapee. Copyright (c) 2016-2019 TooWaBoo - Version 3.03 + Version 3.04 RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -269,7 +269,7 @@ textview:selected, treeview:selected { /**/ #PlacesPaned > box:nth-child(3) treeview { - padding: 0.25em 0.333333333333333333em 0.25em 0.333333333333333333em; + padding: 0.25em 0; } #HistoryPanel {