콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Salam ,How can i style XML view ,should i use scss or another thing ?


in this example I am trying to change colors of state selection options but no way !


CSCC code


here is the xml code 


file structure 


manifest 


nothing is getting changed


아바타
취소
베스트 답변

Use single selector when targeting one class. 

 A variety of solution options are available.

 grouping selector when targeting multiple classes with the same styles.

.teacher-list ,.custom-state-field {
background-color: #e0f7fa;
font-weight: bold;
color: #1a73e8 !important;
padding: 5px;
border-radius: 4px;
} // this you won't change xml file


descendant selector when targeting a class inside another class.   

<group class="teacher-list">  // here you won't change css







아바타
취소
베스트 답변

The path needed is relative to the folder where the manifest is located.

You have no "Hospital" folder in the same folder as the manifest. You have just the "static" folder.

아바타
취소
관련 게시물 답글 화면 활동
0
12월 20
67
2
8월 22
20460
4
4월 18
4110
1
6월 15
4557
0
1월 25
1427