mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Power button on UI works, added simulated startup, extra ray trace
This commit is contained in:
@@ -154,12 +154,20 @@ button:focus { outline: none; }
|
||||
background: linear-gradient( to bottom, rgba( 230, 230, 230, 0.8 ), rgb( 40, 168, 40 ) 10%, rgb( 0, 134, 0 ) );
|
||||
box-shadow: 0px 0px 3px 0px rgb( 80, 80, 80 );
|
||||
text-align: center;
|
||||
font-family: 'Heebo-Regular';
|
||||
/* font-family: 'Heebo-Regular'; */
|
||||
font-size: 14px;
|
||||
color: rgb( 34, 34, 34 );
|
||||
line-height: 45px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
#radar .pwr_button_container .pwr_button:hover {
|
||||
background: linear-gradient( to bottom, rgba( 240, 240, 240, 0.8 ), rgb( 50, 178, 50 ) 10%, rgb( 0, 144, 0 ) );
|
||||
}
|
||||
|
||||
#radar .pwr_button_container .pwr_button:active {
|
||||
background: linear-gradient( to bottom, rgba( 220, 220, 220, 0.8 ), rgb( 30, 158, 30 ) 10%, rgb( 0, 124, 0 ) );
|
||||
box-shadow: inset 0px 0px 3px 0px rgb( 80, 80, 80 );
|
||||
}
|
||||
|
||||
#radar .modes_container {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user