Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
40
admin/phpMyAdmin/themes/metro/scss/_resizable-menu.scss
Normal file
40
admin/phpMyAdmin/themes/metro/scss/_resizable-menu.scss
Normal file
|
@ -0,0 +1,40 @@
|
|||
// Styles for the resizable menus (jQuery menuResizer)
|
||||
ul.resizable-menu {
|
||||
a,
|
||||
span {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.submenu {
|
||||
display: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.shown {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
list-style-type: none;
|
||||
display: none;
|
||||
border: 1px #ddd solid;
|
||||
z-index: 2;
|
||||
#{$right}: 0;
|
||||
}
|
||||
|
||||
li:hover ul,
|
||||
.submenuhover ul {
|
||||
display: block;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
ul li {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue