Skip to content

Commit 75d036c

Browse files
author
Miha Petkovsek
committed
Updated CSS for loading div z-index
1 parent 75be2ee commit 75d036c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/bootstrap/bootstrap-custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ div.loading {
639639

640640
border: 1px solid rgba(0,0,0,0.6);
641641

642-
z-index: 999;
642+
z-index: 999999;
643643
}
644644
div.loading i {
645645
font-size: 24px;

functions/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @var mixed
3333
* @access public
3434
*/
35-
$version['patch'] = "0";
35+
$version['patch'] = "1";
3636

3737
/**
3838
* Minimum php version required

0 commit comments

Comments
 (0)