style: modify default style

This commit is contained in:
Xiao YiFang 2022-08-19 20:50:04 +08:00
parent f542642c85
commit 112e9a03ce
7 changed files with 8 additions and 4 deletions

View file

@ -2909,7 +2909,7 @@ in bg url to hide it from iemac */
width:16px; width:16px;
height:16px; height:16px;
vertical-align: text-bottom; vertical-align: text-bottom;
background-image:url('qrcx://localhost/icons/arrow.png'); background-image:url('qrcx://localhost/icons/old-arrow.png');
} }
.gdcollapseicon { .gdcollapseicon {
@ -2917,7 +2917,7 @@ in bg url to hide it from iemac */
width:16px; width:16px;
height:16px; height:16px;
vertical-align: text-bottom; vertical-align: text-bottom;
background-image:url('qrcx://localhost/icons/downarrow.png'); background-image:url('qrcx://localhost/icons/old-downarrow.png');
} }
/********** Slob dictionaries ***********/ /********** Slob dictionaries ***********/

View file

@ -2907,7 +2907,8 @@ in bg url to hide it from iemac */
width:16px; width:16px;
height:16px; height:16px;
vertical-align: text-bottom; vertical-align: text-bottom;
background-image:url('qrcx://localhost/icons/arrow.png'); background-size: contain;
background-image:url('qrc://localhost/icons/arrow.png');
} }
.gdcollapseicon { .gdcollapseicon {
@ -2915,7 +2916,8 @@ in bg url to hide it from iemac */
width:16px; width:16px;
height:16px; height:16px;
vertical-align: text-bottom; vertical-align: text-bottom;
background-image:url('qrcx://localhost/icons/downarrow.png'); background-size: contain;
background-image:url('qrc://localhost/icons/downarrow.png');
} }
/********** Slob dictionaries ***********/ /********** Slob dictionaries ***********/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 510 B

BIN
icons/old-arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

BIN
icons/old-downarrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

View file

@ -104,5 +104,7 @@
<file>icons/mdict-bg.png</file> <file>icons/mdict-bg.png</file>
<file>article-style-st-classic.css</file> <file>article-style-st-classic.css</file>
<file>qt-style-st-classic.css</file> <file>qt-style-st-classic.css</file>
<file>icons/old-arrow.png</file>
<file>icons/old-downarrow.png</file>
</qresource> </qresource>
</RCC> </RCC>