QTfrontend/main.cpp
changeset 1171 ab9932feda49
parent 1168 f3c68684ef88
child 1172 8542fc1ff5cf
equal deleted inserted replaced
1170:bd0f414e395a 1171:ab9932feda49
    68 				"border-radius: 10px;"
    68 				"border-radius: 10px;"
    69 				"border-color: orange;"
    69 				"border-color: orange;"
    70 				"background-origin: margin;"
    70 				"background-origin: margin;"
    71 				"background-position: top left;"
    71 				"background-position: top left;"
    72 				"background-color: #00351d;"
    72 				"background-color: #00351d;"
       
    73 				"color: orange;"
    73 				"}"
    74 				"}"
    74 				"QPushButton:hover{"
    75 				"QPushButton:hover{"
    75 				"border-color: yellow;"
    76 				"border-color: yellow;"
    76 				"}"
    77 				"}"
    77 				"QPushButton:pressed{"
    78 				"QPushButton:pressed{"
    86 				"background-color: #0d0544;"
    87 				"background-color: #0d0544;"
    87 				"color: orange;"
    88 				"color: orange;"
    88 				"font: bold 14px;"
    89 				"font: bold 14px;"
    89 				"}"
    90 				"}"
    90 			"QLineEdit:hover{"
    91 			"QLineEdit:hover{"
       
    92 				"border-color: yellow;"
       
    93 				"}"
       
    94 
       
    95 			"QListWidget{"
       
    96 				"border: solid;"
       
    97 				"border-width: 4px;"
       
    98 				"border-radius: 12px;"
       
    99 				"border-color: orange;"
       
   100 				"background-color: #0d0544;"
       
   101 				"color: orange;"
       
   102 				"font: bold 14px;"
       
   103 				"}"
       
   104 			"QListWidget:hover{"
    91 				"border-color: yellow;"
   105 				"border-color: yellow;"
    92 				"}"
   106 				"}"
    93 
   107 
    94 			"QSpinBox{"
   108 			"QSpinBox{"
    95 				"border: solid;"
   109 				"border: solid;"