Fix moving UI when hovering a link in the static pages' header

This commit is contained in:
yflory 2018-05-22 15:40:06 +02:00
parent ff17a0aad6
commit dfd7e7ed9b
2 changed files with 3 additions and 3 deletions

View File

@ -135,6 +135,7 @@
@cryptpad_color_grey: #999999; @cryptpad_color_grey: #999999;
@cryptpad_header_col: #1E1F1F; @cryptpad_header_col: #1E1F1F;
@cryptpad_text_col: #3F4141; @cryptpad_text_col: #3F4141;
@cryptpad_color_light_blue: #00b7d8;
@colortheme_checkmark-back0: @colortheme_form-bg-alt; @colortheme_checkmark-back0: @colortheme_form-bg-alt;
@colortheme_checkmark-back0-active: @colortheme_form-border; @colortheme_checkmark-back0-active: @colortheme_form-border;

View File

@ -170,9 +170,8 @@
.nav-link { .nav-link {
padding: 0.5em 0.7em; padding: 0.5em 0.7em;
&:hover { &:hover {
font-size: 1.05em; color: @cryptpad_color_light_blue;
//transform: scale(1.05); }
};
} }
.cp-register-btn { .cp-register-btn {
border: 2px solid #4591C4; border: 2px solid #4591C4;