From 973bfa9eedc27d4778738946c426e4dae4f25166 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Tue, 25 Aug 2020 21:44:13 +0300 Subject: [PATCH] fix for prev commit --- src/themes/default/images/selectlist.svg | 6 +++--- src/themes/default/style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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; }