You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bootstrap-magic-button/css/bootstrap-magic-button.css

22 lines
368 B
CSS

button[class^=magicBtn] {
display: none;
position: absolute;
border-style: none;
background: none;
background-repeat: no-repeat;
width: 47px;
height: 32px;
opacity: 0.7;
}
button[class*="magicBtn-active"] {
position: absolute;
border-style: none;
background: none;
background-repeat: no-repeat;
width: 47px;
height: 32px;
opacity: 1;
}