fix: fix update popup style

This commit is contained in:
reco_luan 2020-02-10 13:34:19 +08:00
parent 6edc421c7f
commit 2e0b901c61

View File

@ -216,10 +216,11 @@ th, td
/************** SW-Update Popup **************/
.sw-update-popup
border-radius: $borderRadius;
box-shadow: var(--box-shadow);
color: var(--text-color);
background: var(--background-color);
border-radius: $borderRadius!important;
box-shadow: var(--box-shadow)!important;
color: var(--text-color)!important;
background: var(--background-color)!important;
border: none!important;
> button
background: $accentColor;
border-radius: $borderRadius;