From 62350d0d420821c27c5b546fa93640ddd92d8e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDan=20=C5=BDagar?= Date: Mon, 11 Sep 2017 16:03:33 +0200 Subject: [PATCH] Changed the styling so first option isnt outlined like button, but now mouse cursor wont change to hand when hovering over; will leave this small bug for fixing later --- app/assets/stylesheets/themes/scinote.scss | 6 ++++++ app/views/protocols/index.html.erb | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 026833e74..3850029ce 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -2008,6 +2008,12 @@ th.custom-field .modal-tooltiptext { margin-right: 5px; padding: 3px; } + .btn-link { + border-radius: 4px; + margin-right: 5px; + padding: 3px; + cursor:pointer; + } .btn:last-child { margin-right: 20px; diff --git a/app/views/protocols/index.html.erb b/app/views/protocols/index.html.erb index af0cdbadf..44adefe47 100644 --- a/app/views/protocols/index.html.erb +++ b/app/views/protocols/index.html.erb @@ -55,9 +55,9 @@