Align border-radius values with WikimediaUI

Aligning `border-radius` values with WikimediaUI design, which
sets value to `2px`.

Change-Id: I7fd7bc5290fe781bfa02c3d5b74071b68cb22660
This commit is contained in:
Volker E
2017-08-26 13:28:48 -07:00
committed by Nikerabbit
parent 14ca58c4a3
commit dc99a4eb80
4 changed files with 8 additions and 8 deletions

View File

@@ -26,8 +26,8 @@
.uls-ime-menu-settings-item {
background-color: #f8f9fa;
border-radius: 0 0 5px 5px;
border-top: 1px solid #c8ccd1;
border-radius: 0 0 2px 2px;
margin-top: 6px;
padding: 4px 2px;
color: #444;