Code review, correct font-size of close/minimize button of
commonDialogWindow Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
}
|
||||
|
||||
.icon-only {
|
||||
// margin-bottom: 6px !important;
|
||||
margin-bottom: 6px !important;
|
||||
}
|
||||
|
||||
//Toggle between pin and status icon
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
//Color picker layout position adjustment
|
||||
.rgb-vertical-layout {
|
||||
// margin-top: 100px !important;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
@@ -47,4 +46,11 @@
|
||||
box-shadow: none !important;
|
||||
height: 75px !important;
|
||||
}
|
||||
|
||||
.v-window-fontsize .v-window-closebox,
|
||||
.v-window-fontsize .v-window-maximizebox,
|
||||
.v-window-fontsize .v-window-restorebox {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user