跳至内容
菜单
此问题已终结

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
20464
4
4月 18
4137
1
6月 15
4561
0
1月 25
1429