diff --git a/src/theme.scss b/src/theme.scss index 401a75eee..98f6495b5 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -312,37 +312,41 @@ textarea { } } - .grid-item-dropdown { - border: none; - float: right; + .grid-item-content { + display: block; + background-color: white; + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); + border-radius: 2px; + height: 100%; &:hover { - background-color: rgba(255, 255, 255, 0.3); - color: $brand-primary; + background-color: rgba(0, 0, 0, 0.1) !important; + } + + .grid-item-action { + border: none; + float: right; + + &:hover { + background-color: rgba(255, 255, 255, 0.3); + color: $brand-primary; + } + } + + .grid-item-top { + padding: 10px 15px; + height: 100%; + + .grid-item-top-title { + white-space: nowrap; + overflow: hidden; + font-size: 24px; + font-family: $font-family-heading; + } } } } -.grid-item-content { - display: block; - background-color: white; - box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); - border-radius: 2px; - height: 100%; -} - -.grid-item-top { - padding: 10px 15px; - height: 100%; -} - -.grid-item-top-title { - white-space: nowrap; - overflow: hidden; - font-size: 24px; - font-family: $font-family-heading; -} - .app-update-badge { display: flex; justify-content: center; @@ -389,10 +393,6 @@ textarea { max-width: 100%; } -.app-tooltip { - left: 32px !important; -} - multiselect { &.stretch { button { diff --git a/src/views/apps.html b/src/views/apps.html index d4fe30feb..811b8d21d 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -72,8 +72,8 @@