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