]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
linklist toolbar (tags, permalink, etc)
authorArthurHoaro <arthur@hoa.ro>
Tue, 1 Mar 2016 13:54:28 +0000 (14:54 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 7 Aug 2016 10:17:36 +0000 (12:17 +0200)
tpl/default/css/shaarli.css

index d9a48239c398353d3dc7b2426c372d65579fe9f1..78d6d0bf36ef56a758e0edc016afb1b735fbeff1 100644 (file)
@@ -473,6 +473,10 @@ body {
     color: #fff;
 }
 
+.linklist-item-title .label-private {
+    border: solid 1px #d0fff0;
+}
+
 .linklist-item-editbuttons {
     float: right;
     padding: 5px;
@@ -496,10 +500,26 @@ body {
 }
 
 .linklist-item-infos a {
-    color: #000;
+    color: #505050;
     text-decoration: none;
 }
 
 .linklist-item-infos a:hover {
-    color: #252525;
+    color: #000;
 }
+
+.linklist-item-infos .label-tag {
+    border: 1px solid #505050;
+    font-size: 0.9em;
+}
+
+.linklist-item-infos .label-tag:hover {
+    border: 1px solid #000;
+}
+
+.linklist-item-infos-url {
+    text-align: right;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+}
\ No newline at end of file