瀏覽代碼

Theme: Only round bottom menu corners on Static menu style.

reliberate 9 年之前
父節點
當前提交
390c12dae4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/template.php

+ 1 - 1
themes/default/template.php

@@ -1558,7 +1558,7 @@
 						$menu_type = 'static-top';
 						$menu_width = 'calc(100% - 40px)';
 						$menu_brand = true;
-						$menu_corners = "style='-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;'";
+						$menu_corners = "style='-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;'";
 						break;
 					case 'fixed':
 					default: