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:
+8
-6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user