firefox bug fixes
This commit is contained in:
parent
937a6a9830
commit
0521aeed11
2 changed files with 20 additions and 13 deletions
|
@ -35,7 +35,7 @@
|
||||||
<div class="stat-graphic flex horizontal centered">
|
<div class="stat-graphic flex horizontal centered">
|
||||||
<div class="stats-channel email-channel vertical center">
|
<div class="stats-channel email-channel vertical center">
|
||||||
<div class="email channel icon"></div>
|
<div class="email channel icon"></div>
|
||||||
<div class="channel-bars flex horizontal end justify-center">
|
<div class="channel-bars horizontal end justify-center">
|
||||||
<div class="channel-bar primary" style="height: 80%"></div>
|
<div class="channel-bar primary" style="height: 80%"></div>
|
||||||
<div class="channel-bar secondary" style="height: 100%"></div>
|
<div class="channel-bar secondary" style="height: 100%"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="stats-channel received-calls-channel vertical center">
|
<div class="stats-channel received-calls-channel vertical center">
|
||||||
<div class="received-calls channel icon"></div>
|
<div class="received-calls channel icon"></div>
|
||||||
<div class="channel-bars flex horizontal end justify-center">
|
<div class="channel-bars horizontal end justify-center">
|
||||||
<div class="channel-bar primary" style="height: 53%"></div>
|
<div class="channel-bar primary" style="height: 53%"></div>
|
||||||
<div class="channel-bar secondary" style="height: 47%"></div>
|
<div class="channel-bar secondary" style="height: 47%"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="stats-channel outbound-calls-channel vertical center">
|
<div class="stats-channel outbound-calls-channel vertical center">
|
||||||
<div class="outbound-calls channel icon"></div>
|
<div class="outbound-calls channel icon"></div>
|
||||||
<div class="channel-bars flex horizontal end justify-center">
|
<div class="channel-bars horizontal end justify-center">
|
||||||
<div class="channel-bar primary" style="height: 46%"></div>
|
<div class="channel-bar primary" style="height: 46%"></div>
|
||||||
<div class="channel-bar secondary" style="height: 53%"></div>
|
<div class="channel-bar secondary" style="height: 53%"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="stats-channel facebook-channel vertical center">
|
<div class="stats-channel facebook-channel vertical center">
|
||||||
<div class="facebook channel icon"></div>
|
<div class="facebook channel icon"></div>
|
||||||
<div class="channel-bars flex horizontal end justify-center">
|
<div class="channel-bars horizontal end justify-center">
|
||||||
<div class="channel-bar primary" style="height: 24%"></div>
|
<div class="channel-bar primary" style="height: 24%"></div>
|
||||||
<div class="channel-bar secondary" style="height: 18%"></div>
|
<div class="channel-bar secondary" style="height: 18%"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="stats-channel twitter-channel vertical center">
|
<div class="stats-channel twitter-channel vertical center">
|
||||||
<div class="twitter channel icon"></div>
|
<div class="twitter channel icon"></div>
|
||||||
<div class="channel-bars flex horizontal end justify-center">
|
<div class="channel-bars horizontal end justify-center">
|
||||||
<div class="channel-bar primary" style="height: 13%"></div>
|
<div class="channel-bar primary" style="height: 13%"></div>
|
||||||
<div class="channel-bar secondary" style="height: 16%"></div>
|
<div class="channel-bar secondary" style="height: 16%"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,6 +14,10 @@ p {
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
a.create {
|
a.create {
|
||||||
color: hsl(145,51%,45%);
|
color: hsl(145,51%,45%);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -444,6 +448,11 @@ label {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="radio"],
|
||||||
|
input[type="checkbox"] {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
input[type=text],
|
input[type=text],
|
||||||
input[type=password],
|
input[type=password],
|
||||||
input[type=email],
|
input[type=email],
|
||||||
|
@ -489,8 +498,9 @@ textarea,
|
||||||
border-color: red !important;
|
border-color: red !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-inline {
|
.help-inline:not(:empty) {
|
||||||
color: red;
|
color: red;
|
||||||
|
padding: 2px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1518,6 +1528,7 @@ footer {
|
||||||
padding: 10px 24px 9px;
|
padding: 10px 24px 9px;
|
||||||
color: #2c2d36;
|
color: #2c2d36;
|
||||||
background: white;
|
background: white;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:active {
|
.btn:active {
|
||||||
|
@ -2443,15 +2454,11 @@ footer {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 28px 18px 18px;
|
padding: 28px 18px 12px;
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: none;
|
background: none;
|
||||||
-webkit-appearance: none;
|
|
||||||
-moz-appearance: none;
|
|
||||||
-ms-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bulkAction-secondStep .form-group {
|
.bulkAction-secondStep .form-group {
|
||||||
|
@ -2670,7 +2677,7 @@ footer {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ticket-article-item .attachments {
|
.ticket-article-item .attachments:not(:empty) {
|
||||||
border-top: 1px solid hsl(0,0%,93%);
|
border-top: 1px solid hsl(0,0%,93%);
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
margin: 0 -20px;
|
margin: 0 -20px;
|
||||||
|
@ -3820,7 +3827,7 @@ footer {
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
width: 52px;
|
width: 52px;
|
||||||
border-radius: 0 5px 5px 0;
|
border-radius: 0 5px 5px 0;
|
||||||
background: linear-gradient(to right, transparent, white 33%);
|
background: linear-gradient(to right, rgba(255,255,255,0), white 33%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue