Style "empty-caption" for button without caption #PL-1995

This commit is contained in:
Yuriy Artamonov 2013-09-09 15:52:45 +00:00
parent 2dd5ab9dad
commit 962fa12197
2 changed files with 10 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def desktopModule = project(':cuba-desktop')
def portalModule = project(':cuba-portal')
def webAuthModule = project(':cuba-web-auth')
def vaadinVersion = '7.1.3.h.M7'
def vaadinVersion = '7.1.3.h.M8'
def servletApi = [group: 'org.apache.tomcat', name: 'servlet-api', version: '6.0.20']
def groovyArtifact = [group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.1.6']

View File

@ -51,6 +51,15 @@
}
}
.#{$primaryStyleName}-empty-caption {
.#{$primaryStyleName}-wrap {
.v-icon {
margin-right: 0;
}
}
}
.#{$primaryStyleName}:hover {
background: transparent url(images/button-hover.gif) repeat-x;
}