use proper bootstrap class
This commit is contained in:
parent
b34e252eda
commit
c036bb26be
@ -428,8 +428,8 @@ define([
|
|||||||
}
|
}
|
||||||
}, [
|
}, [
|
||||||
h('button#clear.btn.btn-danger', Msg.canvas_clear), ' ',
|
h('button#clear.btn.btn-danger', Msg.canvas_clear), ' ',
|
||||||
h('button#toggleDraw.btn.btn-default', Msg.canvas_disable),
|
h('button#toggleDraw.btn.btn-secondary', Msg.canvas_disable),
|
||||||
h('button#delete.btn.btn-default', {
|
h('button#delete.btn.btn-secondary', {
|
||||||
style: {
|
style: {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
}
|
}
|
||||||
@ -497,7 +497,7 @@ define([
|
|||||||
style: { display: 'none' },
|
style: { display: 'none' },
|
||||||
title: Msg.poll_admin_button
|
title: Msg.poll_admin_button
|
||||||
}, Msg.poll_admin_button),
|
}, Msg.poll_admin_button),
|
||||||
h('button#help.btn.btn-default', {
|
h('button#help.btn.btn-secondary', {
|
||||||
title: Msg.poll_show_help_button
|
title: Msg.poll_show_help_button
|
||||||
}, Msg.poll_show_help_button)
|
}, Msg.poll_show_help_button)
|
||||||
]),
|
]),
|
||||||
@ -513,13 +513,13 @@ define([
|
|||||||
]),
|
]),
|
||||||
h('div#tableContainer', [
|
h('div#tableContainer', [
|
||||||
h('div#tableScroll'),
|
h('div#tableScroll'),
|
||||||
h('button#create-user.btn.btn-default', {
|
h('button#create-user.btn.btn-secondary', {
|
||||||
title: Msg.poll_create_user
|
title: Msg.poll_create_user
|
||||||
}, h('span.fa.fa-plus')),
|
}, h('span.fa.fa-plus')),
|
||||||
h('button#create-option.btn.btn-default', {
|
h('button#create-option.btn.btn-secondary', {
|
||||||
title: Msg.poll_create_option
|
title: Msg.poll_create_option
|
||||||
}, h('span.fa.fa-plus')),
|
}, h('span.fa.fa-plus')),
|
||||||
h('button#commit.btn.btn-default', {
|
h('button#commit.btn.btn-secondary', {
|
||||||
title: Msg.poll_commit
|
title: Msg.poll_commit
|
||||||
}, h('span.fa.fa-check'))
|
}, h('span.fa.fa-check'))
|
||||||
])
|
])
|
||||||
|
|||||||
@ -475,14 +475,5 @@ form.realtime, div.realtime {
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
&.btn-default {
|
|
||||||
background-color: #BBB;
|
|
||||||
color: black;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #DDD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -133,12 +133,3 @@ body {
|
|||||||
height: 0;
|
height: 0;
|
||||||
z-index: -5;
|
z-index: -5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-default {
|
|
||||||
background-color: #BBB;
|
|
||||||
color: black;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #DDD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user