* Modify style for select.

This commit is contained in:
caoyanyi
2022-06-24 08:48:02 +08:00
parent b85f30b3ac
commit 7ce833f5ad
3 changed files with 11 additions and 7 deletions
+6 -1
View File
@@ -1,8 +1,13 @@
#repoList .tree li {padding: 0 0 0 10px;}
#repoList .hide-in-search .hidden {display: block !important; visibility: inherit !important;}
#dropMenuRepo > div.table-row > div > div > ul > li > div {padding-left: 20px;}
#repoList li > a.selected {color: #e9f2fb; background-color: #16a8f8; line-height: 20px; border-radius: 5px;}
#repoList li > a.selected {color: #3123ae !important; background: #f2eafc !important; line-height: 20px; border-radius: 5px;}
#repoList .tree li.has-list.open:before {border-left: 0px;}
#repoList ul.tree-angles {margin-bottom: 0;}
#repoList {margin: 0;}
#repoList .tree > li {padding: 2px;}
#repoList a:focus, #repoList a:hover {color: #0c64eb; text-decoration: none;}
#repoList > ul > li > ul > li > a:hover {color: white; background-color: #0c64eb; text-decoration: none;}
#repoList .tree li > a {max-width: 100%;}
#repoList .hide-in-search .hidden {display: block !important; visibility: inherit !important;}
#repoList .tree li > a {line-height: 20px; border-radius: 2px;}
-5
View File
@@ -5,16 +5,11 @@
.btn-toolbar > .last-sync-time {display: inline-block; float: left; margin-right: 10px;}
.btn-toolbar .page-title {line-height: 32px;}
.dropdown-menu > li.selected > a:after {content: '';}
.pull-left li > a.selected {color: #e9f2fb; background-color: #16a8f8;}
.pull-left li > a {line-height: 20px; border-radius: 5px;}
.tree li.has-list.open:before {border-left: 0px;}
#mainMenu > div.btn-toolbar.pull-left > div.btn-group.open {line-height: 20px;}
#dropMenuRepo > div.table-row > div > div > ul > li > div {padding-left: 20px;}
#dropMenuRepo > div.table-row > div > div > ul > li > ul {padding-left: 10px;}
#repoList .hide-in-search .hidden {display: block !important; visibility: inherit !important;}
#repoList > ul > li > ul > li > a:hover {color: white; background-color: #0c64eb; text-decoration: none;}
li>a.selected {color: #e9f2fb; background-color: #16a8f8;}
#branchList {line-height: 25px;}
#branchList .hide-in-search, #branchList .tree ul {padding-left: 20px;}
.tree li.has-list.open:before {border-left: none;}
+5 -1
View File
@@ -196,8 +196,12 @@ h3 {font-size: 16px;}
#repoList .tree li {padding: 0 0 0 15px;}
#repoList .hide-in-search .hidden {display: block !important; visibility: inherit !important;}
#dropMenuRepo > div.table-row > div > div > ul > li > div {padding-left: 10px;}
#repoList li > a.selected {color: #e9f2fb; background-color: #16a8f8; line-height: 20px; border-radius: 5px;}
li > a.selected {color: #3123ae !important; background: #f2eafc !important; line-height: 20px; border-radius: 5px;}
#repoList .tree li.has-list.open:before {border-left: 0px;}
#repoList ul.tree-angles {margin-bottom: 0;}
#repoList {margin: 0;}
#repoList .tree > li {padding: 2px;}
.pull-left ul > li > ul > li > a:hover {color: white; background-color: #0c64eb; text-decoration: none;}
.pull-left .tree li > a {max-width: 100%;}
#repoList .hide-in-search .hidden {display: block !important; visibility: inherit !important;}
#repoList .tree li > a {line-height: 20px; border-radius: 2px;}