mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Button face-lift: make the buttons a bit more prominent with a darker than background \buttonbg
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
95579c2a71
commit
eb7d4d500c
@ -146,7 +146,7 @@ LColor::LColor()
|
||||
{ bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" },
|
||||
{ pagebreak, N_("page break"), "pagebreak", "RoyalBlue", "pagebreak" },
|
||||
{ buttonframe, N_("frame of button"), "buttonframe", "#A9ABB5", "buttonframe" },
|
||||
{ buttonbg, N_("button background"), "buttonbg", "linen", "buttonbg" },
|
||||
{ buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
|
||||
{ buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
|
||||
{ inherit, N_("inherit"), "inherit", "black", "inherit" },
|
||||
{ ignore, N_("ignore"), "ignore", "black", "ignore" },
|
||||
|
Loading…
Reference in New Issue
Block a user