diff --git a/css/admin.css b/css/admin.css index 9fa4c4f41..0e222489b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2212,3 +2212,21 @@ margin-bottom:7px; /*container-carts*/ #container-carts { background-color:#EBEDF4; border:1px solid #CCCED7; padding:10px;} + +#ajax_running { + display: none; + position: fixed; + top: 0; + left: 40%; + z-index: 10000; + background-color: #FFF1A8; + border: 1px solid #FFD96F; + color: #000; + font-weight: bold; + font-size: 14px; + padding: 5px 20px; + border-radius: 0 0 3px 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + width: 300px; +} \ No newline at end of file