mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
PL-10425 In havana checkbox's context help icon looks undistinguishable from caption
This commit is contained in:
parent
39cbdf1f46
commit
17c897c531
@ -64,4 +64,18 @@
|
||||
.v-disabled.#{$primary-stylename}-focus.#{$primary-stylename}-empty-caption > input {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c-context-help-button {
|
||||
display: inline-block;
|
||||
|
||||
color: transparent;
|
||||
background: transparent no-repeat top right;
|
||||
background-image: url(../caption/sprites/question.png); /** sprite-ref: components; */
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.c-context-help-button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user