2009-01-15 04:32:34 +00:00
|
|
|
.gItem:hover {
|
2009-01-20 08:59:08 +00:00
|
|
|
background-color: #cfdeff;
|
2009-01-15 04:32:34 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
.gQuick {
|
2009-01-03 05:36:16 +00:00
|
|
|
border: none !important;
|
2009-01-20 08:59:08 +00:00
|
|
|
margin: 0 !important;
|
2009-01-12 08:24:23 +00:00
|
|
|
padding: 0 !important;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-04 19:54:38 +00:00
|
|
|
#gQuickPane {
|
2009-01-13 06:20:35 +00:00
|
|
|
background: #000;
|
2009-01-14 06:36:47 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
2009-01-15 04:32:34 +00:00
|
|
|
opacity: 0.9;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane a {
|
|
|
|
|
background-color: #333;
|
|
|
|
|
background-image: url(../images/d8e7f3_edit_icons.png);
|
|
|
|
|
background-repeat: no-repeat;
|
2009-01-03 05:36:16 +00:00
|
|
|
cursor: pointer;
|
2009-01-13 06:20:35 +00:00
|
|
|
display: block;
|
2009-01-14 06:36:47 +00:00
|
|
|
float: left;
|
2009-01-03 05:36:16 +00:00
|
|
|
height: 16px;
|
2009-01-13 06:20:35 +00:00
|
|
|
margin: 8px;
|
2009-01-12 08:24:23 +00:00
|
|
|
width: 16px;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane a:hover {
|
|
|
|
|
background-color: #666;
|
|
|
|
|
}
|
2009-01-20 08:59:08 +00:00
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane a span {
|
2009-01-03 05:36:16 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-14 06:36:47 +00:00
|
|
|
#gQuickPane .edit {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane .clockwise {
|
|
|
|
|
background-position: -16px 0;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-13 06:20:35 +00:00
|
|
|
#gQuickPane .counter-clockwise {
|
2009-01-14 06:36:47 +00:00
|
|
|
background-position: -32px 0;
|
2009-01-03 05:36:16 +00:00
|
|
|
}
|
2009-01-05 08:05:50 +00:00
|
|
|
|
2009-01-14 06:36:47 +00:00
|
|
|
#gQuickPane .delete {
|
|
|
|
|
background-position: -48px 0;
|
2009-01-05 08:05:50 +00:00
|
|
|
}
|
2009-01-14 06:36:47 +00:00
|
|
|
|
|
|
|
|
#gQuickPane .move {
|
|
|
|
|
background-position: -64px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gQuickPane .tag {
|
|
|
|
|
background-position: -80px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gQuickPane .cover {
|
|
|
|
|
background-position: -96px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gQuickPane .options {
|
|
|
|
|
background-position: -112px 0;
|
2009-01-20 08:59:08 +00:00
|
|
|
}
|