[DE] Add states for Got it button. Refactoring
This commit is contained in:
parent
0c1fdb277a
commit
035acaf1f1
|
@ -95,6 +95,15 @@
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 3px 12px;
|
padding: 3px 12px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
&:hover {
|
||||||
|
background-color: @highlight-header-button-hover-ie;
|
||||||
|
background-color: @highlight-header-button-hover;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: @highlight-header-button-pressed-ie;
|
||||||
|
background-color: @highlight-header-button-pressed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-link label {
|
.show-link label {
|
||||||
|
|
|
@ -27,7 +27,6 @@ define([
|
||||||
menu : this.mnuThemes = new Common.UI.Menu({
|
menu : this.mnuThemes = new Common.UI.Menu({
|
||||||
cls: 'shifted-right',
|
cls: 'shifted-right',
|
||||||
menuAlign: 'tl-tr',
|
menuAlign: 'tl-tr',
|
||||||
restoreHeight: true,
|
|
||||||
items: []
|
items: []
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue