Use statusBarSet() js function from Pillar
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
left: 0
|
||||
|
||||
#project-side-container.collapsed+#project_context-header
|
||||
span#project-statusbar
|
||||
span#status-bar
|
||||
left: $project-sidebar-width
|
||||
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
text-decoration: none
|
||||
outline: none
|
||||
|
||||
span#project-statusbar
|
||||
span#status-bar
|
||||
position: absolute
|
||||
// left: $project_nav-width + $project-sidebar-width
|
||||
left: 0
|
||||
|
@@ -1091,3 +1091,24 @@ label, label.control-label
|
||||
iframe
|
||||
width: 853px
|
||||
height: 480px
|
||||
|
||||
#status-bar
|
||||
opacity: 0
|
||||
transition: all 250ms ease-in-out
|
||||
|
||||
i
|
||||
margin-right: 5px
|
||||
|
||||
&.info
|
||||
color: $color-info
|
||||
&.error
|
||||
color: $color-danger
|
||||
&.warning
|
||||
color: $color-warning
|
||||
&.success
|
||||
color: $color-success
|
||||
&.default
|
||||
color: $color-text-light
|
||||
|
||||
&.active
|
||||
opacity: 1
|
||||
|
Reference in New Issue
Block a user