Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2016-01-15 13:11:00 +0300
committersualko <klaus@jsxc.org>2016-01-15 13:11:00 +0300
commit588604a10c074410bd83cc5cb1b61ff49dd185f9 (patch)
tree7b6e9eea9b6e297e0f031cae3079b90b815ce71c /scss
parentcd69a0d1780a1a2ff904f456adeb579fa45aefa7 (diff)
add chat icon to oc header
Diffstat (limited to 'scss')
-rw-r--r--scss/_oc.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/scss/_oc.scss b/scss/_oc.scss
index b4d2b0c..c30d1ce 100644
--- a/scss/_oc.scss
+++ b/scss/_oc.scss
@@ -72,3 +72,19 @@
width: auto !important;
z-index: 70 !important;
}
+
+#header .jsxc_chatIcon {
+ width: 45px;
+ height: 45px;
+ float: right;
+ background-image: url('../img/chat-icon-white.svg');
+ background-size: 20px;
+ background-repeat: no-repeat;
+ background-position: center;
+ opacity: 0.7;
+ cursor: pointer;
+
+ &:hover {
+ opacity: 1;
+ }
+}