]> git.mxchange.org Git - friendica.git/commitdiff
improved contacts and visibility
authorhoergen <hoergen@hoergen.org>
Sun, 3 Nov 2019 12:39:42 +0000 (13:39 +0100)
committerhoergen <hoergen@hoergen.org>
Sun, 3 Nov 2019 12:39:42 +0000 (13:39 +0100)
view/theme/frio/scheme/plusminus.css
view/theme/frio/templates/widget/follow.tpl

index 9d99d7984e12e4742fcd460372a642cabba7afbc..a9878efccaaf735d6929c2e74ca49856818962c4 100644 (file)
@@ -106,3 +106,25 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
     height: 0px;
 }
 
+/* Contact-page */
+#connect-desc {
+    color: grey;
+}
+
+.search-input.form-control.form-search {
+    background-color: #ebebeb;
+    border-color:lightgrey;
+}
+
+.search-input.form-control.form-search:focus {
+    background-color: white;
+    border-color:grey;
+}
+
+/* Addon-Showmore*/
+.showmore-wrap {
+    background-color:lightgrey;
+    text-decoration: underline;
+    text-decoration-color: black;
+    text-decoration-style: wavy;
+}
index fadd0a6dfbd923e69fac036b79249a8d5cd2058a..b2a902fff3010e23ca1fd52f4e7be768d250d6d9 100644 (file)
@@ -3,7 +3,6 @@
        <h3>{{$connect}}</h3>
 
        <form action="follow" method="get">
-               <label for="side-follow-url" id="connect-desc">{{$desc nofilter}}</label>
                {{* The input field - For visual consistence we are using a search input field*}}
                <div class="form-group form-group-search">
                        <input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />