Files
matrix/build/WebContent/css/button.css
2026-07-21 20:46:27 +05:30

265 lines
8.4 KiB
CSS

.button#btnajaxproc
{
background:url('/matrix/images/loading_circle.gif') 4px center no-repeat;
}
.button#btndoubtfull
{
background:url('/matrix/images/doubtfull.png') 4px center no-repeat;
}
.button#btnupload
{
background:url('/matrix/images/upload.png') 4px center no-repeat;
}
.button#btntag
{
background:url('/matrix/images/attachpin.png') 4px center no-repeat;
}
.button#btndownload,
.button.report-download-action
{
background:url('/matrix/images/download.png') 4px center no-repeat;
}
.button#btnexcel
{
background:url('/matrix/images/xls.png') 4px center no-repeat;
}
.button#btnundodone
{
background:url('/matrix/images/undo_done.png') 4px center no-repeat;
}
.button#btnadd
{
background:url('/matrix/images/page_add.png') 4px center no-repeat;
}
.button#btnaemail
{
background:url('/matrix/images/add_email.png') 4px center no-repeat;
}
.button#btnfind
{
background:url('/matrix/images/find.png') 4px center no-repeat;
}
.button#btngenreport
{
background:url('/matrix/images/report_disk.png') 4px center no-repeat;
}
.button#btntransfer,.buttondisabled#btntransfer
{
background:url('/matrix/images/transfer.png') 4px center no-repeat;
}
.button#btndelete,.buttondisabled#btndelete
{
background:url('/matrix/images/bin.png') 4px center no-repeat;
}
.button#btnautorem
{
background:url('/matrix/images/autorem.png') 4px center no-repeat;
}
.button#btncompsave
{
background:url('/matrix/images/finaldone.png') 4px center no-repeat;
}
.button#btnaddfilt
{
background:url('/matrix/images/add_filter.png') 4px center no-repeat;
}
.button#btnfilter
{
background:url('/matrix/images/filter.png') 4px center no-repeat;
}
.button#btnneg
{
background:url('/matrix/images/defaulter.png') 4px center no-repeat;
}
.button#btnear
{
background:url('/matrix/images/flag_yellow.png') 4px center no-repeat;
}
.button#btnfirst
{
background:url('/matrix/images/first.png') center center no-repeat;
}
.button#btnprev
{
background:url('/matrix/images/prev.png') center center no-repeat;
}
.button#btnnext
{
background:url('/matrix/images/next.png') center center no-repeat;
}
.button#btnlast
{
background:url('/matrix/images/last.png') center center no-repeat;
}
.button#btnstart
{
background:url('/matrix/images/arrow_start_blue.png') 4px center no-repeat;
}
.button#btnsend
{
background:url('/matrix/images/sendsms.png') 4px center no-repeat;
}
.button#btndedupe
{
background:url('/matrix/images/deduperun.png') 4px center no-repeat;
}
.button#btnpdf
{
background:url('/matrix/images/pdf.png') 4px center no-repeat;
}
.button#btnsave
{
background:url('/matrix/images/disk.png') 4px center no-repeat;
}
.button#btnok
{
background:url('/matrix/images/ok.png') 4px center no-repeat;
}
.button#btncancel
{
background:url('/matrix/images/cancel.png') 4px center no-repeat;
}
.button#btnlogin
{
background:url('/matrix/images/login.png') 4px center no-repeat;
}
.button#btninfo
{
background:url('/matrix/images/msginfo.png') 4px center no-repeat;
}
.button#btnredo,.buttondisabled#btnredo
{
background:url('/matrix/images/redo.png') 4px center no-repeat;
}
.button#btnedit
{
background:url('/matrix/images/edit_form.png') 4px center no-repeat;
}
.button#adduser
{
background:url('/matrix/images/ref.png') 4px center no-repeat;
}
.button#activeuser
{
background:url('/matrix/images/verifier.gif') 4px center no-repeat;
}
.button#inactiveuser
{
background:url('/matrix/images/verifier_0.gif') 4px center no-repeat;
}
.button#activebranch
{
background:url('/matrix/images/city.png') 4px center no-repeat;
}
.button#inactivebranch
{
background:url('/matrix/images/cityinactive.png') 4px center no-repeat;
}
.button#btnplus
{
background:url('/matrix/images/plus_green.png') 4px center no-repeat;
}
.button#btnsave, .button#btnlogin, .button#btncancel, .button#btnok, .button#btnpdf,
.button#btnsend,.button#btndedupe,.button#btnstart, .button#btnfirst, .button#btnprev,
.button#btnnext, .button#btnlast,.button#btnneg,.button#btnear,.button#btnfilter,
.button#btnaddfilt,.button#btncompsave,.button#btnautorem,.button#btntransfer,
.button#btndelete,.button#btngenreport,.button#btnfind,.button#btnadd,.button#btnundodone,
.button#btnexcel,.button#btndownload,.button#btnupload,.button#btndoubtfull,.button#btnajaxproc,.button#btnaemail,
.button#btninfo,.button#btnredo,.button#btncc,.button#btntag,.button#btnedit,.button#adduser,.button#activeuser,
.button#inactiveuser,.button#activebranch,.button#inactivebranch,.button#btnplus
{
-moz-box-shadow:inset 0px 0px 0px 1px #ffffff;
-webkit-box-shadow:inset 0px 0px 0px 1px #ffffff;
box-shadow:inset 0px 0px 0px 1px #ffffff;
background-color:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background-color:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #a7abb4;
display:inline-block;
color:#555555;
font-family:arial;
font-size:11px;
font-weight:bold;
text-indent:9px;
padding:3px 15px;
text-decoration:none;
cursor:pointer;
margin-right:1px;
text-shadow:1px 1px 0px #ffffff;
}.button#btnsave:hover,.button#btnlogin:hover, .button#btncancel:hover,
.button#btnok:hover,.button#btnpdf:hover,.button#btnsend:hover,.button#btndedupe:hover,
.button#btnstart:hover, .button#btnfirst:hover, .button#btnprev:hover,
.button#btnnext:hover, .button#btnlast:hover,.button#btnneg:hover,.button#btnear:hover,
.button#btnfilter:hover,.button#btnaddfilt:hover,.button#btncompsave:hover,
.button#btnautorem:hover,.button#btntransfer:hover,.button#btndelete:hover,
.button#btngenreport:hover,.button#btnfind:hover,.button#btnadd:hover,
.button#btnexcel:hover,.button#btnundodone:hover,.button#btndownload:hover,
.button#btnupload:hover,.button#btndoubtfull:hover,.button#btnajaxproc:hover,.button#btnaemail:hover,
.button#btninfo:hover,.button#btnredo:hover,.button#btncc:hover,.button#btntag:hover,.button#btnedit:hover,
.button#adduser:hover,.button#activeuser:hover,.button#inactiveuser:hover,.button#activebranch:hover,.button#inactivebranch:hover,
.button#btnplus:hover
{
background-color:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background-color:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}.button#btnsave:active,.button#btnlogin:active,.button#btncancel:active,
.button#btnok:active,.button#btnpdf:active,.button#btnsend:active,.button#btndedupe:active,
.button#btnstart:active, .button#btnfirst:active, .button#btnprev:active,
.button#btnnext:active, .button#btnlast:active,.button#btnneg:active,.button#btnear:active,
.button#btnfilter:active,.button#btnaddfilt:active,.button#btncompsave:active,
.button#btnautorem:active,.button#btntransfer:active,.button#btndelete:active,
.button#btngenreport:active,.button#btnfind:active,.button#btnadd:active,
.button#btnundodone:active,.button#btnexcel:active,.button#btndownload:active,
.button#btnupload:active,.button#btndoubtfull:active,.button#btnajaxproc:active,.button#btnaemail:active,
.button#btninfo:active,.button#btnredo:active,.button#btncc:active,.button#btntag:active,.button#btnedit:active,
.button#adduser:active,.button#activeuser:active,.button#inactiveuser:active,.button#activebranch:active,.button#inactivebranch:active,
.button#btnplus:active
{
position:relative;
top:1px;
}
.buttondisabled#btndelete,.buttondisabled#btntransfer
{
background-color:#f5f5f5;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #e1e2e2;
display:inline-block;
color:#7777;
font-family:arial;
font-size:11px;
font-weight:bold;
text-indent:9px;
padding:3px 15px;
text-decoration:none;
margin-right:1px;
text-shadow:1px 1px 0px #ffffff;
}
.linkbutton
{
display:inline-block;
color:#000000;
line-height:15px;
font-family:arial;
font-size:11px;
font-weight:bold;
text-indent:5px;
padding:3px 5px;
margin-right:1px;
text-transform:none;
/*text-shadow:2px 2px 0px #ffffff;*/
}.linkbutton:hover
{
color:blue;
font-weight:bold;
text-decoration: underline;
cursor:pointer;
}