File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
django/contrib/admin/static/admin/css Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 72
72
73
73
--link-fg : # 81d4fa ;
74
74
--link-hover-color : # 4ac1f7 ;
75
+ --link-selected-fg : # 6f94c6 ;
75
76
76
77
--hairline-color : # 272727 ;
77
78
--border-color : # 353535 ;
84
85
--darkened-bg : # 212121 ;
85
86
--selected-bg : # 1b1b1b ;
86
87
--selected-row : # 00363a ;
88
+
89
+ --close-button-bg : # 333333 ;
90
+ --close-button-hover-bg : # 666666 ;
87
91
}
88
92
}
89
93
Original file line number Diff line number Diff line change 313
313
# changelist .actions select {
314
314
vertical-align : top;
315
315
height : 24px ;
316
- background : none;
317
316
color : var (--body-fg );
318
317
border : 1px solid var (--border-color );
319
318
border-radius : 4px ;
Original file line number Diff line number Diff line change 12
12
justify-content : center;
13
13
flex : 0 0 23px ;
14
14
width : 23px ;
15
+ border : 0 ;
15
16
border-right : 1px solid var (--hairline-color );
16
17
background-color : var (--body-bg );
17
18
cursor : pointer;
Original file line number Diff line number Diff line change 90
90
text-indent : -3000px ;
91
91
overflow : hidden;
92
92
cursor : default;
93
- opacity : 0.3 ;
93
+ opacity : 0.55 ;
94
94
}
95
95
96
96
.active .selector-add , .active .selector-remove {
@@ -127,7 +127,7 @@ a.selector-chooseall, a.selector-clearall {
127
127
line-height : 16px ;
128
128
color : var (--body-quiet-color );
129
129
text-decoration : none;
130
- opacity : 0.3 ;
130
+ opacity : 0.55 ;
131
131
}
132
132
133
133
a .active .selector-chooseall : focus , a .active .selector-clearall : focus ,
@@ -268,7 +268,7 @@ p.datetime {
268
268
white-space : nowrap;
269
269
font-weight : normal;
270
270
font-size : 11px ;
271
- color : var (--border -color );
271
+ color : var (--body-quiet -color );
272
272
}
273
273
274
274
.datetime input , .form-row .datetime input .vDateField , .form-row .datetime input .vTimeField {
You can’t perform that action at this time.
0 commit comments