diff --git a/client/css/style.css b/client/css/style.css index edf84fa5..eb0caa99 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -337,6 +337,7 @@ p { .channel-list-item .not-connected-icon::before, .channel-list-item .parted-channel-icon::before, .jump-to-input::before, +.password-container .reveal-password span, #sidebar .collapse-network-icon::before { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; /* Can't have font-size inherit on line above, so need to override */ @@ -1993,7 +1994,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ } .password-container .reveal-password span { - font: normal normal normal 14px/1 FontAwesome; font-size: 16px; color: #607992; width: 35px;