edit addorder loading to oqs_loading
This commit is contained in:
@@ -128,8 +128,7 @@ section.content{
|
||||
|
||||
/*Loading gif for payment*/
|
||||
|
||||
#loading_wrapper{
|
||||
|
||||
#oqs_loading_wrapper{
|
||||
position: fixed;
|
||||
background-color: #C8C8C8 ;
|
||||
height: 100%;
|
||||
@@ -137,9 +136,9 @@ section.content{
|
||||
left: 0;
|
||||
opacity: 0.6;
|
||||
top: 0;
|
||||
z-index: 9999999;
|
||||
z-index: 100;
|
||||
}
|
||||
#loading{
|
||||
#oqs_loading{
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -147,9 +146,9 @@ section.content{
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
opacity: 1;
|
||||
z-index: 101;
|
||||
filter: alpha(opacity=100); /* ie */
|
||||
-moz-opacity: 1; /* mozilla */
|
||||
|
||||
-moz-opacity: 1; /* mozilla */
|
||||
}
|
||||
|
||||
#count ,#set_count{
|
||||
|
||||
Reference in New Issue
Block a user