diff --git a/manager.css b/manager.css index b9b0858..ce6de20 100644 --- a/manager.css +++ b/manager.css @@ -56,6 +56,7 @@ button.back-btn { height: 25px; margin-top: 5px; margin-left: 5px; + left: 0; text-align: center; border-style: none; outline: none; @@ -72,6 +73,34 @@ button.back-btn:active { background-color: #5c6fb1; } +button#open-themes-btn { + position: absolute; + background-color: #7289da; + font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #ffffff; + padding: 4px; + border-radius: 5px; + width: 105px; + height: 25px; + margin-top: 5px; + margin-right: 5px; + right: 0; + text-align: center; + border-style: none; + outline: none; +} + +button#open-themes-btn:hover { + background-color: #687dc6; + border-style: none; + outline: none; + cursor: pointer; +} + +button#open-themes-btn:active { + background-color: #5c6fb1; +} + #tm-list { position: absolute; top: 100px; diff --git a/manager.html b/manager.html index 60f668f..afae175 100644 --- a/manager.html +++ b/manager.html @@ -8,7 +8,8 @@
+Cord Manager
-