Rearranged selectors for processing style
This commit is contained in:
parent
e8e0cdb4d6
commit
9a2a01c51e
@ -178,6 +178,11 @@ background-color:rgba(255, 255, 255, 0.7);
|
||||
#site_nav_local_views .current a {
|
||||
text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
|
||||
}
|
||||
.processing {
|
||||
background-image:url(../../base/images/icons/icon_processing.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-position:47% 47%;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color:#F7E8E8;
|
||||
@ -332,7 +337,6 @@ background-position:105% -252px;
|
||||
}
|
||||
.pagination .nav .processing {
|
||||
background-image:url(../../base/images/icons/icon_processing.gif);
|
||||
background-repeat:no-repeat;
|
||||
box-shadow:none;
|
||||
-moz-box-shadow:none;
|
||||
-webkit-box-shadow:none;
|
||||
@ -345,4 +349,3 @@ background-position:90% 47%;
|
||||
background-position:10% 47%;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user