From c10c59d8c0cc1d8433b96cb10538b6902fa2a8e2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 4 Oct 2010 17:24:53 -0400 Subject: [PATCH] Forgot this. --- web_frontend/screen.css | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/web_frontend/screen.css b/web_frontend/screen.css index 6f645c2..c92f40f 100644 --- a/web_frontend/screen.css +++ b/web_frontend/screen.css @@ -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; -- 2.22.5