mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-24 19:31:36 +00:00
* Add Security Warning Bar for untrusted notebooks * Update * Another update * Add a snapshot test * UX updates * More updates * Add tests * Update test snapshot * Update string * Update security message
36 lines
691 B
Plaintext
36 lines
691 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.runCellButton {
|
|
max-height: 100%;
|
|
width: 100%;
|
|
position: sticky;
|
|
z-index: 300;
|
|
left: 0;
|
|
top: 0;
|
|
|
|
.ms-Button-flexContainer {
|
|
align-items: start;
|
|
padding-top: 11px;
|
|
|
|
.ms-Button-icon {
|
|
color: #0078D4;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.disabledRunCellButton {
|
|
.runCellButton .ms-Button-flexContainer .ms-Button-icon {
|
|
color: @BaseMediumHigh;
|
|
}
|
|
}
|
|
|
|
.greyStopButton {
|
|
.runCellButton .ms-Button-flexContainer .ms-Button-icon {
|
|
color: @BaseMediumHigh;
|
|
}
|
|
|
|
.ms-Spinner .ms-Spinner-circle {
|
|
border-top-color: @BaseMediumHigh;
|
|
}
|
|
} |