diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-10 08:55:09 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-10 08:55:09 +0300 |
| commit | 1fb3e2de251f5f1d33a43cd13bc4ca6d3ae23c26 (patch) | |
| tree | ef23a8fa4622ce216b06bbf7733eb5f82c9333b2 /res/css/des.css | |
| parent | fe4c5fee38f5b85ca3f9d13874e7c056d832730e (diff) | |
Show/hide password button
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 12 |
1 files changed, 9 insertions, 3 deletions
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" } |
