forked from marva/sumorobot-web
update bootstrap and add robot id tooltip
This commit is contained in:
8
assets/css/bootstrap.min.css
vendored
Normal file → Executable file
8
assets/css/bootstrap.min.css
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
@@ -3,7 +3,6 @@
|
||||
font-family: Orbitron;
|
||||
src: url(fonts/orbitron-medium-webfont.woff);
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
font-family: Orbitron !important;
|
||||
@@ -24,17 +23,21 @@ table.blockly-table {
|
||||
td, tr {
|
||||
padding: 0px;
|
||||
}
|
||||
/* robot ID label error */
|
||||
/* Tooltip */
|
||||
.tooltip.show {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
/* Robot ID label error */
|
||||
span.has-error {
|
||||
color: #a94442 !important;
|
||||
border-color: #a94442 !important;
|
||||
background-color: #f2dede !important;
|
||||
}
|
||||
/* robot ID input error */
|
||||
/* Robot ID input error */
|
||||
input.has-error {
|
||||
border-color: #a94442 !important;
|
||||
}
|
||||
/* robot connect button */
|
||||
/* Robot connect button */
|
||||
a.btn-robot-go, a.btn-robot-go:hover {
|
||||
color: #3768d8;
|
||||
}
|
||||
@@ -129,7 +132,7 @@ div#readOnlyBlocklyCode {
|
||||
margin-right: auto;
|
||||
}
|
||||
/* robot ID label */
|
||||
span.input-group-addon {
|
||||
span.input-group-text {
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
padding: 0.5vw 1vw !important;
|
||||
|
Reference in New Issue
Block a user