Files
azuredatastudio/src/sql/base/browser/ui/label/media/label.css
2023-05-04 15:23:22 -07:00

11 lines
430 B
CSS

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.required-indicator:after {
content: '*';
color: red;
margin-left: 2px;
}