mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-29 00:31:53 +08:00
Slight styling issues on language menu option
This commit is contained in:
@@ -76,6 +76,7 @@ select.menuBtn {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
margin: -1px -20px 0 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.menu span:hover {
|
||||
|
||||
+3
-3
@@ -261,9 +261,9 @@ var Space = {
|
||||
|
||||
Space._panelTimeout = setTimeout(function() {
|
||||
if (Engine.isLightsOff())
|
||||
$('#spacePanel, .menu').animate({color: '#272823'}, 500, 'linear');
|
||||
$('#spacePanel, .menu, select.menuBtn').animate({color: '#272823'}, 500, 'linear');
|
||||
else
|
||||
$('#spacePanel, .menu').animate({color: 'white'}, 500, 'linear');
|
||||
$('#spacePanel, .menu, select.menuBtn').animate({color: 'white'}, 500, 'linear');
|
||||
}, Space.FTB_SPEED / 2);
|
||||
|
||||
Space.createAsteroid();
|
||||
@@ -349,7 +349,7 @@ var Space = {
|
||||
$('#spacePanel').attr('style', '');
|
||||
}
|
||||
});
|
||||
$('.menu').animate({color: '#666'}, 300, 'linear');
|
||||
$('.menu, select.menuBtn').animate({color: '#666'}, 300, 'linear');
|
||||
$('#outerSlider').animate({top: '0px'}, 300, 'linear');
|
||||
Engine.activeModule = Ship;
|
||||
Ship.onArrival();
|
||||
|
||||
Reference in New Issue
Block a user