Rollouts can be deleted (#436)
* Management UI Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Repository Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com> * Optimisations and scheduler deleting enabled Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
804522f966
commit
5628d625e8
@@ -209,6 +209,11 @@
|
||||
color: $hawkbit-primary-color;
|
||||
}
|
||||
|
||||
|
||||
.redSpinner{
|
||||
@include valo-spinner($size: $v-font-size--small,$color: $red-color);
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
.greySpinner{
|
||||
@include valo-spinner($size: $v-font-size--small,$color: $grey-color);
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
//Table header - filter text field style
|
||||
.filter-box {
|
||||
height: 25px !important;
|
||||
transition: width .5s ease-in-out;
|
||||
float: right;
|
||||
visibility: visible;
|
||||
border-radius: $v-border-radius;
|
||||
}
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
}
|
||||
|
||||
.filter-box-hide {
|
||||
width: 0 !important;
|
||||
padding: 0 !important;
|
||||
border-width: 0 !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
//Search rest icon color
|
||||
|
||||
Reference in New Issue
Block a user