fix: 刷新弹窗样式
This commit is contained in:
parent
b281e64f1a
commit
25da82507b
@ -216,13 +216,13 @@ th, td
|
||||
/************** SW-Update Popup **************/
|
||||
|
||||
.sw-update-popup
|
||||
border: none;
|
||||
border-radius: $borderRadius;
|
||||
box-shadow: var(--box-shadow);
|
||||
color: var(--text-color);
|
||||
background: var(--background-color);
|
||||
> button
|
||||
background: $accentColor;
|
||||
border-radius: $borderRadius;
|
||||
color: var(--text-color);
|
||||
color: #fff;
|
||||
-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user