|
1 | 1 | @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); |
2 | 2 | /*! |
3 | | - * AdminLTE v2.3.6 |
| 3 | + * AdminLTE v2.3.8 |
4 | 4 | * Author: Almsaeed Studio |
5 | 5 | * Website: Almsaeed Studio <http://almsaeedstudio.com> |
6 | 6 | * License: Open source - MIT |
|
12 | 12 | */ |
13 | 13 | html, |
14 | 14 | body { |
15 | | - min-height: 100%; |
| 15 | + height: 100%; |
16 | 16 | } |
17 | 17 | .layout-boxed html, |
18 | 18 | .layout-boxed body { |
19 | 19 | height: 100%; |
20 | 20 | } |
21 | 21 | body { |
22 | | - -webkit-font-smoothing: antialiased; |
23 | | - -moz-osx-font-smoothing: grayscale; |
24 | 22 | font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
25 | 23 | font-weight: 400; |
26 | 24 | overflow-x: hidden; |
27 | 25 | overflow-y: auto; |
28 | 26 | } |
29 | 27 | /* Layout */ |
30 | 28 | .wrapper { |
31 | | - min-height: 100%; |
| 29 | + height: 100%; |
32 | 30 | position: relative; |
33 | | - overflow: hidden; |
| 31 | + overflow-x: hidden; |
| 32 | + overflow-y: auto; |
34 | 33 | } |
35 | 34 | .wrapper:before, |
36 | 35 | .wrapper:after { |
@@ -543,6 +542,12 @@ a:focus { |
543 | 542 | padding: 0; |
544 | 543 | margin-right: 10px; |
545 | 544 | } |
| 545 | +.sidebar-menu li > a > .fa-angle-left { |
| 546 | + position: absolute; |
| 547 | + top: 50%; |
| 548 | + right: 10px; |
| 549 | + margin-top: -8px; |
| 550 | +} |
546 | 551 | .sidebar-menu li.active > a > .fa-angle-left, |
547 | 552 | .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left { |
548 | 553 | -webkit-transform: rotate(-90deg); |
@@ -631,10 +636,12 @@ a:focus { |
631 | 636 | background-color: inherit; |
632 | 637 | } |
633 | 638 | .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container { |
| 639 | + position: relative!important; |
634 | 640 | float: right; |
635 | 641 | width: auto!important; |
636 | | - left: 200px!important; |
637 | | - top: 10px!important; |
| 642 | + left: 180px !important; |
| 643 | + top: -22px !important; |
| 644 | + z-index: 900; |
638 | 645 | } |
639 | 646 | .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) { |
640 | 647 | display: none; |
@@ -1770,6 +1777,9 @@ a:focus { |
1770 | 1777 | right: 0; |
1771 | 1778 | left: auto; |
1772 | 1779 | } |
| 1780 | +.box-header > .box-tools .dropdown-menu > li > a { |
| 1781 | + color: #444!important; |
| 1782 | +} |
1773 | 1783 | .btn-box-tool { |
1774 | 1784 | padding: 5px; |
1775 | 1785 | font-size: 12px; |
@@ -4930,3 +4940,4 @@ table.text-center th { |
4930 | 4940 | white-space: normal !important; |
4931 | 4941 | } |
4932 | 4942 | } |
| 4943 | +s |
0 commit comments