1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

underline

This commit is contained in:
Michael An
2019-06-12 10:23:54 +08:00
parent b2ff7a6460
commit e8bdc182ac
2 changed files with 9 additions and 8 deletions

View File

@@ -1,16 +1,17 @@
.workspace .workspace-name {
font-weight: 400;
color: #202428;
padding: 2px;
border-bottom: 2px solid #e3e3e3;
font-size: 1rem;
}
.workspace .workspace-name .dropdown-toggle:after {
.workspace .workspace-name-container .dropdown-toggle:after {
color: #929292;
}
.workspace .workspace-name:hover {
.workspace .workspace-name-container:hover .workspace-name {
border-bottom: 2px solid #202428;
}
.workspace .workspace-name:hover .dropdown-toggle:after {
.workspace .workspace-name-container:hover .dropdown-toggle:after {
color: #202428;
}
.workspace .add-table-btn {