Skip to content

Commit

Permalink
swal warning pop-ups do slow attention-getting red exclamation point …
Browse files Browse the repository at this point in the history
…pulse/throb
  • Loading branch information
Lexxie9952 committed Apr 23, 2024
1 parent baca81b commit d00c6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freeciv-web/src/main/webapp/css/sweetalert.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ body.stop-scrolling {
-webkit-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
background-color: #F8BB86; }
background-color: #F00; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
position: absolute;
width: 7px;
Expand All @@ -266,7 +266,7 @@ body.stop-scrolling {
margin-left: -3px;
left: 50%;
bottom: 10px;
background-color: #F8BB86; }
background-color: #F00; }
.sweet-alert .sa-icon.sa-info {
border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
Expand Down

0 comments on commit d00c6ab

Please sign in to comment.