mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-05 07:08:41 +00:00
some style for the restart button
This commit is contained in:
parent
f6078a4b71
commit
f191d130a3
2 changed files with 12 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button ng-if="build.status !== 'pending' && build.status !== 'running'" ng-click="restart()" style="display:none;">Restart</button>
|
<button ng-if="build.status !== 'pending' && build.status !== 'running'" ng-click="restart()" class="button button-restart">Restart</button>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -473,6 +473,7 @@ li menu .button.danger {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Random buttons used throughtout
|
* Random buttons used throughtout
|
||||||
*/
|
*/
|
||||||
|
@ -520,6 +521,16 @@ menu .button span {
|
||||||
font-size:18px;
|
font-size:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-restart {
|
||||||
|
background: #FFF;
|
||||||
|
border: 1px solid #8fa1b3;
|
||||||
|
color: #8fa1b3;
|
||||||
|
font-size: 13px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 0px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Status Indicator
|
* Status Indicator
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue