Inconsequential hover states on PM windows

This commit is contained in:
Guangcong Luo 2013-04-30 13:44:15 -07:00
parent 70e479bb35
commit db3b992319

View File

@ -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,