forked from 0x2620/oxjs
menu demo with select-like element
This commit is contained in:
parent
554f5a5e16
commit
eb2decae42
6 changed files with 217 additions and 69 deletions
|
|
@ -84,6 +84,32 @@ Forms
|
|||
color: rgb(96, 96, 96)
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Menus
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxMenu {
|
||||
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.OxThemeModern .OxMenu .OxBottom,
|
||||
.OxThemeModern .OxMenu .OxItem,
|
||||
.OxThemeModern .OxMenu .OxScrollbar,
|
||||
.OxThemeModern .OxMenu .OxSpace,
|
||||
.OxThemeModern .OxMenu .OxTop {
|
||||
background: rgba(48, 48, 48, 0.96);
|
||||
}
|
||||
.OxThemeModern .OxMenu .OxItem.OxSelected,
|
||||
.OxThemeModern .OxMenu .OxLine,
|
||||
.OxThemeModern .OxMenu .OxScrollbar.OxSelected {
|
||||
background: rgba(64, 64, 64, 0.96);
|
||||
}
|
||||
.OxThemeModern .OxMenu .OxItem.OxDisabled .OxCell {
|
||||
color: rgb(80, 80, 80);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Scrollbars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue