QTfrontend/res/css/qt.css
changeset 8387 f9d1191476ce
parent 8377 869f80966a77
child 8388 e51211f92de1
equal deleted inserted replaced
8386:2aaa2995a32e 8387:f9d1191476ce
    99 IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */
    99 IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */
   100 IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{
   100 IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{
   101 background-color: #130f2c;
   101 background-color: #130f2c;
   102 }
   102 }
   103 
   103 
       
   104 QTabWidget::pane {
       
   105 border-bottom-left-radius: 8px;
       
   106 border-bottom-right-radius: 8px;
       
   107 }
       
   108 
       
   109 QLineEdit:disabled {
       
   110 border-color: gray;
       
   111 }
   104 
   112 
   105 QPushButton {
   113 QPushButton {
   106 border-radius: 8px;
   114 border-radius: 8px;
   107 background-origin: margin;
   115 background-origin: margin;
   108 background-position: top left;
   116 background-position: top left;
   250 background-color: #ffcc00;
   258 background-color: #ffcc00;
   251 }
   259 }
   252 
   260 
   253 QSlider::handle::horizontal {
   261 QSlider::handle::horizontal {
   254 border: 0px;
   262 border: 0px;
   255 margin: -2px 0px;
   263 margin: -8px 0px;
       
   264 background-color: #ffcc00;
       
   265 width: 12px;
       
   266 height: 6px;
   256 border-radius: 3px;
   267 border-radius: 3px;
   257 background-color: #ffcc00;
       
   258 width: 8px;
       
   259 }
   268 }
   260 
   269 
   261 HatButton {
   270 HatButton {
   262 text-align: left;
   271 text-align: left;
   263 }
   272 }