Fix navbar rtl

This commit is contained in:
Jeremy Thomas
2020-05-17 19:38:47 +01:00
parent ff70b7f858
commit 9663e2503c
14 changed files with 107 additions and 80 deletions

25
css/bulma.css vendored
View File

@@ -3828,6 +3828,11 @@ fieldset[disabled] .button {
color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
vertical-align: middle;
}
.table th {
color: #363636;
}
@@ -3981,13 +3986,13 @@ fieldset[disabled] .button {
.tags.has-addons .tag:not(:first-child) {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tag:not(body) {
@@ -4319,23 +4324,23 @@ a.tag:hover {
background-color: white;
border-color: #dbdbdb;
border-radius: 4px;
color: inherit;
color: #363636;
}
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
@@ -8018,11 +8023,13 @@ label.panel-block:hover {
}
.tabs.is-toggle li:first-child a {
border-radius: 4px 0 0 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
border-radius: 0 4px 4px 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {