mirror of https://gitlab.com/bashrc2/epicyon
Checkbox class
parent
b4a64a46aa
commit
b639aaca0f
|
@ -1744,7 +1744,7 @@ div.container {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
input[type=checkbox]
|
input[type=checkbox], .profilecheckbox
|
||||||
{
|
{
|
||||||
-ms-transform: scale(2);
|
-ms-transform: scale(2);
|
||||||
-moz-transform: scale(2);
|
-moz-transform: scale(2);
|
||||||
|
@ -2486,7 +2486,7 @@ div.container {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
input[type=checkbox]
|
input[type=checkbox], .profilecheckbox
|
||||||
{
|
{
|
||||||
-ms-transform: scale(4);
|
-ms-transform: scale(4);
|
||||||
-moz-transform: scale(4);
|
-moz-transform: scale(4);
|
||||||
|
@ -3225,7 +3225,7 @@ div.container {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
input[type=checkbox]
|
input[type=checkbox], .profilecheckbox
|
||||||
{
|
{
|
||||||
-ms-transform: scale(4);
|
-ms-transform: scale(4);
|
||||||
-moz-transform: scale(4);
|
-moz-transform: scale(4);
|
||||||
|
|
Loading…
Reference in New Issue