From 1c21ba8b8c8d907b8d6283962c5ae446db2effde Mon Sep 17 00:00:00 2001
From: Joachim Wuttke <j.wuttke@fz-juelich.de>
Date: Thu, 26 Oct 2023 16:51:48 +0200
Subject: [PATCH] copy edit native stylesheet

---
 GUI/styles/Native.stylesheet | 70 +++++++++++++++++++-----------------
 1 file changed, 38 insertions(+), 32 deletions(-)

diff --git a/GUI/styles/Native.stylesheet b/GUI/styles/Native.stylesheet
index 4955d373093..7298d87c756 100644
--- a/GUI/styles/Native.stylesheet
+++ b/GUI/styles/Native.stylesheet
@@ -1,32 +1,25 @@
-ProjectsView{
-    background-color: #e6e6e6;
-}
-/* Set The Style For The Global SideBar */
-QToolButton#ViewSelectionButton
-{
-    border: none;
-    color: white; background-color:  qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #153b4c, stop : 1 #347a9c);
+CompoundForm, LayerForm,MesocrystalForm,ParticleForm,CoreAndShellForm, ParticleLayoutForm{
+    border: 1px solid;
+    border-color: rgba(100, 100, 100, 10%);
 }
 
-QToolButton#ViewSelectionButton:pressed
-{
-    color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #97a8b0, stop: 1 #dae7ed);
-}
 
-QToolButton#ViewSelectionButton:hover
-{
-    color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #254b5c, stop: 1 #448aac);
-}
+/* Reset Margin From QGroupBox To 0px To Save Space In SampleView */
+LayerForm {
+    margin-top:0px;
 
-QToolButton#ViewSelectionButton:checked
-{
-    color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #2b899c, stop : 1 #2abdda);
 }
-QToolButton#ViewSelectionButton:disabled
-{
-    color: dimgray; background-color: transparent;
-    border-right: 1px solid rgba(100,100,100,25%);
+LayerForm QGroupBox{
+    border: 1px solid;
+    border-color: rgba(100, 100, 100, 25%);
+}
+
+
+ProjectsView{
+    background-color: #e6e6e6;
 }
+
+
 SampleView QGroupBox
 {
     border: 1px solid rgba(0, 0, 0,0%);
@@ -49,17 +42,30 @@ SampleView LayerOrientedSampleEditor QScrollArea LayerForm QPushButton{
     color: black;
 }
 
-CompoundForm, LayerForm,MesocrystalForm,ParticleForm,CoreAndShellForm, ParticleLayoutForm{
-    border: 1px solid;
-    border-color: rgba(100, 100, 100, 10%);
+
+/* Set The Style For The Global SideBar */
+QToolButton#ViewSelectionButton
+{
+    border: none;
+    color: white; background-color:  qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #153b4c, stop : 1 #347a9c);
 }
 
-/* Reset Margin From QGroupBox To 0px To Save Space In SampleView */
-LayerForm {
-    margin-top:0px;
+QToolButton#ViewSelectionButton:pressed
+{
+    color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #97a8b0, stop: 1 #dae7ed);
+}
 
+QToolButton#ViewSelectionButton:hover
+{
+    color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #254b5c, stop: 1 #448aac);
 }
-LayerForm QGroupBox{
-    border: 1px solid;
-    border-color: rgba(100, 100, 100, 25%);
+
+QToolButton#ViewSelectionButton:checked
+{
+    color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #2b899c, stop : 1 #2abdda);
+}
+QToolButton#ViewSelectionButton:disabled
+{
+    color: dimgray; background-color: transparent;
+    border-right: 1px solid rgba(100,100,100,25%);
 }
-- 
GitLab