mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
Adding light contrast theme (#22028)
* Adding light contrast theme
* fixing oe icons
* Fixing more files
* Converting ep files to support hc light
* Revert "Copy Headers for Selected Columns (#21622)"
This reverts commit f74d6f6d9b.
* Adding more css rules
* Fixing modal
* Fixing azure icons
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.vs .footer-button .validating {
|
||||
.vs .footer-button .validating,
|
||||
.hc-light .footer-button .validating {
|
||||
background-image: url("loading.svg");
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,13 @@
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.hc-light .wizardNavigation-container {
|
||||
border-right-color: rgb(111, 195, 223);
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.wizardNavigation-pageNumber {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
@@ -52,6 +59,13 @@
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.hc-light .wizardNavigation-dot {
|
||||
flex-grow: 1;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.wizardNavigation-connector {
|
||||
width: 3px;
|
||||
display: inline-block;
|
||||
@@ -60,7 +74,16 @@
|
||||
}
|
||||
|
||||
.hc-black .wizardNavigation-connector {
|
||||
display: none;
|
||||
width: 3px;
|
||||
display: inline-block;
|
||||
flex-grow: 1;
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.hc-light .wizardNavigation-connector {
|
||||
width: 3px;
|
||||
display: inline-block;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.wizardNavigation-connector.active,
|
||||
@@ -74,12 +97,23 @@
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.hc-light .wizardNavigation-dot.active {
|
||||
background-color: unset;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.hc-black .wizardNavigation-dot.active:hover,
|
||||
.hc-black .wizardNavigation-dot.active.currentPage:hover {
|
||||
border-color: #F38518;
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
.hc-light .wizardNavigation-dot.active:hover,
|
||||
.hc-light .wizardNavigation-dot.active.currentPage:hover {
|
||||
border-color: #0F4A85;
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
.wizardNavigation-dot.active.currentPage {
|
||||
border-style: double;
|
||||
}
|
||||
@@ -89,6 +123,11 @@
|
||||
border-color: #F38518;
|
||||
}
|
||||
|
||||
.hc-light .wizardNavigation-dot.active.currentPage {
|
||||
border-style: solid;
|
||||
border-color: #0F4A85;
|
||||
}
|
||||
|
||||
.wizardNavigation-connector.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user