瀏覽代碼

fix(toolbar): popups

j8
hristoterezov 9 年之前
父節點
當前提交
b3b50fe346
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8
    1
      css/_toolbars.scss

+ 8
- 1
css/_toolbars.scss 查看文件

54
     margin-right: auto;
54
     margin-right: auto;
55
     width: auto;
55
     width: auto;
56
     border-radius: 3px;
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
 #extendedToolbar {
67
 #extendedToolbar {

Loading…
取消
儲存