diff options
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 4e4ee690..4dcc0f3e 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -1,5 +1,13 @@ /* You can add global styles to this file, and also import other style files */ // Drop-down box background hover status color + +// reset +body{ + min-width: 990px; + a:link{ + text-decoration: none; + } +} .ant-dropdown-menu { .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover { background-color: #3fa8eb; |