Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor CSS tweaks after Bootstrap 5 update #1321

Merged
merged 1 commit into from
May 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ ul {
border-radius: 0;
color: var(--dark-color) !important;
padding: 0;
font-size: 16px;
}

#language > .dropdown-toggle:hover, #language > .dropdown-toggle:focus, #language > .dropdown-toggle:active, #language > .dropdown-toggle:visited {
Expand Down Expand Up @@ -465,6 +466,10 @@ ul {

/* Drop down to search from a specific vocabulary */

#search-from-vocabularies .dropdown-item {
white-space: normal;
}

#search-from-vocabularies > button.show:focus {
color: #333;
background-color: #e6e6e6;
Expand Down Expand Up @@ -1122,6 +1127,7 @@ span.xl-pref-label > img {
color: var(--medium-color);
margin-bottom: 10px;
resize: none;
font-size: var(--font-size);
}

.feedback-thanks {
Expand Down Expand Up @@ -1980,6 +1986,7 @@ span.date-info {

.prop-preflabel .copy-clipboard {
font-size: 20px;
vertical-align: 5%;
}

.copy-clipboard:active, .copy-clipboard:focus, .copy-clipboard:active:focus {
Expand Down