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