Update extension border / line styling (#17059)

* updated border styling of tables

* reducing border thickness

* fixing styling for dark mode

* fixing for dark mode

* removing box shadow from checkbox
This commit is contained in:
stuti149
2021-09-30 22:34:07 +05:30
committed by GitHub
parent 5710a53e86
commit 09884789b5
3 changed files with 15 additions and 22 deletions

View File

@@ -446,12 +446,13 @@ export class DatabaseBackupPage extends MigrationWizardPage {
'font-size': '13px',
'font-weight': 'bold',
'text-align': 'left',
'border-bottom': '1px solid',
'box-shadow': 'inset 0px -1px 0px #F3F2F1',
};
const rowCssStyle: azdata.CssStyles = {
'border': 'none',
'font-size': '13px',
'border-bottom': '1px solid',
'box-shadow': 'inset 0px -1px 0px #F3F2F1',
};
const networkShareTableText = this._view.modelBuilder.text()