]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix awesomplete form in editlink
authorArthurHoaro <arthur@hoa.ro>
Wed, 12 Oct 2016 08:56:46 +0000 (10:56 +0200)
committerArthurHoaro <arthur@hoa.ro>
Wed, 12 Oct 2016 08:56:46 +0000 (10:56 +0200)
tpl/default/css/shaarli.css

index 0c70d6309408ce747ef061a473d8f5aec53e64f8..a1435b37334940469be5525917c44d97178d2fc0 100644 (file)
@@ -619,6 +619,11 @@ pre {
     border-bottom: 1px solid #797979;
 }
 
+.page-form a {
+    color: #b0ddce;
+    font-weight: bold;
+}
+
 .page-form input[type="text"],
 .page-form input[type="password"],
 .page-form textarea {
@@ -707,6 +712,18 @@ pre {
     font-size: 0.7em;
 }
 
+.page-form .awesomplete {
+    width: 80%;
+}
+
+.page-form .awesomplete input {
+    width: 100%;
+}
+
+.page-form div.awesomplete > ul {
+    color: black;
+}
+
 @media screen and (max-width: 64em) {
     .page-form-complete .form-label {
         height: inherit;