File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 --rcv-selected-background-color : # 313149 ;
1111 --rcv-attention-text-color : # e38a59 ;
1212 --rcv-drop-down-width : 200px ;
13+ --rcv-registry-selection-background-color : # fff ;
14+ --rcv-filter-background-color : # fff ;
15+ --rcv-preview-background-color : # fff ;
1316}
1417
1518body {
4952 font-family : var (--rcv-font-family );
5053
5154 border-bottom : 1px var (--rcv-secondary-border-color ) solid;
55+ background-color : var (--rcv-registry-selection-background-color );
5256}
5357
5458.rcv-search-box {
6569 height : 34px ;
6670 box-sizing : border-box;
6771
72+ background-color : var (--rcv-filter-background-color );
73+
6874 padding : 10px 4px 10px 15px ;
6975 margin : 0 ;
7076
8692
8793.rcv-preview {
8894 grid-area : preview;
89- margin : 10 px 10 px 10 px 20 px ;
95+ background-color : var ( --rcv-preview-background-color ) ;
9096
97+ padding : 10px 10px 10px 20px ;
9198 overflow : auto;
9299}
93100
Original file line number Diff line number Diff line change 22 display : flex;
33 align-items : center;
44 height : 100% ;
5+ background-color : var (--rcv-registry-selection-background-color );
56}
67
78.rcv-registry-selection-tab {
You can’t perform that action at this time.
0 commit comments