mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
style: modify default style
This commit is contained in:
parent
f542642c85
commit
112e9a03ce
|
@ -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 ***********/
|
||||||
|
|
|
@ -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 ***********/
|
||||||
|
|
BIN
icons/arrow.png
BIN
icons/arrow.png
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
BIN
icons/old-arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 747 B |
BIN
icons/old-downarrow.png
Normal file
BIN
icons/old-downarrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 728 B |
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue