|
From: <be...@us...> - 2013-09-25 01:50:14
|
Revision: 12093
http://sourceforge.net/p/xoops/svn/12093
Author: beckmi
Date: 2013-09-25 01:50:08 +0000 (Wed, 25 Sep 2013)
Log Message:
-----------
Making the buttons slightly lighter
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_common_letterschoice.html
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_common_letterschoice.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_common_letterschoice.html 2013-09-24 21:27:49 UTC (rev 12092)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_common_letterschoice.html 2013-09-25 01:50:08 UTC (rev 12093)
@@ -1,37 +1,41 @@
<style type="text/css">
.button_green {
- background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
- background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
- background-color:#b8e356;
- -webkit-border-radius:2px;
- -moz-border-radius:2px;
- border-radius:2px;
- text-indent:0;
- border:1px solid #83c41a;
- display:inline-block;
- color:inherit;
- font-family:inherit;
- font-size:12px;
- font-weight:bold;
- font-style:normal;
- height:20px;
- line-height:20px;
- width:20px;
- text-decoration:none;
- text-align:center;
- text-shadow:1px 1px 0px #86ae47;
- margin: 2px;
+ -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
+ -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
+ box-shadow:inset 0px 1px 0px 0px #d9fbbe;
+ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d9fbbe), color-stop(1, #d9fbbe) );
+ background:-moz-linear-gradient( center top, #a5cc52 5%, #d9fbbe 100% );
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9fbbe', endColorstr='#b8e356');
+ background-color:#d9fbbe;
+ -webkit-border-radius:2px;
+ -moz-border-radius:2px;
+ border-radius:2px;
+ text-indent:0;
+ border:1px solid #83c41a;
+ display:inline-block;
+ color:inherit;
+ font-family:inherit;
+ font-size:12px;
+ font-weight:bold;
+ font-style:normal;
+ height:20px;
+ line-height:20px;
+ width:18px;
+ text-decoration:none;
+ text-align:center;
+ text-shadow:1px 1px 0px #d9fbbe;
+ margin: 2px 0px;
}
.button_green:hover {
- background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
- background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
- background-color:#a5cc52;
+ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
+ background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
+ background-color:#86ae47;
}.button_green:active {
position:relative;
top:1px;
}
+
.button_grey {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
@@ -50,11 +54,11 @@
font-style:normal;
height:20px;
line-height:20px;
- width:20px;
+ width:18px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ffffff;
- margin: 2px;
+ margin: 2px 0px;
}
.button_grey:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
|