mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Try to get dropdown menus working again
Bootstrap doesn't like the div/span elements left behind by the view widget
This commit is contained in:
parent
106099d991
commit
556473fb21
@ -6024,7 +6024,7 @@ textarea.tw-edit-field {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas.tw-edit-field {
|
canvas.tw-edit-bitmapeditor {
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@ -6113,22 +6113,14 @@ Dropdown menus
|
|||||||
content: "\2022";
|
content: "\2022";
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu li > .tw-view-link > a {
|
||||||
position: static;
|
display: block;
|
||||||
}
|
padding: 3px 20px;
|
||||||
|
clear: both;
|
||||||
.dropdown-menu a {
|
font-weight: normal;
|
||||||
position: relative;
|
line-height: 20px;
|
||||||
}
|
color: #333333;
|
||||||
|
white-space: nowrap;
|
||||||
/* This is needed to make the dropdown arrows abut to the dropdown itself */
|
|
||||||
|
|
||||||
.navbar .dropdown-menu::before {
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .dropdown-menu::after {
|
|
||||||
top: -3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -131,7 +131,7 @@ textarea.tw-edit-field {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas.tw-edit-field {
|
canvas.tw-edit-bitmapeditor {
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
@ -218,21 +218,15 @@ Dropdown menus
|
|||||||
left: 4px;
|
left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu li > .tw-view-link > a {
|
||||||
position: static;
|
display: block;
|
||||||
}
|
padding: 3px 20px;
|
||||||
|
clear: both;
|
||||||
.dropdown-menu a {
|
font-weight: normal;
|
||||||
position: relative;
|
line-height: @baseLineHeight;
|
||||||
}
|
color: @dropdownLinkColor;
|
||||||
|
white-space: nowrap;
|
||||||
/* This is needed to make the dropdown arrows abut to the dropdown itself */
|
}
|
||||||
.navbar .dropdown-menu::before {
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
.navbar .dropdown-menu::after {
|
|
||||||
top: -3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Buttons
|
Buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user