Use Clearlooks style for widget except inset borders for line edit
This commit is contained in:
parent
7b692b001b
commit
8ddba25e28
@ -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
|
||||
|
@ -26,6 +26,10 @@ QLineEdit {
|
||||
lineedit-password-character: 9679;
|
||||
}
|
||||
|
||||
AWizardFace QLineEdit {
|
||||
border: 2px inset gray;
|
||||
}
|
||||
|
||||
/* Customize tooltips. */
|
||||
QToolTip {
|
||||
background-color: rgb(255,255,224);
|
||||
|
Loading…
x
Reference in New Issue
Block a user