You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
455 B
CSS
17 lines
455 B
CSS
9 years ago
|
#navigation {
|
||
|
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(255, 255, 255, 255));
|
||
|
}
|
||
|
|
||
|
#navigation QPushButton {
|
||
|
color: black;
|
||
|
border: 1px solid #555;
|
||
|
border-radius: 11px;
|
||
|
padding: 5px;
|
||
|
background: qradialgradient(cx: 0.3, cy: -0.4,
|
||
|
fx: 0.3, fy: -0.4,
|
||
|
radius: 1.35, stop: 0 #e3e67e, stop: 1 #f3f5d0);
|
||
|
min-width: 80px;
|
||
|
min-height: 40px;
|
||
|
font: 14px;
|
||
|
}
|