Update dimmer background, refactor top menu background. (#483)
Minor ui changes (dimmer background)
This commit is contained in:
parent
8f211a5c19
commit
e65db0b756
@ -8,6 +8,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mainmenu, #homemenu {
|
#mainmenu, #homemenu {
|
||||||
background: @legoGreyLight;
|
|
||||||
border-bottom: 5px solid #00a5c8;
|
border-bottom: 5px solid #00a5c8;
|
||||||
}
|
}
|
@ -108,8 +108,8 @@
|
|||||||
Menu
|
Menu
|
||||||
--------------------*/
|
--------------------*/
|
||||||
|
|
||||||
@mainMenuBackground: #ffffff;
|
@mainMenuBackground: @legoGreyLight;
|
||||||
@mainMenuInvertedBackground: @yellow;
|
@mainMenuInvertedBackground: #FFFFFF;
|
||||||
@mainMenuTutorialBackground: @orange;
|
@mainMenuTutorialBackground: @orange;
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
/*******************************
|
/*******************************
|
||||||
User Variable Overrides
|
User Variable Overrides
|
||||||
*******************************/
|
*******************************/
|
||||||
|
|
||||||
|
@backgroundColor: fade(#A2A2A2, 80%);
|
Loading…
Reference in New Issue
Block a user