]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit
authorArthurHoaro <arthur@hoa.ro>
Wed, 31 May 2017 15:44:19 +0000 (17:44 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2017 15:44:19 +0000 (17:44 +0200)
Selection is now limited to 2k characters using bookmarklets

tpl/default/css/shaarli.css

index 2892064837ed49ca0293fd36139d0137c59ef1b8..3391fa0539ee7b49a5df06f303dce3cbc9b0681b 100644 (file)
@@ -539,8 +539,8 @@ body, .pure-g [class*="pure-u"] {
     color: #1b926c;
 }
 
-.linklist-item-title .linklist-link:visited {
-    color: #1b926c;
+.linklist-item-title a:visited .linklist-link {
+    color: #555555;
 }
 
 .linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{