From 63305d06abd2ac542945669410b0a04c47fb11d6 Mon Sep 17 00:00:00 2001 From: hoergen Date: Sun, 3 Nov 2019 13:39:42 +0100 Subject: [PATCH] improved contacts and visibility --- view/theme/frio/scheme/plusminus.css | 22 +++++++++++++++++++++ view/theme/frio/templates/widget/follow.tpl | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css index 9d99d7984e..a9878efcca 100644 --- a/view/theme/frio/scheme/plusminus.css +++ b/view/theme/frio/scheme/plusminus.css @@ -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; +} diff --git a/view/theme/frio/templates/widget/follow.tpl b/view/theme/frio/templates/widget/follow.tpl index fadd0a6dfb..b2a902fff3 100644 --- a/view/theme/frio/templates/widget/follow.tpl +++ b/view/theme/frio/templates/widget/follow.tpl @@ -3,7 +3,6 @@

{{$connect}}

- {{* The input field - For visual consistence we are using a search input field*}}