mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
12.0 change dropdown menu style (#6227)
* 01 remove 200px dropdown menu * 02 change check mark icon className * 03 change dropdown padding * 04 change menu min width 200px * 05 change sort repos dropdown
This commit is contained in:
@@ -37,10 +37,6 @@
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.history-body .dropdown-menu {
|
||||
min-width: 8rem;
|
||||
}
|
||||
|
||||
.history-body .dropdown-menu a {
|
||||
text-decoration: none;
|
||||
color: #6e7687;
|
||||
|
@@ -153,10 +153,6 @@
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 8rem;
|
||||
}
|
||||
|
||||
.parent-path {
|
||||
position: relative;
|
||||
}
|
||||
|
@@ -177,10 +177,6 @@
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 8rem;
|
||||
}
|
||||
|
||||
.parent-path {
|
||||
position: relative;
|
||||
}
|
||||
|
@@ -39,20 +39,6 @@
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
#cur-view-change-mode-dropdown .dropdown-item {
|
||||
padding: 4px 16px;
|
||||
}
|
||||
|
||||
#cur-view-change-mode-dropdown .dropdown-item .fas,
|
||||
#cur-view-change-mode-dropdown .dropdown-item .sf3-font {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#cur-view-change-mode-dropdown .dropdown-item:hover .fas,
|
||||
#cur-view-change-mode-dropdown .dropdown-item:hover .sf3-font {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* begin common-toolbar */
|
||||
.common-toolbar {
|
||||
display: flex;
|
||||
|
@@ -46,7 +46,6 @@
|
||||
}
|
||||
|
||||
.notification-header-close .dropdown-menu {
|
||||
min-width: 8rem;
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user