Code: Alles auswählen
/* Import base collapsible categories stylesheet */
@import url("../../all/theme/collapsiblecategories.css");
/* Styling overrides for Mixture theme */
/* Collapse button */
.collapse-btn {
margin: -17px 8px 0;
}
a.collapse-btn {
color: #B5B5B5;
background: -moz-linear-gradient(top, #DBDBDB 0%, #888 90%);
background: -webkit-linear-gradient(top, #DBDBDB 0%,#888 90%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 14px !important;
}
a.collapse-btn:hover {
color: #BF0000;
background: -moz-linear-gradient(top, #F40000 25%, #A60000 100%);
background: -webkit-linear-gradient(top, #F40000 25%,#A60000 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 14px !important;
}