1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

changed pulldown menus; css why do you hate me

This commit is contained in:
Steven Hugg
2019-05-21 22:36:56 -04:00
parent 029c1156ed
commit fb3d3430da
3 changed files with 49 additions and 45 deletions
+8 -6
View File
@@ -283,14 +283,16 @@ canvas.pixelated {
font-family: TinyFont;
src: url(04B_03__.TTF);
}
#booksMenuButton {
border-width:3px;
border-color:#99ff99;
background-color:#006600;
.toolbarMenuButton {
background-color:#666;
border-style:solid;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
position:relative;
top:-0.25em;
margin-left:0.5em;
margin-right:0.5em;
}
a.toolbarMenuButton {
padding:0.3em;
}
a.dropdown-toggle {
}
@@ -540,5 +542,5 @@ div.asset_toolbar {
color: #ccc;
}
.book-title {
font-size:14pt;
font-size:12pt;
}