Fix table header font-size #PL-4277

This commit is contained in:
Yuriy Artamonov 2014-10-20 12:21:26 +00:00
parent 1ae0a93cfe
commit 0b35b4e9b3
4 changed files with 10 additions and 2 deletions

View File

@ -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'

View File

@ -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;
}
}

View File

@ -13,6 +13,7 @@
.v-button.cuba-closetab-button {
border: none;
background: transparent none;
box-shadow: none;
.v-button-wrap {
background: transparent none;

View File

@ -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;