Add missing post menu styling for S/W/A

This commit is contained in:
devarped 2020-05-02 22:29:38 +03:00
parent 240399ef26
commit 7fb4109ed1
3 changed files with 57 additions and 3 deletions

View File

@ -478,4 +478,22 @@ table td {
.uibutton:hover {
background: rgb(255, 255, 255);
border-color: rgba(0, 0, 0, 0.44);
}
}
.uibutton:hover {
background: rgb(255, 255, 255);
border-color: rgba(0, 0, 0, 0.44);
}
.post-menu {
border: 1px solid #cccccc;
border-radius: 5px;
overflow: hidden;
}
.post-menu li:hover {
background: #dddddd;
}
.reply .post-menu {
border-radius: 0 5px 5px 5px
}
figure .post-menu {
border-radius: 0 0 5px 5px;
}

View File

@ -487,4 +487,22 @@ icon-checkbox-wrap input[type=checkbox]:checked + .icon-with-fallback .b-icon,
width: 100%;
margin: 0;
}
}
}
.uibutton:hover {
background: rgb(255, 255, 255);
border-color: rgba(0, 0, 0, 0.44);
}
.post-menu {
border: 1px solid #cccccc;
border-radius: 5px;
overflow: hidden;
}
.post-menu li:hover {
background: #DDEEDD;
}
.reply .post-menu {
border-radius: 0 5px 5px 5px
}
figure .post-menu {
border-radius: 0 0 5px 5px;
}

View File

@ -461,4 +461,22 @@ icon-checkbox-wrap input[type=checkbox]:checked + .icon-with-fallback .b-icon,
width: 100%;
margin: 0;
}
}
}
.uibutton:hover {
background: rgb(255, 255, 255);
border-color: rgba(0, 0, 0, 0.44);
}
.post-menu {
border: 1px solid #cccccc;
border-radius: 5px;
overflow: hidden;
}
.post-menu li:hover {
background: #DDDDEE;
}
.reply .post-menu {
border-radius: 0 5px 5px 5px
}
figure .post-menu {
border-radius: 0 0 5px 5px;
}