Use Clearlooks style for widget except inset borders for line edit

This commit is contained in:
Andrey Cherepanov 2013-12-17 15:42:18 +04:00
parent 7b692b001b
commit 8ddba25e28
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #f8f7f6, #141312
Style=Cleanlooks

View File

@ -26,6 +26,10 @@ QLineEdit {
lineedit-password-character: 9679;
}
AWizardFace QLineEdit {
border: 2px inset gray;
}
/* Customize tooltips. */
QToolTip {
background-color: rgb(255,255,224);