buttons stand out better and follow template coloring

This commit is contained in:
Jerry Ruhe 2006-12-14 23:11:59 +00:00
parent bd67c2da12
commit 22508fffc1

View File

@ -78,7 +78,6 @@ a:hover,a:active
body body
{ {
/*background-image:url(../images/body-background.png);*/
background-color:#9f9f9f; background-color:#9f9f9f;
padding:9px; padding:9px;
margin:9px; margin:9px;
@ -99,39 +98,38 @@ img
input,button,select input,button,select
{ {
border: solid 1px #bbbbbb; border: solid 1px #bbbbbb;
color: black; color: #17202b;
} }
input[type=submit],input[type=button],input[type=reset],button,.egwbutton input[type=submit],input[type=button],input[type=reset],button,.egwbutton
{ {
/* color:white;*/
background-color:#c5c5c5; background-color:#c5c5c5;
border: outset 1px #dcdad5; border: 1px solid #dddddd;
/*background-color:#b9d5e3;*/ background-color:#fbf8f1;
background-color:#f6efe0; background-image: url(../images/butInactive.png);
/*border: outset 1px #b9d5e3;*/ border: solid 1px #7e94a5;
border: solid 1px #e2d4b2;
margin: 1px; margin: 1px;
padding: 1px; padding: 1px;
cursor: pointer; cursor: pointer;
/*color: #004e7d;*/
color: #17202b; color: #17202b;
/* cursor: hand; */
} }
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
{ {
background-color:#88b4e1; background-color:#88b4e1;
border: outset 1px #b9d5e3; background-image: url(../images/butHover.png);
border: 1px solid #bd9300;
color: #006699; color: #006699;
color: #ffffff; color: #17202b;
} }
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
{ {
border: inset 1px #bbbbbb; background-image: url(../images/butActive.png);
border: 1 solid #7e94a5;
color: #17202b;
} }
input.egwbutton input.egwbutton
@ -144,7 +142,6 @@ input.egwbutton
padding: 1px; padding: 1px;
cursor: pointer; cursor: pointer;
color: #004e7d; color: #004e7d;
/* cursor: hand; */
} }
input.egwbutton:hover input.egwbutton:hover
@ -163,7 +160,6 @@ input.egwbutton:active
input[type=image] input[type=image]
{ {
cursor: pointer; cursor: pointer;
/* cursor: hand; */
border: 0; border: 0;
} }
@ -201,8 +197,6 @@ a.divSideboxEntry, .divSideboxEntry
a.appTitles,.appTitles a.appTitles,.appTitles
{ {
height:25px; height:25px;
/*padding-top:2px;*/
/*padding-bottom:2px;*/
} }
a.textSidebox a.textSidebox
@ -214,14 +208,11 @@ a.textSidebox
{ {
height:18px; height:18px;
padding-left: 2px; padding-left: 2px;
/*padding-top:2px;*/
/*padding-bottom:2px;*/
border-top: solid #9f9f9f 1px; border-top: solid #9f9f9f 1px;
} }
.textSideboxHover .textSideboxHover
{ {
/*background-image: url(../images/appTitleBar.png);*/
background-color: #ede6d8; background-color: #ede6d8;
background-repeat: repeat-x; background-repeat: repeat-x;
border-top: 1px solid #9f9f9f; border-top: 1px solid #9f9f9f;
@ -229,7 +220,8 @@ a.textSidebox
font-size: 10px; font-size: 10px;
} }
.textSideboxHover:first-letter { .textSideboxHover:first-letter
{
text-transform:uppercase; text-transform:uppercase;
} }
@ -238,8 +230,6 @@ a.textSidebox
{ {
height:18px; height:18px;
padding-left: 0px; padding-left: 0px;
/*padding-top:2px;*/
/*padding-bottom:2px;*/
border-top: solid #9f9f9f 1px; border-top: solid #9f9f9f 1px;
} }
@ -247,7 +237,8 @@ a.textSidebox
/* /*
** make the sidebox entries consistently start with a capital letter ** make the sidebox entries consistently start with a capital letter
*/ */
.textSidebox:first-letter { .textSidebox:first-letter
{
text-transform:uppercase; text-transform:uppercase;
} }
@ -268,7 +259,6 @@ a.textSidebox
position: relative; position: relative;
left: 0; left: 0;
text-align: left; text-align: left;
/*background-color: #9f9f9f;*/
background-image: url(../images/shadowAlpha.png); background-image: url(../images/shadowAlpha.png);
} }
@ -363,11 +353,6 @@ body {
#divAppIconBar #divAppIconBar
{ {
/*background-color:#fbf8f1;*/
/*border-left: 1px solid #9f9f9f;*/
/*border-right: 1px solid #9f9f9f;*/
/*background-image: url(../images/iconBarBack.png);*/
background-repeat: repeat-x;
height: 57px; height: 57px;
padding:0px; padding:0px;
} }
@ -406,28 +391,23 @@ body {
#divStatusBar #divStatusBar
{ {
/*background-color:#bdbdbd;*/
position: relative; position: relative;
top:0px top:0px
left:0px; left:0px;
height:23px; height:23px;
vertical-align:bottom; vertical-align:bottom;
border: 0px solid black; border: 0px solid black;
/*padding-left:186px;*/
padding-top:10px; padding-top:10px;
/*margin-top: 18px;*/
} }
#tdSidebox #tdSidebox
{ {
width:170px; width:170px;
/*background-color:white;*/
overflow:visible; overflow:visible;
} }
#tdAppbox #tdAppbox
{ {
/*background-color:white;*/
padding-left:5px; padding-left:5px;
width: 100%; width: 100%;
} }