* enabled highDpi icons in QApplication for Searchbar Icons * realigned StartScreen contents * showing version number 0.1 * "Search" as placeholder text in SearchBar * same content margins for each dockwidget view * brighter variable color in Graph * press ESC to close StartScreen
36 lines
540 B
CSS
36 lines
540 B
CSS
#refresh_bar {
|
|
background: white;
|
|
}
|
|
|
|
QPushButton {
|
|
background: #E0E0E0;
|
|
border: none;
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
|
|
QPushButton:hover, QPushButton:checked {
|
|
background: #B2B2B2;
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
background: #626262;
|
|
}
|
|
|
|
#refresh_button {
|
|
border-bottom-left-radius: 12px;
|
|
border-top-left-radius: 12px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
#auto_refresh_button {
|
|
border-bottom-right-radius: 12px;
|
|
border-top-right-radius: 12px;
|
|
}
|
|
|
|
QToolTip {
|
|
background-color: rgb(204, 204, 204);
|
|
border: 1px solid rgb(0, 0, 0);
|
|
color: rgb(0, 0, 0);
|
|
}
|