diff options
author | Michael Francis <edude03@gmail.com> | 2011-07-24 23:41:14 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-07-24 23:41:14 -0400 |
commit | dd531d3928c25b1288c9369ce2d9ec5ee6bd24d6 (patch) | |
tree | 5fd55f3e2c365f14ed677d2192595031a93cafbe /webroot/css/view.css | |
parent | c1772289909a5886af3454dae3c4cc519879bd68 (diff) | |
parent | bb06d45da99d1a551979f6f694a5bed4d02673c4 (diff) | |
download | otakuhub-dd531d3928c25b1288c9369ce2d9ec5ee6bd24d6.tar.xz |
Merge branch 'master' of git.raylu.net:otakuhub
Diffstat (limited to 'webroot/css/view.css')
-rw-r--r-- | webroot/css/view.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webroot/css/view.css b/webroot/css/view.css index 7d10164..5d5db7d 100644 --- a/webroot/css/view.css +++ b/webroot/css/view.css @@ -15,7 +15,7 @@ section#cast { float: left; width: 620px; } -section#cast a { +section#cast a, #add { padding: 4px 7px; border: 1px solid #aaa; -moz-border-radius: 3px; @@ -26,8 +26,9 @@ section#cast a { background: -webkit-linear-gradient(top, #ddd, #bbb); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb'); color: #111; + outline: none; } -section#cast a:hover { +section#cast a:hover, #add:hover { background: #eee; background: -moz-linear-gradient(top, #eee, #ccc); background: -webkit-linear-gradient(top, #eee, #ccc); |