hristoterezov 8 лет назад
Родитель
Сommit
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 {

Загрузка…
Отмена
Сохранить