Merge pull request #7809 from hoergen/Plusminus
Plusminus Scheme for Frio improved contacts and visibility
This commit is contained in:
commit
7534a6cde9
2 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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}}" />
|
||||
|
|
Loading…
Reference in a new issue