mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -81,9 +81,9 @@
|
||||
content: url("status_success.svg");
|
||||
}
|
||||
|
||||
.vs .icon.cancelled,
|
||||
.vs-dark .icon.cancelled,
|
||||
.hc-black .icon.cancelled {
|
||||
.vs .icon.canceled,
|
||||
.vs-dark .icon.canceled,
|
||||
.hc-black .icon.canceled {
|
||||
content: url("status_cancelled.svg");
|
||||
}
|
||||
|
||||
@@ -99,9 +99,9 @@
|
||||
.vs .icon.scriptToClipboard,
|
||||
.vs-dark .icon.scriptToClipboard,
|
||||
.hc-black .icon.scriptToClipboard {
|
||||
content: url('script_to_clipboard.svg');
|
||||
width: auto !important;
|
||||
height: 25px;
|
||||
background-image: url('script_to_clipboard.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px center;
|
||||
}
|
||||
|
||||
.vs .icon.close {
|
||||
@@ -171,4 +171,13 @@
|
||||
|
||||
.vs .icon.configure-dashboard {
|
||||
background: url('configdashboard.svg') center center no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.hc-black .icon.edit,
|
||||
.vs-dark .icon.edit {
|
||||
background: url('edit_inverse.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.edit {
|
||||
background: url('edit.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
1
src/sql/media/icons/edit.svg
Normal file
1
src/sql/media/icons/edit.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 4.28l-11.673 11.72h-4.327v-4.406l11.477-11.594h.308l4.215 4.237v.043z" id="outline" style="display: none;"/><path class="icon-vs-bg" d="M14.598 4.25l-1.688 1.75-3-3 1.688-1.75 3 3zm-5.688-.25l-7 7 3 3 7-7-3-3zm-7.91 8.09v2.91h2.91l-2.91-2.91z" id="iconBg"/></svg>
|
||||
|
After Width: | Height: | Size: 571 B |
1
src/sql/media/icons/edit_inverse.svg
Normal file
1
src/sql/media/icons/edit_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#2d2d30;} .icon-vs-out{fill:#2d2d30;} .icon-vs-bg{fill:#c5c5c5;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 4.28l-11.673 11.72h-4.327v-4.406l11.477-11.594h.308l4.215 4.237v.043z" id="outline" style="display: none;"/><path class="icon-vs-bg" d="M14.598 4.25l-1.688 1.75-3-3 1.688-1.75 3 3zm-5.688-.25l-7 7 3 3 7-7-3-3zm-7.91 8.09v2.91h2.91l-2.91-2.91z" id="iconBg"/></svg>
|
||||
|
After Width: | Height: | Size: 571 B |
Reference in New Issue
Block a user