mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 02:34:10 -04:00
Switch to using Ext.Element.mask for a custom busy message that looks
a little cleaner.
This commit is contained in:
@@ -58,3 +58,12 @@ div.multi-proxy div {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.loading div {
|
||||
font-size: 1.1em;
|
||||
padding-left: 24px;
|
||||
background-color: white;
|
||||
background-image: url(../vendor/ext/images/default/tree/loading.gif);
|
||||
background-position: 4px 8px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user