Næster version
This commit is contained in:
@@ -44,6 +44,25 @@ QPushButton#btn_play {
|
||||
QPushButton#btn_play:hover {
|
||||
background-color: #c47a10;
|
||||
}
|
||||
QPushButton#btn_play_small {
|
||||
background-color: #e8a020;
|
||||
color: #111214;
|
||||
border-color: #c47a10;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding: 0px 0px;
|
||||
}
|
||||
QPushButton#btn_play_small:hover {
|
||||
background-color: #c47a10;
|
||||
}
|
||||
QPushButton#btn_stop_small {
|
||||
color: #e74c3c;
|
||||
font-size: 12px;
|
||||
padding: 0px 0px;
|
||||
}
|
||||
QPushButton#btn_stop_small:hover {
|
||||
border-color: #e74c3c;
|
||||
}
|
||||
QPushButton#btn_stop {
|
||||
color: #e74c3c;
|
||||
}
|
||||
@@ -301,6 +320,14 @@ QPushButton#btn_play {
|
||||
color: #fff;
|
||||
border-color: #a05808;
|
||||
}
|
||||
QPushButton#btn_play_small {
|
||||
background-color: #c07010;
|
||||
color: #fff;
|
||||
border-color: #a05808;
|
||||
}
|
||||
QPushButton#btn_play_small:hover {
|
||||
background-color: #a05808;
|
||||
}
|
||||
QListWidget {
|
||||
background-color: #d8dae0;
|
||||
color: #1a1c22;
|
||||
|
||||
Reference in New Issue
Block a user