Change style of Hide Screen and Stop Using buttons since they were using the same color.

Remove outline for info-button style.
This commit is contained in:
Gunther Brunner
2016-01-14 18:22:23 +09:00
parent 16e3a0b679
commit ec7cf99953
2 changed files with 4 additions and 3 deletions

View File

@@ -11,11 +11,11 @@
ng-model='currentRotation', btn-radio='"landscape"').pointer
i.fa.fa-mobile.fa-rotate-90(tooltip='{{ "Landscape" | translate }} (Current rotation: {{ device.display.rotation }}°)', tooltip-placement='bottom')
.button-spacer
button(type='button', ng-model='showScreen', btn-checkbox).btn.btn-sm.btn-danger
button(type='button', ng-model='showScreen', btn-checkbox).btn.btn-xs.btn-info
i(ng-show='showScreen', tooltip-html-unsafe='{{"Hide Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye
i(ng-show='!showScreen', tooltip-html-unsafe='{{"Show Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye-slash
button(type='button', ng-click='kickDevice(device); $event.stopPropagation()').btn.btn-sm.btn-danger
i(tooltip-html-unsafe='{{"Stop Using"|translate}}', tooltip-placement='bottom').fa.fa-times.fa-lg
button(type='button', ng-click='kickDevice(device); $event.stopPropagation()').btn.btn-sm.btn-danger-outline
i(tooltip-html-unsafe='{{"Stop Using"|translate}}', tooltip-placement='bottom').fa.fa-times.fa-lgX
.device-name-container.pull-left(dropdown)