mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Fix table header font-size #PL-4277
This commit is contained in:
parent
1ae0a93cfe
commit
0b35b4e9b3
@ -60,7 +60,7 @@ def webToolkitLegacyModule = project(':cuba-web6-toolkit')
|
||||
def webModuleThemes = project(':cuba-web-themes')
|
||||
def webLegacyModuleThemes = project(':cuba-web6-themes')
|
||||
|
||||
def vaadinVersion = '7.3.2.cuba.2'
|
||||
def vaadinVersion = '7.3.2.cuba.3'
|
||||
def vaadinLegacyVersion = '6.6.1.161'
|
||||
def springVersion = '3.2.8.RELEASE'
|
||||
def springSecurityVersion = '3.2.3.RELEASE'
|
||||
|
@ -95,4 +95,8 @@
|
||||
.cuba-app-full-header .cuba-app-menubar {
|
||||
padding-left: $v-layout-spacing-horizontal/2;
|
||||
}
|
||||
|
||||
.cuba-app-work-area-single {
|
||||
background: $cuba-app-work-area-single-color;
|
||||
}
|
||||
}
|
@ -13,6 +13,7 @@
|
||||
.v-button.cuba-closetab-button {
|
||||
border: none;
|
||||
background: transparent none;
|
||||
box-shadow: none;
|
||||
|
||||
.v-button-wrap {
|
||||
background: transparent none;
|
||||
|
@ -22,6 +22,8 @@ $v-layout-spacing-vertical: 10px;
|
||||
$v-layout-spacing-horizontal: 10px;
|
||||
|
||||
$v-table-row-height: 30px;
|
||||
$v-table-header-font-size: 13px;
|
||||
|
||||
$v-focus-style: inset 0px 0px 5px 1px rgba($v-focus-color, 0.5);
|
||||
$v-error-focus-style: inset 0px 0px 5px 1px rgba($v-error-indicator-color, 0.5);
|
||||
|
||||
@ -30,4 +32,5 @@ $v-error-focus-style: inset 0px 0px 5px 1px rgba($v-error-indicator-color, 0.5);
|
||||
$cuba-loginform-background-color: #fbfdff;
|
||||
$cuba-splitpanel-splitter-width: 3px;
|
||||
$cuba-searchselect-edit-color: #b6d2fa;
|
||||
$cuba-folderspane-background-color: white;
|
||||
$cuba-folderspane-background-color: white;
|
||||
$cuba-app-work-area-single-color: white;
|
Loading…
Reference in New Issue
Block a user