projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5356eb
)
Treat disabled buttons as deemphasized but without any hover effect
author
Tom Hughes
<tom@compton.nu>
Sun, 7 Jul 2013 08:56:46 +0000
(09:56 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 8 Jul 2013 08:03:18 +0000
(09:03 +0100)
app/assets/stylesheets/common.css.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.css.scss
b/app/assets/stylesheets/common.css.scss
index d7c0b280c604974c0542b56b4f0aace262ef75f3..e4be01bdaa3cbde4633979be4efd54ebe5dd81a2 100644
(file)
--- a/
app/assets/stylesheets/common.css.scss
+++ b/
app/assets/stylesheets/common.css.scss
@@
-1645,6
+1645,9
@@
a.button {
background: darken($lightblue, $hovercolor);
}
}
+ &:disabled {
+ background: $lightblue;
+ }
&:last-child {
margin-bottom: 0;
}