mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
51 lines
798 B
CSS
51 lines
798 B
CSS
.gQuick {
|
|
border: none !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
#gQuickPane {
|
|
background: #000;
|
|
border-bottom: 1px solid #fff;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#gQuickPane a {
|
|
background-color: #333;
|
|
background-image: url(../images/d8e7f3_edit_icons.png);
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
display: block;
|
|
float: right;
|
|
height: 16px;
|
|
margin: 8px;
|
|
top: 0px;
|
|
width: 16px;
|
|
}
|
|
|
|
#gQuickPane a:hover {
|
|
background-color: #666;
|
|
}
|
|
|
|
#gQuickPane a span {
|
|
display: none;
|
|
}
|
|
|
|
#gQuickPane .clockwise {
|
|
background-position: -16px 0;
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
|
|
#gQuickPane .counter-clockwise {
|
|
background-position: 0 0;
|
|
left: 0px;
|
|
position: absolute;
|
|
}
|
|
|
|
#gQuickPane .edit {
|
|
background-position: 0 -16px;
|
|
left: 42%;
|
|
position: absolute;
|
|
}
|