diff --git a/css/style.css b/css/style.css index 2e5bcfb..def5347 100755 --- a/css/style.css +++ b/css/style.css @@ -2,7 +2,7 @@ /* Imgur Upload Style */ -body.loading .loading-modal { +body.loading.loading-modal { display: block } @@ -82,7 +82,7 @@ body.loading .loading-modal { } -@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css); +@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Montserrat"); html, body, * { box-sizing: border-box; @@ -135,7 +135,7 @@ p { -ms-user-select: none; user-select: none; } -.uploader label:hover { +.uploader label.hover { border-color: #454cad; } .uploader label.hover { @@ -264,4 +264,4 @@ div.container { .infos {background-color: #2196F3;} /* Blue */ .warning {background-color: #ff9800;} /* Orange */ .danger {background-color: #f44336;} /* Red */ -.other {background-color: #e7e7e7; color: black;} /* Gray */ \ No newline at end of file +.other {background-color: #e7e7e7; color: black;} /* Gray */