QTfrontend/res/css/qt.css
changeset 14857 38eadfc525ce
parent 14855 6d95d314ae8b
child 14880 175c96e60279
equal deleted inserted replaced
14856:cd0af25c7913 14857:38eadfc525ce
   225 }
   225 }
   226 QSpinBox::up-button{
   226 QSpinBox::up-button{
   227 background: transparent;
   227 background: transparent;
   228 width: 16px;
   228 width: 16px;
   229 height: 10px;
   229 height: 10px;
       
   230 padding-top: 1px;
   230 }
   231 }
   231 
   232 
   232 QSpinBox::up-arrow {
   233 QSpinBox::up-arrow {
   233 image: url(":/res/spin_up.png");
   234 image: url(":/res/spin_up.png");
   234 }
   235 }
   245 
   246 
   246 QSpinBox::down-button {
   247 QSpinBox::down-button {
   247 background: transparent;
   248 background: transparent;
   248 width: 16px;
   249 width: 16px;
   249 height: 10px;
   250 height: 10px;
   250 }
   251 padding-bottom: 1px;
   251 
   252 }
       
   253 
       
   254 QSpinBox, QLineEdit {
       
   255 padding: 3px;
       
   256 min-height: 18px;
       
   257 }
   252 QComboBox {
   258 QComboBox {
   253 border-radius: 10px;
   259 border-radius: 10px;
   254 padding: 3px;
   260 padding: 3px;
   255 height: 18px;
   261 height: 18px;
   256 }
   262 }