diff --git a/src/themes/default/images/selectlist.svg b/src/themes/default/images/selectlist.svg index 5a4bc09..546a00e 100644 --- a/src/themes/default/images/selectlist.svg +++ b/src/themes/default/images/selectlist.svg @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/src/themes/default/style.css b/src/themes/default/style.css index 98ec8a2..e6887ed 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -107,7 +107,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } #mtt_body.no-lists #toolbar > * { visibility:hidden; } .mtt-htabs { clear:both; padding:8px; border-bottom:2px solid #DEDEDE; background:#ededed; } -.mtt-img-button { padding:4px; display:block; border-radius:4px; transition:background-color 0.1s ease-in; } +.mtt-img-button { padding:4px; display:block; border-radius:4px; transition:background-color 0.1s ease-in; cursor:pointer; } .mtt-img-button:hover, .mtt-img-button.mtt-menu-button-active { background-color:#efefef; } .mtt-img-button span { display:block; width:16px; height:16px; }