From cb75ee298c5eac3d6a6d39861e31aac899a6c845 Mon Sep 17 00:00:00 2001 From: peitra Date: Wed, 3 Jun 2020 16:50:17 +0100 Subject: [PATCH] A Fix on Message and Reminder Button --- interface/themes/style_purple.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/themes/style_purple.css b/interface/themes/style_purple.css index 4d83f1af6..16a00a64a 100644 --- a/interface/themes/style_purple.css +++ b/interface/themes/style_purple.css @@ -636,11 +636,12 @@ font-weight: bold; } .css_button, a[role="button"] { - background: transparent url( 'theme_assets/bg_button_a.gif' ) no-repeat scroll top right; + border-radius:15px ; + padding: 7px 45px 20px 17px; color: #444; display: block; float: left; - font: bold 10px arial, sans-serif; + font: bold 12px arial, sans-serif; height: 24px; margin-right: 3px; padding-right: 10px; /* sliding doors padding */