3.0 source code
This commit is contained in:
33
OfficeWeb/apps/common/main/resources/less/radiobox.less
Normal file
33
OfficeWeb/apps/common/main/resources/less/radiobox.less
Normal file
@@ -0,0 +1,33 @@
|
||||
.radiobox {
|
||||
padding-left: 22px;
|
||||
margin-bottom: 0;
|
||||
.font-size-normal();
|
||||
font-weight: normal;
|
||||
|
||||
input[type=button] {
|
||||
.background-ximage('@{common-image-path}/@{common-controls}', '@{common-image-path}/@{common-controls2x}', 100px);
|
||||
background-repeat: no-repeat;
|
||||
background-position: @radio-offset-x @radio-offset-y;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
margin-left: -22px;
|
||||
margin-right: 6px;
|
||||
padding-bottom: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
cursor: default;
|
||||
vertical-align: top;
|
||||
|
||||
&.checked {
|
||||
background-position: @radio-offset-x @radio-offset-y - 16px;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
background-position: @radio-offset-x - 48px @radio-offset-y;
|
||||
|
||||
&.checked {
|
||||
background-position: @radio-offset-x - 48px @radio-offset-y - 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user