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:
@@ -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;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
.vertical-gradient( #fbfbfb, #f0f0f0 );
|
||||
padding-left: 10px;
|
||||
line-height: 1.2em;
|
||||
border-radius: 0 0 5px 5px;
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
|
||||
#uls-settings-block div.display-settings-block,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
border-top: 1px solid #c8ccd1;
|
||||
padding-left: 10px;
|
||||
line-height: 1.2em;
|
||||
border-radius: 0 0 5px 5px;
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
|
||||
.uls-menu h3 {
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
|
||||
/* Overrides to follow MediaWiki style */
|
||||
.uls-menu {
|
||||
border-radius: 4px;
|
||||
border-radius: 2px;
|
||||
/* Ensure base font size is same in different skins */
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.uls-search,
|
||||
.uls-language-settings-close-block {
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
|
||||
.uls-language-list {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
|
||||
.uls-menu.callout {
|
||||
|
||||
Reference in New Issue
Block a user