From cc31081f1ce91d422554711dfccabdce160150b8 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Thu, 11 May 2017 17:55:38 +0200 Subject: [PATCH] Different design for second button of wrapperConfirm --- src/Ui/media/Wrapper.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Ui/media/Wrapper.css b/src/Ui/media/Wrapper.css index 4b84d4b2..aa32b60c 100644 --- a/src/Ui/media/Wrapper.css +++ b/src/Ui/media/Wrapper.css @@ -20,6 +20,8 @@ a { color: black } color: rgba(0,0,0,0); background: #999 url(img/loading.gif) no-repeat center center; transition: all 0.5s ease-out ; pointer-events: none; border-bottom: 2px solid #666 } +.button.button-2 { background-color: transparent; border: 1px solid #EEE; color: #555 } +.button.button-2:hover { border: 1px solid #CCC; color: #000 } /* Fixbutton */