diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index f09cdbf1fc..00d49b8a61 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -939,6 +939,18 @@ aside #follow-sidebar .form-group-search .form-button-search { padding: 2px 8px; } +aside #group-sidebar .group-edit-tool { + opacity: 0.1; + transition: all 0.25s ease-in-out; +} +aside #group-sidebar .sidebar-group-li:hover .group-edit-tool { + opacity: 0.8; + transition: all 0.25s ease-in-out; +} +aside #group-sidebar .sidebar-group-li .group-edit-tool:hover { + opacity: 1; +} + /* contact block widget */ #contact-block .contact-block-content { clear: both; @@ -1637,7 +1649,7 @@ ul.dropdown-menu li:hover { .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper, .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, -.notifications-content-wrapper, .admin-content-wrapper { +.notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper { min-height: calc(100vh - 150px); padding: 15px; padding-bottom: 20px; diff --git a/view/theme/frio/templates/follow.tpl b/view/theme/frio/templates/follow.tpl index 8100f853e8..a35bcb2131 100644 --- a/view/theme/frio/templates/follow.tpl +++ b/view/theme/frio/templates/follow.tpl @@ -1,8 +1,10 @@

{{$connect}}

-
{{$desc}}
+ +
{{$desc}}
{{* The description *}}
+ {{* The input field - For visual consistence we are using a search input field*}}