Hi,
What is the procedure to get a theme certified for Cinnamon 1.6? I created a new White theme and would like to see it put in the 'certified for 1.6' category.
Thanks....Paul



.check-box CinnamonGenericContainer {
spacing: .3em;
height: 26px;
}
.check-box StBin,
.check-box:focus StBin {
width: 20px;
height: 20px;
background-image: url("checkbox-off.svg");
}
.check-box:checked StBin {
background-image: url("checkbox.svg");
}
.check-box:focus:checked StBin {
background-image: url("checkbox-focused.svg");
}
.check-box StLabel {
padding-top: 3px;
}
.radiobutton CinnamonGenericContainer {
spacing: .3em;
height: 26px;
}
.radiobutton StBin,
.radiobutton:focus StBin {
width: 24px;
height: 24px;
background-image: url("radiobutton-off.svg");
}
.radiobutton:checked StBin,
.radiobutton:focus:checked StBin {
background-image: url("radiobutton.svg");
}
.radiobutton StLabel {
padding-top: 4px;
}

Users browsing this forum: No registered users and 17 guests