QTfrontend/res/css/qt.css
changeset 7800 e884809735ce
parent 7798 2f7d22dc329c
child 8318 e2c01fbf36c0
equal deleted inserted replaced
7799:a88a02c19a5b 7800:e884809735ce
   120 QTabBar::tab {
   120 QTabBar::tab {
   121 border-radius: 0;
   121 border-radius: 0;
   122 border-top-left-radius: 6px;
   122 border-top-left-radius: 6px;
   123 border-top-right-radius: 6px;
   123 border-top-right-radius: 6px;
   124 padding: 3px;
   124 padding: 3px;
   125 border-bottom-color: #0d0544;
       
   126 }
       
   127 QTabBar::tab:!selected {
       
   128 color: #0d0544;
       
   129 background-color: #00351d;
   125 background-color: #00351d;
   130 color: #ffcc00;
   126 color: #ffcc00;
   131 border-bottom-color: #ffcc00;
   127 }
       
   128 QTabBar::tab:selected {
       
   129 border-bottom-color: #0d0544;
       
   130 border-bottom-width: 0;
   132 }
   131 }
   133 QSpinBox::up-button{
   132 QSpinBox::up-button{
   134 background: transparent;
   133 background: transparent;
   135 width: 16px;
   134 width: 16px;
   136 height: 10px;
   135 height: 10px;