|
232 | 232 | color: #FFF;
|
233 | 233 | font-size: 14px;
|
234 | 234 | margin-right: 4px;
|
| 235 | + max-height: 36px; |
235 | 236 | padding: 10px;
|
236 | 237 | }
|
237 | 238 |
|
|
389 | 390 | /***** Override the setting when the toolbar is on the top *****/
|
390 | 391 | {% if position == 'top' %}
|
391 | 392 | .sf-minitoolbar {
|
392 |
| - top: 0; |
393 | 393 | bottom: auto;
|
394 | 394 | right: 0;
|
395 |
| - |
396 |
| - background-color: #f7f7f7; |
397 |
| - |
398 |
| - background-image: -moz-linear-gradient(225deg, #e4e4e4, #ffffff); |
399 |
| - background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#e4e4e4), to(#ffffff)); |
400 |
| - background-image: -o-linear-gradient(135deg, #e4e4e4, #ffffff); |
401 |
| - background: linear-gradient(225deg, #e4e4e4, #ffffff); |
402 |
| - |
403 |
| - border-radius: 0 0 0 16px; |
| 395 | + top: 0; |
404 | 396 | }
|
405 | 397 |
|
406 | 398 | .sf-toolbarreset {
|
407 |
| - background-image: -moz-linear-gradient(225deg, #e4e4e4, #ffffff); |
408 |
| - background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#e4e4e4), to(#ffffff)); |
409 |
| - background-image: -o-linear-gradient(135deg, #e4e4e4, #ffffff); |
410 |
| - background: linear-gradient(225deg, #e4e4e4, #ffffff); |
411 |
| - |
412 |
| - top: 0; |
413 | 399 | bottom: auto;
|
414 |
| - border-bottom: 1px solid #bbb; |
| 400 | + box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2); |
| 401 | + top: 0; |
415 | 402 | }
|
416 | 403 |
|
417 | 404 | .sf-toolbar-block .sf-toolbar-info {
|
418 |
| - top: 39px; |
419 | 405 | bottom: auto;
|
420 |
| - border-top-width: 0; |
421 |
| - border-radius: 0 0 4px 4px; |
422 |
| - } |
423 |
| - |
424 |
| - .sf-toolbar-block:hover .sf-toolbar-icon { |
425 |
| - border-top: none; |
426 |
| - border-bottom: 1px dotted #DDD; |
427 |
| - margin-top: 0; |
428 |
| - margin-bottom: -1px; |
| 406 | + top: 36px; |
429 | 407 | }
|
430 | 408 | {% endif %}
|
431 | 409 |
|
432 | 410 | {% if not floatable %}
|
433 | 411 | .sf-toolbarreset {
|
434 | 412 | position: static;
|
435 |
| - background: #cbcbcb; |
436 |
| - |
437 |
| - background-image: -moz-linear-gradient(90deg, #cbcbcb, #e8e8e8) !important; |
438 |
| - background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#cbcbcb), to(#e8e8e8)) !important; |
439 |
| - background-image: -o-linear-gradient(180deg, #cbcbcb, #e8e8e8) !important; |
440 |
| - background: linear-gradient(90deg, #cbcbcb, #e8e8e8) !important; |
441 | 413 | }
|
442 | 414 | {% endif %}
|
443 | 415 |
|
|
0 commit comments