This commit is contained in:
lvuch 2017-05-01 08:18:55 -07:00
parent 5a5424f5e7
commit bc6fec709b
4 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
<span class="text-info">{{t 'modalEditDriver.url.help'}}</span>
</div>
<div class="inline-form">
<div class="inline-form pt-20">
<label>{{t 'modalEditDriver.uiUrl.label'}}</label>
{{input class="form-control" value=originalModel.uiUrl }}
<span class="text-info">
@ -19,8 +19,8 @@
</span>
</div>
<div class="inline-form">
<label>{{t 'modalEditDriver.checksum.label'}}</label>
<div class="inline-form pt-20">
<label class="pb-5">{{t 'modalEditDriver.checksum.label'}}</label>
{{input class="form-control" value=originalModel.checksum }}
<span class="text-info">{{t 'modalEditDriver.checksum.help'}}</span>
</div>

View File

@ -1,4 +1,4 @@
$progress-bg : $light-grey !default;
$progress-bg : $body-bg !default;
$progress-bar-bg : $primary !default;
$progress-divider-bg : white !default;
$progress-divider-width : 1px !default;
@ -33,5 +33,5 @@ $progress-height : 10px !default;
}
.progress-bar-multi .progress-bar.bg-success:only-child {
background-color: rgba($success, 0.25);
background-color: rgba($success, 0.5);
}

View File

@ -26,7 +26,7 @@
.advanced-setting {
border: 1px solid darken($border, 5%);
background: $body-bg;
margin: 5px 0;
margin: 10px 0;
padding: 10px;
position: relative;

View File

@ -35,7 +35,7 @@ $link-hover-decoration : none;
//accent colors
$accent-one : $mid-grey;
$accent-two : $dark-grey;
$accent-three : darken($black, 20%);
$accent-three : darken($black, 3);
$accent-bg : $accent-two;
$accent-border : rgba($light-grey,.05);
@ -67,7 +67,7 @@ $table-bg-accent : rgba($mid-grey, .1);
//** Background color used for `.table-hover`.
$table-bg-hover : rgba($info, .25);
$table-bg-active : $table-bg-hover;
$table-bg-selected : $accent-three;
$table-bg-selected : rgba($info, .20);
//** Border color for table and cell borders.
$table-border-color : darken($mid-grey, 30);