Mercurial > bugzilla-dashboard
comparison 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 |
comparison
equal
deleted
inserted
replaced
59:440c8e2d776d | 60:07d3d1560b93 |
---|---|
165 | 165 |
166 .dialog input:hover { | 166 .dialog input:hover { |
167 background: white; | 167 background: white; |
168 } | 168 } |
169 | 169 |
170 .dialog input:focus { | |
171 background: white; | |
172 } | |
173 | |
174 .dialog input.ui-autocomplete-loading { | |
175 background-image: url('images/ajax-loader.gif'); | |
176 background-repeat: no-repeat; | |
177 background-position: 95% 35%; | |
178 } | |
179 | |
170 .dialog input[type=submit] { | 180 .dialog input[type=submit] { |
171 cursor: pointer; | 181 cursor: pointer; |
172 } | 182 } |
173 | 183 |
174 .dialog table { | 184 .dialog table { |