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 {
|
||||
background: @legoGreyLight;
|
||||
border-bottom: 5px solid #00a5c8;
|
||||
}
|
@ -108,8 +108,8 @@
|
||||
Menu
|
||||
--------------------*/
|
||||
|
||||
@mainMenuBackground: #ffffff;
|
||||
@mainMenuInvertedBackground: @yellow;
|
||||
@mainMenuBackground: @legoGreyLight;
|
||||
@mainMenuInvertedBackground: #FFFFFF;
|
||||
@mainMenuTutorialBackground: @orange;
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
/*******************************
|
||||
User Variable Overrides
|
||||
*******************************/
|
||||
|
||||
@backgroundColor: fade(#A2A2A2, 80%);
|
Loading…
Reference in New Issue
Block a user