mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-06-23 14:20:33 -04:00
Merge pull request 'Change dropzone and page backgrounds' (#4) from iamdoubz-patch-2 into master
Reviewed-on: https://git.dou.bet/iamdoubz/Gitea-Red-Silver/pulls/4
This commit is contained in:
commit
614c74b7f3
@ -236,4 +236,42 @@ a:hover {
|
|||||||
|
|
||||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory, .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule, .repository.file.list #repo-files-table tbody .svg.octicon-file-symlink-directory {
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory, .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule, .repository.file.list #repo-files-table tbody .svg.octicon-file-symlink-directory {
|
||||||
color: #cb1b30
|
color: #cb1b30
|
||||||
|
}
|
||||||
|
|
||||||
|
#issue_title {
|
||||||
|
background: #f7f7f7
|
||||||
|
}
|
||||||
|
|
||||||
|
.CodeMirror {
|
||||||
|
background: #f7f7f7
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.form .dropzone {
|
||||||
|
border: 3px dashed #cb1b30;
|
||||||
|
box-shadow: none!important;
|
||||||
|
padding: 0;
|
||||||
|
min-height: 5rem;
|
||||||
|
border-radius: 0;
|
||||||
|
background: #f7f7f7
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.form .dropzone:hover {
|
||||||
|
border: 2px dashed #0087f5;
|
||||||
|
box-shadow: none!important;
|
||||||
|
padding: 0;
|
||||||
|
min-height: 5rem;
|
||||||
|
border-radius: 5px
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.secondary.tiny.pointing.menu .active.item {
|
||||||
|
background: #e0e1e2;
|
||||||
|
color: rgba(0,0,0,.95);
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-bottom-width: 0;
|
||||||
|
font-weight: 700;
|
||||||
|
margin-bottom: -2px;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: .28571429rem .28571429rem 0 0;
|
||||||
|
border-bottom: none!important
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user