diff --git a/public/css/theme-redsilver.css b/public/css/theme-redsilver.css index e709aa0..35a960c 100644 --- a/public/css/theme-redsilver.css +++ b/public/css/theme-redsilver.css @@ -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 { 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 } \ No newline at end of file