Fixed QSO Tab Problems in Safari
In Safari on macOS the tabs are not shown corretly. This commit changes the padding of the QSO-Tabs such that they are shown correctly in the Safari browser. Related discussion in the Forum https://forum.cloudlog.co.uk/d/45-qso-panel-tabs-changing-text-to-icons/6
这个提交包含在:
父节点
9fce8fe76c
当前提交
61d289cec2
共有 1 个文件被更改,包括 5 次插入 和 1 次删除
|
|
@ -207,4 +207,8 @@ background: #0F2027; /* fallback for old browsers */
|
|||
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
#myTab .nav-link {
|
||||
padding: 8px !important;
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用