From caef231f7ec6b951f9668b27818353560174dad0 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Thu, 23 Aug 2012 07:53:22 +0200 Subject: [PATCH] de-uglified button a bit --- css/style.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 33cf7319..043d9577 100644 --- a/css/style.css +++ b/css/style.css @@ -66,9 +66,25 @@ ul, li { } .action-button { - background-color : white; - width : 150px; - display : inline-block; + background-color: white; + width: 118px; + padding: 5px; + text-align: center; + border-radius: 2px; + display: inline-block; + font-family: Arial; + cursor: pointer; + color: white; + background: #aaa; + text-shadow: 0 -1px 0 #888; +} + +.action-button:hover { + background: #b0b0b0; +} + +.action-button:active { + background: #9a9a9a; } #preview-list li{