]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Merge remote-tracking branch 'ArthurHoaro/autocomplete' into next
[github/shaarli/Shaarli.git] / inc / shaarli.css
index 34c32224180c908ccc8c5d574877c27b531b8a06..7bfdc420f601d04ce6f5297946838b3ac4fd7fee 100644 (file)
@@ -352,12 +352,15 @@ h1 {
 
 #editlinkform {
     height: 100%;
-    color: #ffffff;
     padding: 5px 5px 5px 15px;
     width: 80%;
     clear: left;
 }
 
+#editlinkform label {
+    color: #ffffff;
+}
+
 #editlinkform textarea, #editlinkform .lf_input {
     width: 100%;
 }
@@ -613,6 +616,17 @@ a.qrcode img {
     margin-left: 40px;
 }
 
+#changetag div {
+    float:left;
+}
+
+#changetag label {
+    padding: 5px;
+}
+
+#changetag li {
+    color: #000;
+}
 #configform td {
     color: #ccc;
     font-size: 10pt;
@@ -710,17 +724,6 @@ a.qrcode img {
     text-shadow: 2px 2px 1px #000000;
 }
 
-/* Minimal customisation for jQuery widgets */
-.ui-autocomplete {
-    background-color: #fff;
-    padding-left: 5px;
-}
-
-.ui-state-hover {
-    background-color: #604dff;
-    color: #fff;
-}
-
 #linklist li.publicLinkHightLight {
     background: #ffffff;
 }
@@ -875,6 +878,10 @@ div.dailyNoEntry {
     text-align: right;
 }
 
+.white {
+    color: white;
+}
+
 /* For lazy images loading in picture wall.
    Using http://www.appelsiini.net/projects/lazyload
 */