diff --git a/src/theme.scss b/src/theme.scss index 9eb2b539c..3e1790dbb 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -333,7 +333,12 @@ textarea { background-color: rgba(0, 0, 0, 0.1) !important; & > .grid-item-action { + background-color: #cecece; opacity: 1; + + &:hover { + background-color: #f8f8f8; + } } } @@ -345,7 +350,6 @@ textarea { margin-bottom: -14px; background-color: unset; opacity: 0; - transition: opacity 200ms; color: $text-dark; &:hover { @@ -373,7 +377,7 @@ textarea { .usermanagement-indicator { position: absolute; - bottom: 10px; + top: 10px; color: #03a9f49e; right: 10px; } diff --git a/src/views/apps.html b/src/views/apps.html index def1a7dea..0c134ad53 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -106,7 +106,7 @@ -