mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[SSE] Fix icon set combobox in dark style
This commit is contained in:
@ -57,4 +57,18 @@
|
||||
.form-control:not(input) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li {
|
||||
img {
|
||||
-webkit-filter: none;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
img {
|
||||
-webkit-filter: none;
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -229,7 +229,8 @@ define([ 'text!spreadsheeteditor/main/app/template/FormatRulesEditDlg.template',
|
||||
editable : false,
|
||||
cls : 'input-group-nr',
|
||||
data : cmbData,
|
||||
takeFocusOnClose: true
|
||||
takeFocusOnClose: true,
|
||||
scrollAlwaysVisible: false
|
||||
}).on('selected', function(combo, record) {
|
||||
me.refreshRules(record.value);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user