mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Merge branch 'branch-qt-5.15' of github.com:xiaoyifang/goldendict into branch-qt-5.15
This commit is contained in:
commit
797cc0f394
|
@ -125,7 +125,10 @@ a:hover
|
|||
padding-right: -1em;
|
||||
padding-left: 0.3em;
|
||||
-webkit-box-ordinal-group: 2;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.gddicticon img {
|
||||
height: 1.3em;
|
||||
}
|
||||
|
||||
.gdexpandicon, .gdexpandicon:hover, .gdcollapseicon, .gdcollapseicon:hover
|
||||
|
|
|
@ -135,6 +135,7 @@ ScanPopup GroupComboBox::drop-down {
|
|||
|
||||
ScanPopup GroupComboBox::down-arrow {
|
||||
image: url(:/icons/1downarrow.svg);
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */
|
||||
|
@ -161,4 +162,4 @@ ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open *
|
|||
{
|
||||
border-left: 1px solid palette(dark);
|
||||
border-bottom: 1px solid palette(dark);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue