|
@@ -768,47 +768,3 @@ div.mce-fullscreen {
|
768
|
768
|
background-color: #fff;
|
769
|
769
|
cursor: text;
|
770
|
770
|
}
|
771
|
|
-
|
772
|
|
-.sidebarleft__menu__item__link > .fa-bank {
|
773
|
|
- color: #DDD;
|
774
|
|
-}
|
775
|
|
-.sidebarleft__menu__item__link > .fa-folder-open-o {
|
776
|
|
- color: #CCCC00;
|
777
|
|
-}
|
778
|
|
-.sidebarleft__menu__item__link > .fa-file-text-o {
|
779
|
|
- color: #00CC00;
|
780
|
|
-}
|
781
|
|
-.sidebarleft__menu__item__link > .fa-comments-o {
|
782
|
|
- color: #428BCA;
|
783
|
|
-}
|
784
|
|
-.sidebarleft__menu__item__link > .fa-paperclip {
|
785
|
|
- color: orange;
|
786
|
|
-}
|
787
|
|
-
|
788
|
|
-.sidebarleft {
|
789
|
|
- margin: 20px 0 0 0;
|
790
|
|
- font-size:
|
791
|
|
-}
|
792
|
|
-.sidebarleft__menu {
|
793
|
|
- overflow: hidden;
|
794
|
|
-}
|
795
|
|
-.sidebarleft__menu__item {
|
796
|
|
- cursor: pointer;
|
797
|
|
-}
|
798
|
|
-.sidebarleft__menu__item__name {
|
799
|
|
- padding: 3px 0;
|
800
|
|
-}
|
801
|
|
-.sidebarleft__menu__item__expandpicto > i {
|
802
|
|
- margin-right: 5px;
|
803
|
|
-}
|
804
|
|
-.sidebarleft__menu__item__link > i {
|
805
|
|
- margin-right: 8px;
|
806
|
|
- font-size: 15px;
|
807
|
|
-}
|
808
|
|
-.sidebarleft__menu__item__link, a:hover {
|
809
|
|
- color: inherit;
|
810
|
|
-}
|
811
|
|
-.sidebarleft__menu__item__link:hover {
|
812
|
|
- text-decoration: none;
|
813
|
|
-}
|
814
|
|
-
|