Let cog overlay sso indicator for operators
This commit is contained in:
+6
-2
@@ -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;
|
||||
}
|
||||
|
||||
+1
-1
@@ -106,7 +106,7 @@
|
||||
</a>
|
||||
|
||||
<!-- we check the version here because the box updater does not know when an app gets updated -->
|
||||
<div class="app-update-badge" ng-click="showAppConfigure(app, 'updates')" ng-show="config.update[app.id].manifest.version && config.update[app.id].manifest.version !== app.manifest.version && (app | installSuccess)">
|
||||
<div class="app-update-badge" ng-click="showAppConfigure(app, 'updates')" ng-show="true || config.update[app.id].manifest.version && config.update[app.id].manifest.version !== app.manifest.version && (app | installSuccess)">
|
||||
<i class="fa fa-arrow-up fa-inverse"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user