@@ -288,36 +288,13 @@ footer {
288288 margin-right : 13px ;
289289 }
290290
291- /* .spinner {
292- display: inline-block;
293- opacity: 0;
294- width: 0;
295-
296- -webkit-transition: opacity 0.25s, width 0.25s;
297- -moz-transition: opacity 0.25s, width 0.25s;
298- -o-transition: opacity 0.25s, width 0.25s;
299- transition: opacity 0.25s, width 0.25s;
300- } */
301-
302291 .spinner .spinner-bgcolour {
303- /* animation: rotation 600ms infinite linear;
304- border-bottom: 4px solid rgba(3, 3, 3, 0.25);
305- border-left: 4px solid rgba(3, 3, 3, 0.25);
306- border-right: 4px solid rgba(3, 3, 3, 0.25);
307- border-radius: 100%; */
308292 border-top : 4px solid # 00a8e1 ;
309293 border-width : 5px ;
310294 height : 29px ;
311295 width : 29px ;
312- /* margin: 0 auto;
313- position: relative; */
314- }
315296
316- /* .spinner.spinner-lg {
317- border-width: 15px;
318- height: 120px;
319- width: 120px;
320- } */
297+ }
321298
322299 .has-spinner .active {
323300 cursor : progress;
@@ -409,17 +386,30 @@ footer {
409386
410387 .footer-version {
411388 position : absolute;
412- bottom : 16px ;
389+ /* bottom: 16px; */
413390 left : 16px ;
414- font-size : 15px ;
391+ margin-left : 65px ;
392+ font-weight : 600 ;
393+ padding-top : 2px ;
415394 }
416395
417396 .footer-version-new {
418397 color : # c00 ;
398+ font-weight : 400 ;
399+ }
400+
401+ .footer-version-check {
402+ margin-right : 4px ;
403+ top : 2px ;
419404 }
420405
421406 .footer-version-current {
422- color : green;
407+ color : # 1b96d5 ;
408+ }
409+
410+ .footer-version-field {
411+ font-weight : 700 ;
412+ font-size : 13px ;
423413 }
424414
425415 .footer-border {
@@ -1056,4 +1046,34 @@ footer {
10561046 border-radius : 1px ;
10571047 text-transform : uppercase;
10581048 }
1049+
1050+ .effect-icon {
1051+ transition : all 0.2s linear 0s ;
1052+ }
1053+
1054+ .effect-icon : before {
1055+ content : "\f019" ;
1056+ font-family : FontAwesome;
1057+ font-size : 15px ;
1058+ position : absolute;
1059+ display : flex;
1060+ align-items : center;
1061+ justify-content : center;
1062+ right : -30px ;
1063+ top : 10px ;
1064+ opacity : 0 ;
1065+ height : 100% ;
1066+ width : 40px ;
1067+ transition : all 0.2s linear 0s ;
1068+ }
1069+
1070+ .effect-icon : hover {
1071+ text-indent : -20px ;
1072+ }
1073+
1074+ .effect-icon : hover ::before {
1075+ opacity : 1 ;
1076+ text-indent : 0px ;
1077+ }
1078+
10591079}
0 commit comments