Buttons in (e)QSL listings be white in dark mode themes
这个提交包含在:
父节点
07f1c70142
当前提交
f29a262144
共有 1 个文件被更改,包括 4 次插入 和 0 次删除
|
|
@ -2223,6 +2223,10 @@ $(document).ready(function(){
|
|||
}
|
||||
]
|
||||
});
|
||||
// change color of csv-button if dark mode is chosen
|
||||
if (isDarkModeTheme()) {
|
||||
$('[class*="buttons"]').css("color", "white");
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
|
|
|||
正在加载…
在新工单中引用