mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
3190: Code and Text cells from tool bar (#3191)
* 3190: Code and Text cells from tool bar * 3190: Adding images under media folder and to css
This commit is contained in:
@@ -23,4 +23,17 @@
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.notebookEditor .notebook-info-button {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding-left: 15px;
|
||||
background-size: 11px;
|
||||
margin-right: 0.3em;
|
||||
font-size: 13px;
|
||||
background-image: url("./media/light/add.svg")
|
||||
}
|
||||
Reference in New Issue
Block a user