swap colors: superscript box should be blue, not black

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18058 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2007-04-27 08:41:59 +00:00
parent 5265a8c02c
commit e870207601
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
static char const * super_xpm[] = {
"20 20 3 1",
" c None",
". c #000000",
"X c #0000ff",
"X c #000000",
". c #0000ff",
" ",
" ..... ",
" . . ",

View File

@ -2,8 +2,8 @@
static char const * super_xpm[] = {
"20 20 3 1",
" c None",
". c #000000",
"X c #0000ff",
"X c #000000",
". c #0000ff",
" ",
" ..... ",
" . . ",