Mercurial > bugzilla-dashboard
diff css/main.css @ 60:07d3d1560b93
added find a user functionality
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sun, 25 Apr 2010 07:54:09 -0700 |
parents | 808687cab9c0 |
children | 0e50d4f77a77 |
line wrap: on
line diff
--- a/css/main.css Sun Apr 25 01:21:28 2010 -0700 +++ b/css/main.css Sun Apr 25 07:54:09 2010 -0700 @@ -167,6 +167,16 @@ background: white; } +.dialog input:focus { + background: white; +} + +.dialog input.ui-autocomplete-loading { + background-image: url('images/ajax-loader.gif'); + background-repeat: no-repeat; + background-position: 95% 35%; +} + .dialog input[type=submit] { cursor: pointer; }