[SSE] Change style for selected and colored sheets
This commit is contained in:
parent
f18a08837f
commit
4d7afb1b85
|
@ -676,9 +676,9 @@ define([
|
|||
|
||||
if (color.length) {
|
||||
if (!tab.isActive()) {
|
||||
color = '0px 3px 0 ' + Common.Utils.RGBColor(color).toRGBA(0.7) + ' inset';
|
||||
color = '0px 4px 0 ' + Common.Utils.RGBColor(color).toRGBA(1) + ' inset';
|
||||
} else {
|
||||
color = '0px 3px 0 ' + color + ' inset';
|
||||
color = '0px 4px 0 ' + color + ' inset';
|
||||
}
|
||||
|
||||
tab.$el.find('a').css('box-shadow', color);
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
background-color: @body-bg;
|
||||
outline: none;
|
||||
|
||||
box-shadow: 0px 2px 0 @gray-deep inset;
|
||||
box-shadow: 0px 4px 0 #49795d inset;
|
||||
border-top-width: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -198,7 +198,7 @@
|
|||
> a {
|
||||
border-bottom-color: @body-bg;
|
||||
background-color: @body-bg;
|
||||
box-shadow: 0px 2px 0 @gray-deep inset;
|
||||
box-shadow: 0px 4px 0 #49795d inset;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue