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

fix(toolbar): popups

master
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
      */

Loading…
Откажи
Сачувај