@@ -317,7 +317,6 @@ QScrollBar:horizontal {
317
317
QScrollBar::handle:horizontal {
318
318
border: 1px solid @itemdarkbackground;
319
319
background: @background;
320
- min-width: 0.8em;
321
320
}
322
321
323
322
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal,
@@ -335,7 +334,6 @@ QScrollBar:vertical {
335
334
QScrollBar::handle:vertical {
336
335
border: 1px solid @itemdarkbackground;
337
336
background: @background;
338
- min-height: 0.8em;
339
337
}
340
338
341
339
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical,
@@ -350,13 +348,6 @@ QSizeGrip
350
348
width: 0.1em;
351
349
}
352
350
353
- QHeaderView::section
354
- {
355
- /*background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #616161, stop: 0.5 #505050, stop: 0.6 #434343, stop:1 #656565);*/
356
- color: @text;
357
- padding-left: 0.5em;
358
- border: 1px solid #6c6c6c;
359
- }
360
351
QDockWidget
361
352
{
362
353
titlebar-close-icon: url(@theme_path/icons/close.svg);
@@ -630,7 +621,7 @@ QAbstractItemView, QListView
630
621
background-color: @itembackground;
631
622
alternate-background-color: @background;
632
623
color: @text;
633
- border: none ;
624
+ border: 1px solid @itemdarkbackground ;
634
625
border-radius: 0px;
635
626
padding: 1px;
636
627
selection-color: @text;
@@ -715,20 +706,49 @@ QTableView {
715
706
selection-color: @text;
716
707
}
717
708
718
- QHeaderView::section {
709
+
710
+ QTableView QTableCornerButton::section {
711
+ background-color: @background;
712
+ border: 1px solid @itembackground;
713
+ }
714
+
715
+ QHeaderView {
716
+ background-color:transparent;
717
+ border:0;
718
+ }
719
+
720
+ QHeaderView::section, QHeaderView::section:vertical {
721
+ padding: 0.1m 0.2em 0.1em 0.2em;
719
722
background: transparent;
720
723
background-color: @background;
721
724
color: @text;
722
- border-right: 1px solid @itemdarkbackground;
723
- padding: 0 0 0.1em 0.2em;
725
+ border: 1px solid @itemdarkbackground;
726
+ border-left: 0;
727
+ border-top: 0;
724
728
}
725
729
726
- QToolButton[autoRaise=true]:focus:!pressed {
727
- border:1px solid @focusdark;
730
+ QHeaderView::section:vertical {
731
+ border: 1px solid @itemdarkbackground;
732
+ border-left: 0;
733
+ border-top: 0;
728
734
}
729
735
730
- QToolButton[autoRaise=false]:focus:!pressed {
731
- border:1px solid @focusdark;
736
+ QHeaderView::section:last:vertical {
737
+ border-bottom: 0;
738
+ }
739
+
740
+ QHeaderView::section:last:horizontal {
741
+ border-right: 0;
742
+ }
743
+
744
+ QHeaderView::down-arrow {
745
+ width: 1.2em;
746
+ image: url(@theme_path/icons/arrow-down.svg);
747
+ }
748
+
749
+ QHeaderView::up-arrow {
750
+ width: 1.2em;
751
+ image: url(@theme_path/icons/arrow-up.svg);
732
752
}
733
753
734
754
/* ==================================================================================== */
@@ -737,13 +757,21 @@ QToolButton[autoRaise=false]:focus:!pressed {
737
757
738
758
QToolButton:focus, QPushButton:focus, QCheckBox:focus, QRadioButton:focus, QGroupBox:focus {
739
759
outline:1px solid @focusdark;
740
- outline-radius: 0.2em ;
760
+ outline-radius: 0;
741
761
}
742
762
743
763
QComboBox:focus, QAbstractSpinBox:focus, QLineEdit:focus, QPlainTextEdit:focus, QTextEdit:focus {
744
764
border:1px solid @focusdark;
745
765
}
746
766
767
+ QToolButton[autoRaise=true]:focus:!pressed {
768
+ border:1px solid @focusdark;
769
+ }
770
+
771
+ QToolButton[autoRaise=false]:focus:!pressed {
772
+ border:1px solid @focusdark;
773
+ }
774
+
747
775
/* ==================================================================================== */
748
776
/* QGIS-SPECIFIC TWEAKS */
749
777
/* ==================================================================================== */
@@ -812,7 +840,6 @@ QgsPropertyOverrideButton, QgsPropertyOverrideButton:hover, QgsPropertyOverrideB
812
840
813
841
QgsPropertyOverrideButton:focus {
814
842
border:1px solid @focusdark;
815
- border-radius: 0.2em;
816
843
}
817
844
818
845
QListWidget#mOptionsListWidget {
0 commit comments