Changes in the stylesheets to support the svg icons for the browser

tree nodes.
This commit is contained in:
Ashesh Vashi
2017-09-11 11:22:36 +05:30
parent 23a00f9614
commit 4018562bc7
16 changed files with 42 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
.icon-pga_schedule {
background-image: url('{{ url_for('NODE-pga_schedule.static', filename='img/pga_schedule.png') }}') !important;
background-image: url('{{ url_for('NODE-pga_schedule.static', filename='img/pga_schedule.svg') }}') !important;
background-repeat: no-repeat;
align-content: center;
vertical-align: middle;

View File

@@ -5,3 +5,11 @@
vertical-align: middle;
height: 1.3em;
}
.icon-coll-pga_jobstep {
background-image: url('{{ url_for('NODE-pga_jobstep.static', filename='img/coll-pga_jobstep.png') }}') !important;
background-repeat: no-repeat;
align-content: center;
vertical-align: middle;
height: 1.3em;
}

View File

@@ -1,5 +1,5 @@
.icon-pga_job {
background-image: url('{{ url_for('NODE-pga_job.static', filename='img/pga_job.png') }}') !important;
background-image: url('{{ url_for('NODE-pga_job.static', filename='img/pga_job.svg') }}') !important;
background-repeat: no-repeat;
align-content: center;
vertical-align: middle;
@@ -7,7 +7,7 @@
}
.icon-pga_job-disabled {
background-image: url('{{ url_for('NODE-pga_job.static', filename='img/pga_job-disabled.png') }}') !important;
background-image: url('{{ url_for('NODE-pga_job.static', filename='img/pga_job-disabled.svg') }}') !important;
background-repeat: no-repeat;
align-content: center;
vertical-align: middle;