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