aboutsummaryrefslogtreecommitdiffstats
path: root/res/css
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-03-10 08:55:09 +0300
committerRblSb <msrblsb@gmail.com>2020-03-10 08:55:09 +0300
commit1fb3e2de251f5f1d33a43cd13bc4ca6d3ae23c26 (patch)
treeef23a8fa4622ce216b06bbf7733eb5f82c9333b2 /res/css
parentfe4c5fee38f5b85ca3f9d13874e7c056d832730e (diff)
Show/hide password button
Diffstat (limited to 'res/css')
-rw-r--r--res/css/cytube.css11
-rw-r--r--res/css/des.css12
2 files changed, 20 insertions, 3 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css
index 56c53b2..f85b66a 100644
--- a/res/css/cytube.css
+++ b/res/css/cytube.css
@@ -49,6 +49,17 @@
border-top-left-radius: 0;
border-top-right-radius: 0;
}
+#guestpass_icon {
+ float: right;
+ margin-right: 14px;
+ margin-top: -27px;
+ position: relative;
+ z-index: 2;
+}
+#guestpass_icon:hover {
+ cursor: pointer;
+ color: white;
+}
.linewrap, .linewrap code {
white-space: pre-wrap; /* css-3 */
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"
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage