add separate stylesheet for network tab

This commit is contained in:
rottencandy 2019-07-29 19:29:24 +05:30
parent 98398d3492
commit 394ba61adb

15
webui-src/app/network.css Normal file
View File

@ -0,0 +1,15 @@
.friend {
color: #444;
font-size: 1.2em;
margin: 1em;
padding: 20px;
border-bottom: 1px solid #aaa;
border-radius: 20px;
}.friend i {
float: left;
padding: 0 10px;
cursor: pointer;
}.friend h4 {
margin-bottom: 5px;
}