mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 07:44:50 +00:00
change font color
This commit is contained in:
@@ -159,5 +159,5 @@
|
||||
}
|
||||
|
||||
.file-chooser-list-view-header .name {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
@@ -78,7 +78,7 @@
|
||||
|
||||
.old-history-main .commit-list .username {
|
||||
vertical-align: middle;
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@@ -71,7 +71,7 @@ body {
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-btn#save-file {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-more-operations {
|
||||
|
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.cur-view-path .sf-heading a {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
||||
.cur-view-subcontainer {
|
||||
|
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.side-panel .nav-link.active {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
||||
.side-panel-content {
|
||||
@@ -57,7 +57,7 @@
|
||||
text-align: center;
|
||||
line-height: 150px;
|
||||
font-size: 30px;
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
-moz-animation: rotate 1.5s ease infinite;
|
||||
-webkit-animation: rotate 1.5s ease infinite;
|
||||
animation: rotate 1.5s ease infinite;
|
||||
@@ -82,7 +82,7 @@
|
||||
}
|
||||
|
||||
.outline-h2:hover {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
||||
.outline-h3 {
|
||||
@@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
.outline-h3:hover {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
||||
/*tree view */
|
||||
|
@@ -30,5 +30,5 @@
|
||||
.big-new-file-button:hover,
|
||||
.big-new-file-button:focus {
|
||||
border-color: #eb9205;
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
@@ -79,7 +79,7 @@
|
||||
|
||||
|
||||
.path-toolbar .toolbar-item a:hover {
|
||||
color: #eb8205;
|
||||
color: #EC8000;
|
||||
text-decoration:none;
|
||||
}
|
||||
/* end path toolbar */
|
||||
|
Reference in New Issue
Block a user