File tree Expand file tree Collapse file tree 3 files changed +17
-22
lines changed Expand file tree Collapse file tree 3 files changed +17
-22
lines changed Original file line number Diff line number Diff line change 2
2
<div class="repository wiki pages">
3
3
{{template "repo/header" .}}
4
4
<div class="ui container">
5
- <div class="ui header">
6
- {{.i18n.Tr "repo.wiki.pages"}}
7
- {{if and .CanWriteUncyclo (not .IsRepositoryMirror)}}
8
- <div class="ui right">
9
- <a class="ui green small button" href="{{.RepoLink}}/wiki/_new">{{.i18n.Tr "repo.wiki.new_page_button"}}</a>
5
+ <h2 class="ui header df ac sb">
6
+ <div>
7
+ {{.i18n.Tr "repo.wiki.pages"}}
10
8
</div>
11
- {{end}}
12
- </div>
9
+ <div>
10
+ {{if and .CanWriteUncyclo (not .IsRepositoryMirror)}}
11
+ <a class="ui green small button" href="{{.RepoLink}}/wiki/_new">{{.i18n.Tr "repo.wiki.new_page_button"}}</a>
12
+ {{end}}
13
+ </div>
14
+ </h2>
13
15
<table class="ui table">
14
16
<tbody>
15
17
{{range .Pages}}
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ a:hover,
229
229
230
230
.ui.table {
231
231
color : var (--color-text );
232
+ background : var (--color-body );
233
+ border-color : var (--color-secondary );
232
234
}
233
235
234
236
.ui.ui.selectable.table > tbody > tr :hover ,
@@ -237,6 +239,12 @@ a:hover,
237
239
background-color : var (--color-secondary-alpha-40 );
238
240
}
239
241
242
+ .ui.ui.ui.ui.table tr .grey :not (.marked ),
243
+ .ui.ui.table td .grey :not (.marked ) {
244
+ background : var (--color-body );
245
+ color : var (--color-text );
246
+ }
247
+
240
248
.ui.modal {
241
249
background : var (--color-body );
242
250
}
Original file line number Diff line number Diff line change @@ -891,25 +891,10 @@ a.ui.basic.green.label:hover {
891
891
background-color : #393d4a !important ;
892
892
}
893
893
894
- .ui.table {
895
- border-color : var (--color-secondary );
896
- background : #353945 ;
897
- }
898
-
899
- .ui.table tbody tr {
900
- border-color : var (--color-secondary );
901
- background : #353945 ;
902
- }
903
-
904
894
.ui .text.grey {
905
895
color : var (--color-secondary-dark-6 ) !important ;
906
896
}
907
897
908
- .ui.attached.table.segment {
909
- background : #353945 ;
910
- color : #dbdbdb !important ;
911
- }
912
-
913
898
.markdown :not (code ) h2 {
914
899
border-bottom : 1px solid #304251 ;
915
900
}
You can’t perform that action at this time.
0 commit comments