[SSE] Fix disabled buttons in statusbar
This commit is contained in:
parent
2d4e237e75
commit
745231f3b7
|
@ -332,7 +332,7 @@
|
||||||
.border-radius(1px);
|
.border-radius(1px);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
.masked & {
|
.masked:not(.statusbar) & {
|
||||||
&:disabled {
|
&:disabled {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color: @border-preview-select-ie;
|
|
||||||
color: @border-preview-select;
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -400,12 +398,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.masked #status-addtabs-box{
|
|
||||||
button.disabled .btn-icon {
|
|
||||||
background-position-x: 0px !important;
|
|
||||||
}
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.statusbar-mask {
|
.statusbar-mask {
|
||||||
|
|
Loading…
Reference in a new issue