Преглед изворни кода

fix hover on SelectStatus, avatar design change

AlexiCauvin пре 6 година
родитељ
комит
423e235a98
1 измењених фајлова са 9 додато и 2 уклоњено
  1. 9 2
      src/css/index.styl

+ 9 - 2
src/css/index.styl Прегледај датотеку

32
     .dropdown-item
32
     .dropdown-item
33
       &:hover, &:focus, &:active, &visited, &:focus-within
33
       &:hover, &:focus, &:active, &visited, &:focus-within
34
         background-color htmlColor
34
         background-color htmlColor
35
-        color off-white
35
+        color off-white!important // @FIXME 04/07/2018 AC - we must use a plugin for this
36
   &__editionmode
36
   &__editionmode
37
     &__cancel
37
     &__cancel
38
       border-color htmlColor
38
       border-color htmlColor
52
       border-radius 10px
52
       border-radius 10px
53
       padding 25px
53
       padding 25px
54
       height 100%
54
       height 100%
55
+      overflow-y auto
55
       background-color off-white
56
       background-color off-white
56
       &__latestversion
57
       &__latestversion
57
         display flex
58
         display flex
67
       min-height 300px
68
       min-height 300px
68
       &__item
69
       &__item
69
         &__avatar
70
         &__avatar
70
-          background-color darkHtmlColor
71
+          border 1px solid darkHtmlColor
72
+          background-color off-white
71
         &__content
73
         &__content
72
           color darkGrey
74
           color darkGrey
73
       &__version
75
       &__version
114
   .timeline__messagelist__item__content
116
   .timeline__messagelist__item__content
115
     background-color htmlColor
117
     background-color htmlColor
116
 
118
 
119
+// .html-documents__editionmode
120
+//   div.mce-edit-area
121
+//     & > iframe
122
+//       height 100%!important
123
+
117
 @media (min-width: max-xs) and (max-width: max-lg)
124
 @media (min-width: max-xs) and (max-width: max-lg)
118
   .page
125
   .page
119
     &__contentpage
126
     &__contentpage