From 1fb3e2de251f5f1d33a43cd13bc4ca6d3ae23c26 Mon Sep 17 00:00:00 2001 From: RblSb Date: Tue, 10 Mar 2020 08:55:09 +0300 Subject: Show/hide password button --- res/css/des.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'res/css/des.css') diff --git a/res/css/des.css b/res/css/des.css index d611991..750f34a 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -167,15 +167,21 @@ src:url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/fonts/gl .glyphicon-step-forward:before { content:"\e077" } +.glyphicon-chevron-right::before { + content: "\e080"; +} .glyphicon-share-alt:before { content:"\e095" } +.glyphicon-eye-open:before { + content:"\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} .glyphicon-chevron-down:before { content:"\e114" } -.glyphicon-chevron-right::before { - content: "\e080"; -} .glyphicon-retweet:before { content:"\e115" } -- cgit v1.2.3