diff --git a/src/theme.scss b/src/theme.scss index a4ff5acb3..8d9b1abfb 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -395,6 +395,14 @@ textarea { box-shadow: 0px 2px 5px rgba(0,0,0,0.4); } + .usermanagement-indicator { + display: none; + position: absolute; + top: 10px; + color: #03a9f49e; + left: 10px; + } + &:hover { background-color: #ffffff9c !important; @@ -408,6 +416,10 @@ textarea { background-color: #f8f8f8; } } + + .usermanagement-indicator { + display: block; + } } .grid-item-action { @@ -443,12 +455,6 @@ textarea { font-family: $font-family-heading; } - .usermanagement-indicator { - position: absolute; - top: 10px; - color: #03a9f49e; - right: 10px; - } } } } diff --git a/src/views/apps.html b/src/views/apps.html index 6ad97f213..d8a517c38 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -252,8 +252,7 @@ -