|
|
|
@ -399,16 +399,16 @@ label.middle {
|
|
|
|
|
color: #333; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.input-group, .searchtabs form { |
|
|
|
|
.input-group, .searchtabs form > div { |
|
|
|
|
display: flex; |
|
|
|
|
width: 100%; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
align-items: stretch; |
|
|
|
|
} |
|
|
|
|
.input-group > :first-child, .searchtabs form > :first-child, .input-group > :first-child.input-group-button > *, .searchtabs .input-group > input[type=submit]:first-child > *, .searchtabs form > :first-child.input-group-button > *, .searchtabs form > input[type=submit]:first-child > * { |
|
|
|
|
.input-group > :first-child, .searchtabs form > div > :first-child, .input-group > :first-child.input-group-button > *, .searchtabs .input-group > input[type=submit]:first-child > *, .searchtabs form > div > :first-child.input-group-button > *, .searchtabs form > div > input[type=submit]:first-child > * { |
|
|
|
|
border-radius: 6px 0 0 6px; |
|
|
|
|
} |
|
|
|
|
.input-group > :last-child, .searchtabs form > :last-child, .input-group > :last-child.input-group-button > *, .searchtabs .input-group > input[type=submit]:last-child > *, .searchtabs form > :last-child.input-group-button > *, .searchtabs form > input[type=submit]:last-child > * { |
|
|
|
|
.input-group > :last-child, .searchtabs form > div > :last-child, .input-group > :last-child.input-group-button > *, .searchtabs .input-group > input[type=submit]:last-child > *, .searchtabs form > div > :last-child.input-group-button > *, .searchtabs form > div > input[type=submit]:last-child > * { |
|
|
|
|
border-radius: 0 6px 6px 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -17776,7 +17776,8 @@ ul.tabs {
|
|
|
|
|
.searchtabs .tabs-title > a:hover { |
|
|
|
|
color: #8c2004; |
|
|
|
|
} |
|
|
|
|
.searchtabs .tabs-title > a:focus, .searchtabs .tabs-title > a[aria-selected=true] { |
|
|
|
|
.searchtabs .tabs-title > a:focus, |
|
|
|
|
.searchtabs .tabs-title > a[aria-selected=true] { |
|
|
|
|
color: #8c2004; |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
@ -17785,6 +17786,9 @@ ul.tabs {
|
|
|
|
|
border-radius: 0 6px 6px 6px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.searchtabs p { |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
.searchtabs input[type=submit] { |
|
|
|
|
display: inline-block; |
|
|
|
|
vertical-align: middle; |
|
|
|
@ -17835,8 +17839,9 @@ ul.tabs {
|
|
|
|
|
background: #757575; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.searchtabs .tabs-title > a:focus, .searchtabs .tabs-title > a[aria-selected=true] { |
|
|
|
|
color: #8C2004; |
|
|
|
|
.searchtabs .tabs-title > a:focus, |
|
|
|
|
.searchtabs .tabs-title > a[aria-selected=true] { |
|
|
|
|
color: #8c2004; |
|
|
|
|
background: #fff; |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|