@@ -13,7 +13,7 @@ QDockWidget {
13
13
14
14
QWidget {
15
15
border-color : rgba (255 , 255 , 255 , 8 );
16
- font-family : "Segoe UI Variable Text Semibold" , serif;
16
+ font-family : "Segoe UI Variable Text Semibold" , "Segoe UI" , serif;
17
17
border-radius : 4px ;
18
18
}
19
19
@@ -341,7 +341,6 @@ QTabWidget::pane {
341
341
342
342
QTabWidget ::tab-bar {
343
343
left : 8px ;
344
- height : 100px ;
345
344
}
346
345
347
346
QTabBar ::tab {
@@ -814,35 +813,7 @@ QComboBox QAbstractItemView {
814
813
815
814
/*TEXTEDIT*/
816
815
QTextEdit ,
817
- QPlainTextEdit {
818
- background-color : rgba (255 , 255 , 255 , 16 );
819
- border : 1px solid rgba (255 , 255 , 255 , 5 );
820
- border-bottom : 1px solid # 707070 ;
821
- min-height : 17px ;
822
- }
823
-
824
- QTextEdit : hover ,
825
- QPlainTextEdit : hover {
826
- background-color : rgba (0 , 0 , 0 , 255 );
827
- }
828
-
829
- QTextEdit : focus ,
830
- QPlainTextEdit : focus {
831
- border-bottom : 1px solid # 60cdff ;
832
- background-color : rgba (0 , 0 , 0 , 255 );
833
- border-top : 1px solid # 60cdff ;
834
- border-left : 1px solid # 60cdff ;
835
- border-right : 1px solid # 60cdff ;
836
- }
837
-
838
- QTextEdit : disabled ,
839
- QPlainTextEdit : disabled {
840
- color : rgba (150 , 150 , 150 );
841
- background-color : rgba (255 , 255 , 255 , 13 );
842
- border : 1px solid rgba (255 , 255 , 255 , 5 );
843
- }
844
-
845
- /*LINEDIT*/
816
+ QPlainTextEdit ,
846
817
QLineEdit {
847
818
background-color : rgba (255 , 255 , 255 , 16 );
848
819
border : 1px solid rgba (255 , 255 , 255 , 5 );
@@ -855,12 +826,16 @@ QLineEdit {
855
826
min-height : 17px ;
856
827
}
857
828
829
+ QTextEdit : hover ,
830
+ QPlainTextEdit : hover ,
858
831
QLineEdit : hover {
859
832
background-color : rgba (255 , 255 , 255 , 20 );
860
833
border : 1px solid rgba (255 , 255 , 255 , 10 );
861
834
border-bottom : 1px solid # 707070 ;
862
835
}
863
836
837
+ QTextEdit : focus ,
838
+ QPlainTextEdit : focus ,
864
839
QLineEdit : focus {
865
840
border-bottom : 2px solid # 60cdff ;
866
841
background-color : rgba (255 , 255 , 255 , 5 );
@@ -869,6 +844,12 @@ QLineEdit:focus {
869
844
border-right : 1px solid rgba (255 , 255 , 255 , 7 );
870
845
}
871
846
847
+ InstanceView QTextEdit : focus {
848
+ background-color : # 1f1f1f ;
849
+ }
850
+
851
+ QTextEdit : disabled ,
852
+ QPlainTextEdit : disabled ,
872
853
QLineEdit : disabled {
873
854
color : rgba (150 , 150 , 150 );
874
855
background-color : rgba (255 , 255 , 255 , 13 );
0 commit comments