QTfrontend/res/css/easter.css
changeset 14857 38eadfc525ce
parent 14855 6d95d314ae8b
child 14880 175c96e60279
equal deleted inserted replaced
14856:cd0af25c7913 14857:38eadfc525ce
   230 }
   230 }
   231 QSpinBox::up-button{
   231 QSpinBox::up-button{
   232 background: transparent;
   232 background: transparent;
   233 width: 16px;
   233 width: 16px;
   234 height: 10px;
   234 height: 10px;
       
   235 padding-top: 1px;
   235 }
   236 }
   236 
   237 
   237 QSpinBox::up-arrow {
   238 QSpinBox::up-arrow {
   238 image: url(":/res/spin_up.png");
   239 image: url(":/res/spin_up.png");
   239 }
   240 }
   250 
   251 
   251 QSpinBox::down-button {
   252 QSpinBox::down-button {
   252 background: transparent;
   253 background: transparent;
   253 width: 16px;
   254 width: 16px;
   254 height: 10px;
   255 height: 10px;
   255 }
   256 padding-top: 1px;
   256 
   257 }
       
   258 
       
   259 QSpinBox, QLineEdit {
       
   260 padding: 3px;
       
   261 min-height: 18px;
       
   262 }
   257 QComboBox {
   263 QComboBox {
   258 border-radius: 10px;
   264 border-radius: 10px;
   259 padding: 3px;
   265 padding: 3px;
   260 height: 18px;
   266 height: 18px;
   261 }
   267 }