diff options
author | Lutty Yang <lutty@wcan.in> | 2015-09-20 12:08:44 +0800 |
---|---|---|
committer | Lutty Yang <lutty@wcan.in> | 2015-09-20 12:08:44 +0800 |
commit | 5a0c3bbfa96ea7b4845402e1f776744a86df6cb7 (patch) | |
tree | ad13b31d5fc579f660ffb159a0dc9c2f00211d7c /themes/luci-theme-material/luasrc | |
parent | fea55f75c75859856cc607fe619449a8c549f180 (diff) |
luci-theme-material: add button select input theme
add button select input theme
Signed-off-by: Lutty Yang <lutty@wcan.in>
Diffstat (limited to 'themes/luci-theme-material/luasrc')
-rwxr-xr-x | themes/luci-theme-material/luasrc/view/themes/material/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index f96653a9c..05d9419a8 100755 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -166,7 +166,7 @@ </header> <div class="main"> - <div class="loading"><span>Loading...</span></div> + <div style="" class="loading"><span><div class="loading-img"></div>Loading...</span></div> <div class="main-left"> <ul class="nav"> <%- |