mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
align with portal button style (#14187)
* align with portal button style * fix welcome page * image button * more fixes * use withProperties * add comment back * add border radius
This commit is contained in:
@@ -14,18 +14,19 @@
|
||||
"textLinkActiveForeground": "#3062d6",
|
||||
|
||||
//Button control
|
||||
"button.background": "#007ACC",
|
||||
"button.foreground": "#ffffff",
|
||||
"button.hoverBackground": "#0078d7",
|
||||
"button.background": "#0078D4",
|
||||
"button.foreground": "#FFFFFF",
|
||||
"button.hoverBackground": "#106EBE",
|
||||
"button.border": "#0078D4",
|
||||
|
||||
// TODO add support for these
|
||||
"button.secondaryBackground": "#ffffff",
|
||||
"button.secondaryHoverBackground": "#ffffff",
|
||||
"button.secondaryBackground": "#FFFFFF",
|
||||
"button.secondaryHoverBackground": "#F3F2F1",
|
||||
"button.secondaryForeground": "#323130",
|
||||
"button.secondaryHoverForeground": "#0078D4",
|
||||
"button.secondaryBorder": "#8A8886",
|
||||
|
||||
"button.disabledBackground": "#F3F2F1",
|
||||
"button.disabledForeground": "#A19F9D",
|
||||
"button.disabledBorder": "#F3F2F1",
|
||||
|
||||
|
||||
//Checkbox
|
||||
|
||||
Reference in New Issue
Block a user