From: tjhunt Date: Fri, 15 Aug 2008 08:33:02 +0000 (+0000) Subject: XMLDB, make disable 'buttons' grey, so they look more disabled. I think that this... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e4d825f5437c5026aed95abd9d3343253af06c90;p=moodle.git XMLDB, make disable 'buttons' grey, so they look more disabled. I think that this makes it more easy to skim through the list of files. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 1070dfa8cd..84c13a41ea 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -433,6 +433,11 @@ table.flexible .r1 { background-color: #e99; } +#admin-xmldb-index .button, +#admin-xmldb-index .buttons { + color: gray; +} + /*** *** Blocks ***/