소스 검색

fix(toolbar): popups

master
hristoterezov 8 년 전
부모
커밋
b3b50fe346
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8
    1
      css/_toolbars.scss

+ 8
- 1
css/_toolbars.scss 파일 보기

@@ -54,7 +54,14 @@
54 54
     margin-right: auto;
55 55
     width: auto;
56 56
     border-radius: 3px;
57
-    overflow: hidden;
57
+    .button:first-child {
58
+        border-bottom-left-radius: 3px;
59
+        border-top-left-radius: 3px;
60
+    }
61
+    .button:last-child {
62
+        border-bottom-right-radius: 3px;
63
+        border-top-right-radius: 3px;
64
+    }
58 65
 }
59 66
 
60 67
 #extendedToolbar {

Loading…
취소
저장