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