diff --git a/css/bootstrap-magic-button.css b/css/bootstrap-magic-button.css new file mode 100644 index 0000000..5bf51b0 --- /dev/null +++ b/css/bootstrap-magic-button.css @@ -0,0 +1,21 @@ +button[class^=magicBtn] { + display: none; + position: fixed; + border-style: none; + background: none; + background-repeat: no-repeat; + width: 47px; + height: 32px; + opacity: 0.7; +} + +button[class*="magicBtn-active"] { + position: fixed; + border-style: none; + background: none; + background-repeat: no-repeat; + width: 47px; + height: 32px; + opacity: 1; +} + diff --git a/example.html b/example.html index 30db750..f8445a3 100644 --- a/example.html +++ b/example.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + @@ -15,9 +15,9 @@

test adsgdsgds


-