From db3b99231993f6b0aa2fe9ee26b7bbada4beb7f4 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 30 Apr 2013 13:44:15 -0700 Subject: [PATCH] Inconsequential hover states on PM windows --- style/client.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/style/client.css b/style/client.css index 130459e20..93a7d384e 100644 --- a/style/client.css +++ b/style/client.css @@ -297,11 +297,19 @@ body { border: 1px solid #AAAAAA; border-top-left-radius: 5px; border-top-right-radius: 5px; - cursor: default; + cursor: pointer; +} +.pm-window h3:hover { + color: #333333; } .pm-window h3 .closebutton { float: right; } +.pm-window h3 small { + color: #888888; + font-weight: normal; + vertical-align: 1px; +} .pm-log { min-height: 100px; max-height: 300px; @@ -328,12 +336,14 @@ body { } .pm-window.focused h3, .pm-window.focused .pm-log, -.pm-window.focused .pm-log.add { +.pm-window.focused .pm-log-add { border-color: #555555; } -.pm-window.focused h3 { +.pm-window.focused h3, +.pm-window.focused h3:hover { background: #f8f8f8; color: #222222; + cursor: default; } .tiny-layout .leftmenu,