Commit ed59f2ee4b0ac6ef3728f35b07fe0c86c907a8db
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
(14 / 5)
  | |||
260 | 260 | margin-left: 16px; | |
261 | 261 | margin-right: 16px; | |
262 | 262 | padding: 20px 0px; | |
263 | width: auto; | ||
264 | |||
263 | 265 | } | |
264 | 266 | .dropdown-menu-large > li > ul { | |
265 | 267 | padding: 0; | |
… | … | ||
276 | 276 | clear: both; | |
277 | 277 | font-weight: normal; | |
278 | 278 | line-height: 1.428571429; | |
279 | color: #333333; | ||
279 | color: white; | ||
280 | 280 | white-space: normal; | |
281 | 281 | } | |
282 | .dropdown-menu-large > li ul > li > a:hover, | ||
282 | |||
283 | |||
284 | .dropdown-menu-large > li ul > li > a:hover { | ||
285 | text-decoration: none; | ||
286 | background-color: #C00000; | ||
287 | } | ||
283 | 288 | .dropdown-menu-large > li ul > li > a:focus { | |
284 | 289 | text-decoration: none; | |
285 | 290 | color: #262626; | |
286 | /* background-color: #f5f5f5;*/ | ||
291 | */background-color: #f5f5f5;*/ | ||
287 | 292 | /head} | |
288 | 293 | .dropdown-menu-large .disabled > a, | |
289 | 294 | .dropdown-menu-large .disabled > a:hover, | |
… | … | ||
418 | 418 | } | |
419 | 419 | ||
420 | 420 | .dropdown-menu-large > li ul > li > a{ | |
421 | line-height:5px; | ||
421 | line-height:1; | ||
422 | 422 | color:white; | |
423 | padding-left: 0px; | ||
424 | padding-right: 5px; | ||
423 | 425 | } | |
424 | 426 | ||
425 | 427 | .dropdown-menu-large > li ul > li > a:hover{ | |
426 | color:red; | ||
428 | color:white; | ||
427 | 429 | } | |
428 | 430 | ||
429 | 431 | /* |