Menu colour now changeable, and leave room item hooked up. Some additional CSS tweaks to fit current design changes
This commit is contained in:
parent
f8fa19ed47
commit
9798e14733
7 changed files with 31 additions and 19 deletions
|
@ -55,7 +55,7 @@ limitations under the License.
|
|||
border-bottom: 8px solid transparent;
|
||||
}
|
||||
|
||||
.mx_ContextualMenu_chevron_right:after{
|
||||
.mx_ContextualMenu_chevron_right:after {
|
||||
content:'';
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
|
|
@ -16,8 +16,8 @@ limitations under the License.
|
|||
|
||||
.mx_SearchBox {
|
||||
height: 24px;
|
||||
margin-left: 18px;
|
||||
margin-right: 18px;
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
padding-top: 24px;
|
||||
padding-bottom: 22px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue