mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -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:
@@ -83,6 +83,7 @@
|
||||
|
||||
.vs-dark .connection-dialog .connection-history-actions .action-label.codicon,
|
||||
.hc-black .connection-dialog .connection-history-actions .action-label.codicon,
|
||||
.hc-light .connection-dialog .connection-history-actions .action-label.codicon,
|
||||
.connection-dialog .connection-history-actions .action-label.codicon {
|
||||
display: block;
|
||||
height: 20px;
|
||||
@@ -95,7 +96,8 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.search-action.clear-search-results {
|
||||
.search-action.clear-search-results,
|
||||
.hc-light .search-action.clear-search-results {
|
||||
background: url('clear-search-results.svg');
|
||||
}
|
||||
|
||||
@@ -112,6 +114,7 @@
|
||||
}
|
||||
|
||||
.custom-connection-options .connection-label .dialog-label-container,
|
||||
.hc-light .custom-connection-options .connection-label .dialog-label-container,
|
||||
.vs-dark .custom-connection-options .connection-label .dialog-label-container,
|
||||
.hc-black .custom-connection-options .connection-label .dialog-label-container {
|
||||
background-size: 9px;
|
||||
@@ -122,7 +125,8 @@
|
||||
}
|
||||
|
||||
.dialog-label-container.info-icon,
|
||||
.vs .dialog-label-container.info-icon {
|
||||
.vs .dialog-label-container.info-icon,
|
||||
.hc-light .dialog-label-container.info-icon {
|
||||
background-image: url("info.svg");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user