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