X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=eaefba484e4182889ecf2b64f90a522bc9128638;hb=8317e8d1763c5e13f5fe30f4da91e4f0fac584c6;hp=f96fcc86733cb34d33002344407132f9678b4601;hpb=e88b59d34a321f2a5f2d2e44ad38a356f3a42fb4;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index f96fcc867..eaefba484 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -11,7 +11,7 @@ a:link, a:visited { color: #000000; } -a:hover { +a[href]:hover { text-decoration: underline; color: #7e0079; } @@ -38,3 +38,64 @@ input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hov /* a:focus { background-color: #ccccee } */ +a.fstab { + background-color:#cccccc; + color: #666666; + border:1px solid; + border-top-color:#666666; + border-left-color:#666666; + border-right-color:#666666; + border-bottom-color:#7e0079; + -moz-border-radius-topleft:8px; + -moz-border-radius-topright:8px; + -webkit-border-radius-topleft:8px; + -webkit-border-radius-topright:8px; + border-radius-topleft:8px; + border-radius-topright:8px; + /*font-weight:bold;*/ + /*padding-left:12px; + padding-right:12px;*/ + padding-left:4px; + padding-right:4px; + font-size:16px; + font-weight:bold; + text-decoration:none; + overflow:visible; +} +a.fstab:hover { + text-decoration:none; + border-color:#7e0079; +} + +/* a:link:hover.fsblackbutton, +a:visited:hover.fsblackbutton +*/ +a.fstabselected { + background-color:#f8f8f8; + color: #000000; + border:1px solid; + border-top-color:#7e0079; + border-left-color:#7e0079; + border-right-color:#7e0079; + border-bottom-color:#ffffff; + -moz-border-radius-topleft:8px; + -moz-border-radius-topright:8px; + -webkit-border-radius-topleft:8px; + -webkit-border-radius-topright:8px; + border-radius-topleft:8px; + border-radius-topright:8px; + /*font-weight:bold;*/ + /*padding-left:12px; + padding-right:12px;*/ + padding-left:4px; + padding-right:4px; + font-size:16px; + font-weight:bold; + text-decoration:none; + overflow:visible; +} +a.fstabselected:hover { + text-decoration:none; + color: #000000; +} +