projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d304d
)
Make disabled tabs more obvious. Based on patch from Adrian Cochrane.
author
Tom Hughes
<tom@compton.nu>
Sun, 14 Mar 2010 15:48:42 +0000
(15:48 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 14 Mar 2010 15:48:42 +0000
(15:48 +0000)
public/stylesheets/common.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/common.css
b/public/stylesheets/common.css
index c28a3c02cbe85755e2e7c93d0f4b2e2edab1c619..4efbd928f4230efc7dc1f36eb46980bc497e531d 100644
(file)
--- a/
public/stylesheets/common.css
+++ b/
public/stylesheets/common.css
@@
-280,14
+280,16
@@
hr {
color: #000;
}
-#tabnav a:link:hover
+#tabnav a:link:hover
, #tabnav a:visited:hover
{
background: #fff;
}
-#tabnav a.disabled
+#tabnav a:link.disabled, #tabnav a:visited.disabled,
+#tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
{
- font-style: italic;
+ background: #bbbbbb;
+ color: white
}
/* Rules for greeting bar in the top right corner */