diff --git a/index.css b/index.css index 57d0df7ff..3b577177d 100644 --- a/index.css +++ b/index.css @@ -2089,9 +2089,10 @@ svg.button { padding: 1.2em; border: solid 1px #000; font-size: 1.2em; + z-index: 1000; } -#promptTest { +#promptText { padding: 0 0 .6em 0; font-weight: bold; font-family: sans-serif; @@ -2125,6 +2126,44 @@ svg.button { stroke-width: 0; } +.pell { + border: 1px solid hsla(0,0%,4%,.1) +} + +.pell,.pell-content { + box-sizing: border-box +} + +.pell-content { + height: 14em; + outline: 0; + overflow-y: auto; + padding: .6em; + font-family: Copperplate, monospace; + background-color: #fff; + border: 1px solid #dedede; +} + +.pell-actionbar { + background-color: #fff; + border: 1px solid #dedede; + border-bottom: 0; +} + +.pell-button { + background-color: transparent; + border: none; + cursor: pointer; + height: 30px; + outline: 0; + width: 30px; + vertical-align: bottom +} + +.pell-button-selected { + background-color: #f0f0f0 +} + #debug { font-size: 1px; opacity: .8; diff --git a/index.html b/index.html index eaf4bf580..60f463c97 100644 --- a/index.html +++ b/index.html @@ -2412,9 +2412,9 @@ - + - + @@ -2538,7 +2538,7 @@ Attackers
-
+
@@ -2551,7 +2551,7 @@ Defenders
-
+
@@ -3209,14 +3209,12 @@ Select object: Object name: - -
-
- Legend:
- +
+
+ @@ -3672,7 +3670,7 @@