QTfrontend/main.cpp
changeset 1168 f3c68684ef88
parent 1167 2aa93ec4718b
child 1171 ab9932feda49
equal deleted inserted replaced
1167:2aa93ec4718b 1168:f3c68684ef88
    65 			"QPushButton{"
    65 			"QPushButton{"
    66 				"border: solid;"
    66 				"border: solid;"
    67 				"border-width: 4px;"
    67 				"border-width: 4px;"
    68 				"border-radius: 10px;"
    68 				"border-radius: 10px;"
    69 				"border-color: orange;"
    69 				"border-color: orange;"
    70 				"background-origin: content;"
    70 				"background-origin: margin;"
       
    71 				"background-position: top left;"
    71 				"background-color: #00351d;"
    72 				"background-color: #00351d;"
    72 				"}"
    73 				"}"
    73 				"QPushButton:hover{"
    74 				"QPushButton:hover{"
    74 				"border-color: yellow;"
    75 				"border-color: yellow;"
    75 				"}"
    76 				"}"