mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 19:14:14 +00:00
tune CSS for right upper dropdown menu items in original and calm themes
This commit is contained in:
parent
25163ed1c5
commit
e59e4f11f0
@ -444,21 +444,25 @@ button.follow:hover, button.unfollow:hover, .following-list button.private:hover
|
||||
right: auto;
|
||||
left: 80px;
|
||||
}
|
||||
.direct-messages,
|
||||
.dropdown-menu-item
|
||||
{
|
||||
|
||||
.dropdown-menu-item {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
border-top: solid 1px rgba( 69, 71, 77, .1 );
|
||||
color: rgba( 0, 0, 0, .7 );
|
||||
}
|
||||
.direct-messages:hover,
|
||||
.userMenu-search-sugestions a:hover,
|
||||
.userMenu-search-profiles li:hover a
|
||||
{
|
||||
background: #fefedf;
|
||||
|
||||
.dropdown-menu-item, .dropdown-menu-item:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dropdown-menu-item:hover,
|
||||
.userMenu-search-sugestions a:hover,
|
||||
.userMenu-search-profiles li:hover a {
|
||||
background: #FEFEDF;
|
||||
}
|
||||
|
||||
.userMenu-search-profiles button
|
||||
{
|
||||
position: absolute;
|
||||
|
@ -564,30 +564,26 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
|
||||
right: auto;
|
||||
left: 80px;
|
||||
}
|
||||
.direct-messages,
|
||||
.dropdown-menu-item
|
||||
{
|
||||
|
||||
.dropdown-menu-item {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
border-top: solid 1px rgba( 69, 71, 77, .1 );
|
||||
color: rgba( 0, 0, 0, .7 );
|
||||
}
|
||||
|
||||
.dropdown-menu-item, .dropdown-menu-item:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.dropdown-menu-item:hover {
|
||||
background: #45474d;
|
||||
color: #fff;
|
||||
|
||||
.dropdown-menu-item:hover,
|
||||
.userMenu-search-sugestions a:hover,
|
||||
.userMenu-search-profiles li:hover a {
|
||||
background: #45474D;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.direct-messages:hover,
|
||||
.userMenu-search-sugestions a:hover,
|
||||
.userMenu-search-profiles li:hover a
|
||||
{
|
||||
background: #45474d;
|
||||
color: #fff;
|
||||
}
|
||||
.userMenu-search-profiles li:hover span
|
||||
{
|
||||
color: #fff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user