##// END OF EJS Templates
The value of slider changes in frontend, and readout, but not in python obj.
The value of slider changes in frontend, and readout, but not in python obj.

File last commit:

r16932:94644d14
r17275:43f23c53
Show More
notificationarea.less
46 lines | 610 B | text/x-less | LessCssLexer
#notification_area {
.pull-right();
z-index: 10;
}
.indicator_area {
color: @navbar-default-link-color;
padding: 4px 3px;
margin: 0px;
width: 11px;
z-index: 10;
text-align: center;
}
#kernel_indicator {
.pull-right();
.indicator_area();
margin-right: 12px;
}
#modal_indicator {
.pull-right();
.indicator_area();
margin-right: 5px;
}
.edit_mode_icon:before {
.icon(@pencil);
}
.command_mode_icon:before {
.icon(' ');
}
.kernel_idle_icon:before {
.icon(@circle-blank);
}
.kernel_busy_icon:before {
.icon(@circle);
}