Forgot this.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 4 Oct 2010 21:24:53 +0000 (17:24 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 4 Oct 2010 21:24:53 +0000 (17:24 -0400)
web_frontend/screen.css

index 6f645c20c553d337e628d5ce7eb7fe5b8bacc92b..c92f40ffff7d0e22288720198e00bd24f709cccc 100644 (file)
@@ -93,19 +93,19 @@ h1 {
       linear,
       left bottom,
       left top,
-      color-stop(1, rgb(224,225,221)),
+      color-stop(1, rgb(255,255,255)),
       color-stop(0, rgb(173,175,175))
   );
   background: -moz-linear-gradient(
       center bottom,
-      rgb(224,225,221) 100%,
+      rgb(255,255,255) 100%,
       rgb(173,175,175) 0%
   );
 
-  border-color-top: black;
-  border-color-left: black;
-  border-color-right: red;
-  border-color-bottom: rgb(200, 200, 200);
+  border-top-color: black;
+  border-left-color: black;
+  border-right-color: rgb(100, 100, 100);
+  border-bottom-color: rgb(100, 100, 100);
   border-style: solid;
   border-width: .1em;
 
@@ -116,6 +116,21 @@ h1 {
   font-size: 0.7em;
 }
 
+.actor .tile:active {
+  background: -webkit-gradient(
+      linear,
+      left bottom,
+      left top,
+      color-stop(0, rgb(255,255,255)),
+      color-stop(1, rgb(173,175,175))
+  );
+  background: -moz-linear-gradient(
+      center bottom,
+      rgb(255,255,255) 0%,
+      rgb(173,175,175) 100%
+  );
+}
+
 .modalDialog {
   position: absolute;
   background: white;