Skip to content

Commit

Permalink
Merge pull request #1321 from NatLibFi/fix-css-tweaks-after-bootstrap-5
Browse files Browse the repository at this point in the history
minor CSS tweaks after Bootstrap 5 update
  • Loading branch information
osma committed May 5, 2022
2 parents 566ad4b + 8ce0bc1 commit a14435f
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit a14435f

Please sign in to comment.