Updated Tab Cloak Menu

This commit is contained in:
TheEmeraldStarr 2020-09-17 20:14:53 -07:00
parent e00019ff0a
commit ddec12af6f

View file

@ -42,10 +42,10 @@
cursor: pointer;
}
</style>
<form id="titleform"><input class="bg-white border rounded-0 border shadow-lg" type="text" placeholder="Tab Title" style="width: 100%; height: 100%; font-family: 'Montserrat Alternates', sans-serif;" />
<form id="titleform"><input class="bg-dark border rounded-0 border shadow-lg" type="text" placeholder="Tab Title" style="width: 100%; height: 110%; font-family: 'Montserrat Alternates', sans-serif;" />
<input class="btn btn-dark btn-lg bg-dark border-dark rounded-0 border shadow-lg" type="submit" value="Apply" style="width: 100%;padding: 8px;margin: 0px;height: 100%;font-family: 'Montserrat Alternates', sans-serif;font-size: 16px;">
</form>
<form id="iconform"><input class="bg-white border rounded-0 border shadow-lg" type="url" placeholder="Icon URL" style="width: 100%; height: 100%; font-family: 'Montserrat Alternates', sans-serif;" />
<form id="iconform"><input class="bg-dark border rounded-0 border shadow-lg" type="url" placeholder="Icon URL" style="width: 100%; height: 110%; font-family: 'Montserrat Alternates', sans-serif;" />
<input class="btn btn-dark btn-lg bg-dark border-dark rounded-0 border shadow-lg" type="submit" value="Apply" style="width: 100%;padding: 8px;margin: 0px;height: 100%;font-family: 'Montserrat Alternates', sans-serif;font-size: 16px;">
</form>
<script src="assets/js/header.js"></script>