diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 26fb47f..6cc0417 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1,6 +1,7 @@ html { margin: 0; padding: 0; - color: #585858; background-color: #d0d0d0; + color: #585858; + background-color: #e3e3e3; font-size: 62.8%; font-family: Helvetica, "Lucida Grande","Lucida Sans",Arial,sans-serif; } body { @@ -111,7 +112,8 @@ a.action { float: right; font-size: 0.9em;} height: 34px; margin-right: 12px; color: #666; - background: #FFF url(images/button-bg.png) 0 -2px repeat-x; + background-color: #d0d0d0; + background-image: none; border-top-left-radius: 12px; border-top-right-radius: 12px; -moz-border-top-left-radius: 12px; @@ -120,6 +122,17 @@ a.action { float: right; font-size: 0.9em;} -webkit-border-top-right-radius: 12px; border: 1px solid #bbb; } +#nav-bar li.active { + border-color: #fff; + background: #FFF url(images/button-bg.png) 0 -2px repeat-x; + border-width:1px 1px 0; + margin-bottom:-2px; + height: 37px; +} +#nav-bar li.active a { + color: #333; +} + #nav-bar li a { color: #666; display: block; @@ -141,14 +154,6 @@ a.action { float: right; font-size: 0.9em;} -moz-box-shadow: 0 0 3px #69c; -webkit-box-shadow: 0 0 3px #69c; } -#nav-bar li.active { - border-color: #fff; - background-color: #d0d0d0; - background-image: none; - border-width:1px 1px 0; - margin-bottom:-2px; - height: 37px; -} /* Content Wrapper */ #content-wrapper { @@ -169,7 +174,7 @@ a.action { float: right; font-size: 0.9em;} padding: 0; margin: 0; width: 85%; border: none; - color: #666; + color: #636363; font-size: 2em; line-height: 1em; font-weight: bold; font-family: arial, sans-serif; word-wrap: break-word; } @@ -458,7 +463,7 @@ a.button { padding: 0 0.8em; margin-left: 0.5em; color: #666; - background-color: #EBEBEB; + background-color: #dadada; border: 1px solid #BBB; border-radius: 30px; -moz-border-radius: 30px; @@ -466,14 +471,15 @@ a.button { line-height: 30px; min-width: 54px; text-align: center; + text-shadow: 0 1px 0 #fff; } input[type="submit"]:hover.button, a:hover.button { - box-shadow: 0px 0px 4px #ccc; - -moz-box-shadow: 0px 0px 4px #ccc; - -webkit-box-shadow: 0px 0px 4px #ccc; + box-shadow: 0px 0px 4px #bfbfbf; + -moz-box-shadow: 0px 0px 4px #bfbfbf; + -webkit-box-shadow: 0px 0px 4px #bfbfbf; text-decoration: none; - background-color: #eee; + background-color: #e5e5e5; } a.button.active { border-color: #fff; @@ -496,7 +502,8 @@ a.button.active { height:30px; } #content .tab-bar a.button.active { - background-color:white; + background: #FFF; + color: #444; border-color:#ccc; border-style:solid; border-width:1px 1px 0; diff --git a/public/stylesheets/images/button-bg.png b/public/stylesheets/images/button-bg.png index 6f9033c..7ff7a84 100644 Binary files a/public/stylesheets/images/button-bg.png and b/public/stylesheets/images/button-bg.png differ -- libgit2 0.21.2