[DE] Add states for Got it button. Refactoring
This commit is contained in:
parent
0c1fdb277a
commit
035acaf1f1
|
@ -95,6 +95,15 @@
|
|||
border-radius: 2px;
|
||||
padding: 3px 12px;
|
||||
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 {
|
||||
|
|
|
@ -27,7 +27,6 @@ define([
|
|||
menu : this.mnuThemes = new Common.UI.Menu({
|
||||
cls: 'shifted-right',
|
||||
menuAlign: 'tl-tr',
|
||||
restoreHeight: true,
|
||||
items: []
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue