Procházet zdrojové kódy

fix(toolbar): popups

j8
hristoterezov před 9 roky
rodič
revize
b3b50fe346
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. 8
    1
      css/_toolbars.scss

+ 8
- 1
css/_toolbars.scss Zobrazit soubor

@@ -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 {

Načítá se…
Zrušit
Uložit