QTfrontend/main.cpp
changeset 1161 edf18b880beb
parent 1160 216dc01354a2
child 1167 2aa93ec4718b
equal deleted inserted replaced
1160:216dc01354a2 1161:edf18b880beb
    87 				"}"
    87 				"}"
    88 			"QLineEdit:hover{"
    88 			"QLineEdit:hover{"
    89 				"border-color: yellow;"
    89 				"border-color: yellow;"
    90 				"}"
    90 				"}"
    91 
    91 
       
    92 			"QSpinBox{"
       
    93 				"border: solid;"
       
    94 				"border-width: 4px;"
       
    95 				"border-radius: 12px;"
       
    96 				"border-color: orange;"
       
    97 				"background-color: #0d0544;"
       
    98 				"color: orange;"
       
    99 				"font: bold 14px;"
       
   100 				"}"
       
   101 			"QSpinBox:hover{"
       
   102 				"border-color: yellow;"
       
   103 				"}"
       
   104 
    92 			"QComboBox{"
   105 			"QComboBox{"
    93 				"border: solid;"
   106 				"border: solid;"
    94 				"border-width: 4px;"
   107 				"border-width: 4px;"
    95 				"border-radius: 12px;"
   108 				"border-radius: 15px;"
    96 				"border-color: orange;"
   109 				"border-color: orange;"
    97 				"background-color: #0d0544;"
   110 				"background-color: #0d0544;"
    98 				"color: orange;"
   111 				"color: orange;"
    99 				"font: bold 14px;"
   112 				"font: bold 14px;"
   100 				"padding: 3px;"
   113 				"padding: 3px;"