QTfrontend/res/css/qt.css
changeset 8388 e51211f92de1
parent 8387 f9d1191476ce
child 8393 85bd6c7b2641
equal deleted inserted replaced
8387:f9d1191476ce 8388:e51211f92de1
   104 QTabWidget::pane {
   104 QTabWidget::pane {
   105 border-bottom-left-radius: 8px;
   105 border-bottom-left-radius: 8px;
   106 border-bottom-right-radius: 8px;
   106 border-bottom-right-radius: 8px;
   107 }
   107 }
   108 
   108 
   109 QLineEdit:disabled {
   109 QLineEdit:disabled, QSpinBox:disabled {
   110 border-color: gray;
   110 border-color: gray;
   111 }
   111 }
   112 
   112 
   113 QPushButton {
   113 QPushButton {
   114 border-radius: 8px;
   114 border-radius: 8px;