浏览代码

fix(toolbar): popups

j8
hristoterezov 9 年前
父节点
当前提交
8d9863a635
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8
    1
      css/_toolbars.scss

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

42
     margin-right: auto;
42
     margin-right: auto;
43
     width: auto;
43
     width: auto;
44
     border-radius: 3px;
44
     border-radius: 3px;
45
-    overflow: hidden;
46
 
45
 
46
+    .button:first-child {
47
+        border-bottom-left-radius: 3px;
48
+        border-top-left-radius: 3px;
49
+    }
50
+    .button:last-child {
51
+        border-bottom-right-radius: 3px;
52
+        border-top-right-radius: 3px;
53
+    }
47
     /**
54
     /**
48
      * Splitter button in the toolbar.
55
      * Splitter button in the toolbar.
49
      */
56
      */

正在加载...
取消
保存