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*}}