mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
Style "empty-caption" for button without caption #PL-1995
This commit is contained in:
parent
2dd5ab9dad
commit
962fa12197
@ -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']
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user