summaryrefslogtreecommitdiffstats
path: root/webroot/css
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css')
-rw-r--r--webroot/css/search.css1
-rw-r--r--webroot/css/view.css5
2 files changed, 4 insertions, 2 deletions
diff --git a/webroot/css/search.css b/webroot/css/search.css
index 20ea164..6ac8596 100644
--- a/webroot/css/search.css
+++ b/webroot/css/search.css
@@ -19,6 +19,7 @@ p.more a {
background: -webkit-linear-gradient(top, #ddd, #bbb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb');
color: #111;
+ outline: none;
}
p.more a:hover {
background: #eee;
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);