changed red button style

bzr revid: mit@openerp.com-20120904130509-94atd9x6rf3lb0sq
This commit is contained in:
Minh Tran 2012-09-04 15:05:09 +02:00
parent da86f505ac
commit 09fc23c99e
2 changed files with 56 additions and 65 deletions

View File

@ -419,40 +419,35 @@
background: #dc5f59;
}
.openerp button.oe_highlight {
background-color: #dc5f59;
background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
background-image: -o-linear-gradient(top, #dc5f59, #b33630);
background-image: linear-gradient(to bottom, #dc5f59, #b33630);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.openerp button.oe_highlight:active {
background-color: #b33630;
background-image: -webkit-gradient(linear, left top, left bottom, from(#b33630), to(#dc5f59));
background-image: -webkit-linear-gradient(top, #b33630, #dc5f59);
background-image: -moz-linear-gradient(top, #b33630, #dc5f59);
background-image: -ms-linear-gradient(top, #b33630, #dc5f59);
background-image: -o-linear-gradient(top, #b33630, #dc5f59);
background-image: linear-gradient(to bottom, #b33630, #dc5f59);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #795151;
background-color: #df3f3f;
background-image: -webkit-gradient(linear, left top, left bottom, from(#df3f3f), to(#a21a1a));
background-image: -webkit-linear-gradient(top, #df3f3f, #a21a1a);
background-image: -moz-linear-gradient(top, #df3f3f, #a21a1a);
background-image: -ms-linear-gradient(top, #df3f3f, #a21a1a);
background-image: -o-linear-gradient(top, #df3f3f, #a21a1a);
background-image: linear-gradient(to bottom, #df3f3f, #a21a1a);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
}
.openerp button.oe_highlight:hover {
background-color: #df6b66;
background-image: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
background-image: -webkit-linear-gradient(top, #df6b66, #bf3a33);
background-image: -moz-linear-gradient(top, #df6b66, #bf3a33);
background-image: -ms-linear-gradient(top, #df6b66, #bf3a33);
background-image: -o-linear-gradient(top, #df6b66, #bf3a33);
background-image: linear-gradient(to bottom, #df6b66, #bf3a33);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
background-color: #e46565;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e46565), to(#b81e1e));
background-image: -webkit-linear-gradient(top, #e46565, #b81e1e);
background-image: -moz-linear-gradient(top, #e46565, #b81e1e);
background-image: -ms-linear-gradient(top, #e46565, #b81e1e);
background-image: -o-linear-gradient(top, #e46565, #b81e1e);
background-image: linear-gradient(to bottom, #e46565, #b81e1e);
}
.openerp button.oe_highlight:active {
background-color: #ab1b1b;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ab1b1b), to(#e04848));
background-image: -webkit-linear-gradient(top, #ab1b1b, #e04848);
background-image: -moz-linear-gradient(top, #ab1b1b, #e04848);
background-image: -ms-linear-gradient(top, #ab1b1b, #e04848);
background-image: -o-linear-gradient(top, #ab1b1b, #e04848);
background-image: linear-gradient(to bottom, #ab1b1b, #e04848);
}
.openerp .oe_background_grey {
background: #eeeeee !important;
@ -1223,18 +1218,12 @@
}
.openerp .oe_secondary_submenu .oe_active {
border-top: 1px solid lightGray;
border-bottom: 1px solid #e0e0e0;
border-bottom: 1px solid #dedede;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.2);
background-color: #7372a7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#7372a7), to(#8281b1));
background-image: -webkit-linear-gradient(top, #7372a7, #8281b1);
background-image: -moz-linear-gradient(top, #7372a7, #8281b1);
background-image: -ms-linear-gradient(top, #7372a7, #8281b1);
background-image: -o-linear-gradient(top, #7372a7, #8281b1);
background-image: linear-gradient(to bottom, #7372a7, #8281b1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
background: #7c7bad;
}
.openerp .oe_secondary_submenu .oe_active a {
color: white;
@ -1948,6 +1937,7 @@
.openerp .oe_form header {
position: relative;
border-bottom: 1px solid #cacaca;
padding-left: 2px;
background-color: #fcfcfc;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
@ -1960,6 +1950,9 @@
display: inline-block;
float: right;
}
.openerp .oe_form header .oe_form_button {
margin: 3px 2px;
}
.openerp .oe_form div.oe_chatter {
min-width: 650px;
max-width: 860px;
@ -1979,7 +1972,7 @@
min-width: 150px;
}
.openerp .oe_form div.oe_form_configuration .oe_form_group_cell_label {
padding: 2px 0;
padding: 1px 0;
}
.openerp .oe_form div.oe_form_configuration .oe_form_group_cell div div {
padding: 1px 0;
@ -2168,7 +2161,7 @@
}
.openerp .oe_form td.oe_form_group_cell_label {
border-right: 1px solid #dddddd;
padding: 4px 0px 4px 0px;
padding: 2px 0px;
}
.openerp .oe_form td.oe_form_group_cell_label label {
line-height: 18px;
@ -2176,7 +2169,7 @@
min-width: 140px;
}
.openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
padding-left: 6px;
padding: 2px 0 2px 8px;
}
.openerp .oe_form .oe_form_group {
width: 100%;
@ -2188,7 +2181,7 @@
.openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
font-weight: bold;
white-space: nowrap;
padding-right: 6px;
padding-right: 8px;
}
.openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
font-size: 80%;
@ -2264,7 +2257,6 @@
width: 100%;
display: inline-block;
padding: 2px 2px 2px 0px;
line-height: 1em;
}
.openerp .oe_form .oe_form_field input {
margin: 0px;

View File

@ -381,15 +381,13 @@ $sheet-max-width: 860px
color: white
background: #DC5F59
button.oe_highlight
@include vertical-gradient(#dc5f59, #b33630)
@include box-shadow(none)
button.oe_highlight:active
@include vertical-gradient(#b33630, #dc5f59)
@include box-shadow(none)
border: 1px solid #795151
@include vertical-gradient(#df3f3f, #a21a1a)
@include box-shadow((0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset))
button.oe_highlight:hover
@include vertical-gradient(#DF6B66, #BF3A33)
//@include vertical-gradient(lighten(#dc5f59, 3%), lighten(#b33630, 3%))
@include box-shadow(0 0 1px rgba(0, 0, 0, 0.2))
@include vertical-gradient(lighten(#e04f4f, 5%), lighten(#a21a1a, 5%))
button.oe_highlight:active
@include vertical-gradient(lighten(#a21a1a, 2%), lighten(#df3f3f, 2%))
.oe_background_grey
background: #eee !important
@ -955,11 +953,10 @@ $sheet-max-width: 860px
@include transform(scale(1.1))
.oe_active
border-top: 1px solid lightGray
border-bottom: 1px solid #e0e0e0
border-bottom: 1px solid #dedede
text-shadow: 0 1px 1px rgba(0,0,0,0.2)
@include box-shadow((inset 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.2)))
//background: $link-color
@include vertical-gradient(darken($link-color, 3%), lighten($link-color, 2%))
@include box-shadow((inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2)))
background: $link-color
a
color: white
.oe_menu_label
@ -1513,10 +1510,13 @@ $sheet-max-width: 860px
header
position: relative
border-bottom: 1px solid #cacaca
padding-left: 2px
@include vertical-gradient(#fcfcfc, #dedede)
ul
display: inline-block
float: right
.oe_form_button
margin: 3px 2px
div.oe_chatter
min-width: 650px
max-width: $sheet-max-width
@ -1533,7 +1533,7 @@ $sheet-max-width: 860px
label
min-width: 150px
.oe_form_group_cell_label
padding: 2px 0
padding: 1px 0
.oe_form_group_cell div div
padding: 1px 0
@ -1652,13 +1652,13 @@ $sheet-max-width: 860px
margin: 2px
td.oe_form_group_cell_label
border-right: 1px solid #ddd
padding: 4px 0px 4px 0px
padding: 2px 0px
label
line-height: 18px
display: block
min-width: 140px
td.oe_form_group_cell + .oe_form_group_cell
padding-left: 6px
padding: 2px 0 2px 8px
.oe_form_group
width: 100%
margin: 9px 0 9px 0
@ -1670,7 +1670,7 @@ $sheet-max-width: 860px
.oe_form_label_help[for], .oe_form_label[for]
font-weight: bold
white-space: nowrap
padding-right: 6px
padding-right: 8px
span
font-size: 80%
color: darkGreen
@ -1733,7 +1733,6 @@ $sheet-max-width: 860px
width: 100%
display: inline-block
padding: 2px 2px 2px 0px
line-height: 1em
input
margin: 0px
input[type="text"], input[type="password"], input[type="file"], select