Files
Sourcetrail/bin/app/data/gui/indexing_dialog/indexing_dialog.css
T
Eberhard Graether 457833fb2a logic: Added full refresh checkbox to indexing start dialog
* Checkbox allows for switching between refresh and full refresh
* Renamed menu option Force Refresh to Full Refresh
* Checkbox is not visible when project needs to be fully refreshed
2016-11-30 16:32:34 +01:00

58 lines
722 B
CSS

QLabel, QCheckBox {
color: white;
}
#topHalf {
background: #007AC2;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
#title {
color: white;
font-size: 22px;
font-weight: bold;
}
#percent {
font-size: 22px;
font-weight: bold;
}
#message {
font-size: 14px;
font-weight: bold;
}
#filePath {
font-size: 11px;
}
#errorCount {
border: none;
background: transparent;
color: white;
font-size: 14px;
}
#windowButton {
background: transparent;
border: 1px solid white;
color: white;
}
#windowButton:hover {
background: transparent;
border: 1px solid white;
color: white;
}
#windowButton:hover {
color: #2E3C86;
background: white;
}
#windowButton:default {
border: 2px solid white;
}