]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix user menu name and image not showing clicky mouse pointer
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Jul 2014 11:22:59 +0000 (13:22 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Jul 2014 11:28:20 +0000 (13:28 +0200)
core/css/header.css

index 91dfeb798a52ed68095c201e70d8eb7b1cfc9dcc..c73075df3e3919815cf20762f797f4b68d1f23b3 100644 (file)
        float: left;
        display: inline-block;
        margin-right: 5px;
+       cursor: pointer;
 }
 #header .avatardiv img {
        opacity: 1;
+       cursor: pointer;
 }
 
 #settings {
        float: right;
        color: #bbb;
+       cursor: pointer;
 }
 #expand {
        display: block;