From 3b4ea2c1e1b90ca6e80b78864a77156e1c59618f Mon Sep 17 00:00:00 2001 From: Charles Holbrow Date: Thu, 18 Apr 2013 13:08:17 -0400 Subject: [PATCH] nicer browser button in note upload dialog --- karmaworld/assets/css/global.css | 18 +++++++++--------- karmaworld/templates/partial/add_note.html | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index afb432e..0e7ff53 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -358,19 +358,19 @@ input[type="text"]:focus, textarea:focus /* useful if you don't want a bg color from leaking outside the border: */ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; - background-color: #ebebeb; - background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfcfcf)); /* Safari 4+, Chrome */ - background-image: -webkit-linear-gradient(top, #ebebeb, #cfcfcf); /* Chrome 10+, Safari 5.1+, iOS 5+ */ - background-image: -moz-linear-gradient(top, #ebebeb, #cfcfcf); /* Firefox 3.6-15 */ - background-image: -o-linear-gradient(top, #ebebeb, #cfcfcf); /* Opera 11.10-12.00 */ - background-image: linear-gradient(to bottom, #ebebeb, #cfcfcf); /* Firefox 16+, IE10, Opera 12.50+ */ - border-top: solid 1px #fefefe; - color: #f05a28; - font-family: "MuseoSlab-700"; + background-color: #dadada; + /*border-top: solid 1px #fefefe;*/ + color: #000000; + font-family: "MuseoSlab-300"; font-size: 16px; text-align: center; padding: 10px 19px; cursor: pointer; + border: 1px solid black; +} +.inverted_button:hover +{ + color:#f1592a; } .button_arrow diff --git a/karmaworld/templates/partial/add_note.html b/karmaworld/templates/partial/add_note.html index d2a2fb0..c260736 100644 --- a/karmaworld/templates/partial/add_note.html +++ b/karmaworld/templates/partial/add_note.html @@ -18,7 +18,7 @@
- +
-- 2.25.1