diff options
Diffstat (limited to 'core/css/quick.css')
-rw-r--r-- | core/css/quick.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/css/quick.css b/core/css/quick.css index ab8c5437..3e9a8843 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -43,3 +43,16 @@ #gQuickPane .rotate-counter-clockwise span { display: none; } + +#gQuickPane .edit { + background: url('../images/image_edit.png'); + width: 16px; + height: 16px; + position: absolute; + top: 0px; + left: 50%; +} + +#gQuickPane .edit span { + display: none; +} |