summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorBlaine2020-06-11 13:10:09 +0530
committerBlaine2020-06-11 13:10:09 +0530
commitf9466c43081c98f30f7b1252ffd558209655c5e6 (patch)
treebfcfc1adf4dd8a7f9f8bf7d341bceee02edf7678 /src/main/resources
parentae82408243003531191ad28daa3dc22a2d394cb5 (diff)
downloadChemical-PFD-f9466c43081c98f30f7b1252ffd558209655c5e6.tar.gz
Chemical-PFD-f9466c43081c98f30f7b1252ffd558209655c5e6.tar.bz2
Chemical-PFD-f9466c43081c98f30f7b1252ffd558209655c5e6.zip
unified white style ui design
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/base/app.qss38
1 files changed, 26 insertions, 12 deletions
diff --git a/src/main/resources/base/app.qss b/src/main/resources/base/app.qss
index 723bfa3..00d8c1c 100644
--- a/src/main/resources/base/app.qss
+++ b/src/main/resources/base/app.qss
@@ -15,11 +15,6 @@ QLineEdit {
QLineEdit:focus{
border-color: #7cabf9;
}
-
-QFrame{
- background-color: white;
-}
-
QTabBar {
qproperty-drawBase: 0;
left: 5px;
@@ -91,13 +86,27 @@ QTabBar::tab:bottom:only-one {
border: 1px solid #1b3774;
border-radius: 6px;
}
-
-QDockWidget {
+fileWindow {
+ border-width: 2px;
+ outline: 0;
color: white;
background-color: white;
- border: 1px solid #e6e6e6;
+}
+fileWindow::title{
+ color: black;
+ border-width: 0px;
+ text-align: center;
+ background-color: white;
}
+QMainWindow {
+ background-color: white;
+}
+
+QDockWidget#Toolbar{
+ background-color: white;
+ border: 1px solid #e6e6e6;
+}
QDockWidget::float-button {
border: 1px transparent #e6e6e6;
border-radius: 2px;
@@ -123,6 +132,10 @@ QScrollArea{
border-width: 0px;
}
+QWidget#ToolbarScrollWidget {
+ background-color: white;
+}
+
QToolButton {
color: #f2f2f2;
text-align: center;
@@ -155,17 +168,18 @@ QToolButton:checked {
}
sectionLabel{
- border-color: gray;
+ border-color: #BBD0E9;
border-style: solid;
- border-width: 0px 0px 1px 0px;
+ border-width: 0px 0px 2px 0px;
padding-bottom: 3px;
margin-bottom: 3px;
margin-top: 10px;
text-align: left;
font-size: 20px;
+ color: gray;
}
-sectionLabel:first-child{
+sectionLabel:first{
margin-top: 0px;
}
@@ -200,4 +214,4 @@ customTabWidget::pane {
border-radius: 7px;
padding: 1px;
background-color: #E6E6E3;
-} \ No newline at end of file
+}