|
@@ -1184,21 +1184,6 @@ h1 {
|
|
.common-config-category {
|
|
.common-config-category {
|
|
.action {
|
|
.action {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- .btn-final .icon-lock {
|
|
|
|
- color: grey;
|
|
|
|
- }
|
|
|
|
- .btn-final.active .icon-lock {
|
|
|
|
- color: blue;
|
|
|
|
- }
|
|
|
|
- .btn-final.active[disabled] { //copied from Bootstrap .btn.active
|
|
|
|
- background-color: #e6e6e6;
|
|
|
|
- background-color: #d9d9d9 \9;
|
|
|
|
- background-image: none;
|
|
|
|
- outline: 0;
|
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
- }
|
|
|
|
.icon-plus-sign {
|
|
.icon-plus-sign {
|
|
color: #5AB400;
|
|
color: #5AB400;
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
@@ -1212,6 +1197,21 @@ h1 {
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .btn-final .icon-lock {
|
|
|
|
+ color: grey;
|
|
|
|
+ }
|
|
|
|
+ .btn-final.active .icon-lock {
|
|
|
|
+ color: blue;
|
|
|
|
+ }
|
|
|
|
+ .btn-final.active[disabled] { //copied from Bootstrap .btn.active
|
|
|
|
+ background-color: #e6e6e6;
|
|
|
|
+ background-color: #d9d9d9 \9;
|
|
|
|
+ background-image: none;
|
|
|
|
+ outline: 0;
|
|
|
|
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.capacity-scheduler {
|
|
.capacity-scheduler {
|
|
.header {
|
|
.header {
|