Skip to content

Commit

Permalink
[WIP] light version
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCanet committed Sep 30, 2019
1 parent 45b2e57 commit 1580f9a
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 892 deletions.
14 changes: 7 additions & 7 deletions css/blockly@rduino.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ html,body {
}

#header {
background: #00969C;
background: #018790;
height: 36px;
}

Expand Down Expand Up @@ -404,15 +404,15 @@ html[dir="RTL"] #languageMenu {
}
#barre{
padding : 3px 0px 0px 10px;
background-color : #00969C;
background-color : #018790;
}
#barre_h{
padding : 5px 5px 5px 10px;
background-color : #00969C;
background-color : #018790;
}
#barre_ide{
padding : 2px 5px 5px 10px;
background-color : #00969C;
background-color : #018790;
}
#btn_term {
right: 15px;
Expand Down Expand Up @@ -537,7 +537,7 @@ html[dir="RTL"] .blocklyToolboxDiv .blocklyTreeRoot [role="treeitem"] .blockly
}

/* .blocklyTreeRow:hover { */
/* background-color: #00969C !important; */
/* background-color: #018790 !important; */
/* } */

.blocklyTreeSeparator {
Expand Down Expand Up @@ -636,7 +636,7 @@ html[dir="RTL"] .colors_category {
----------------------------------*/

.btn-arduino {
color: #00969C;
color: #018790;
width: 28px;
height: 28px;
background-color: #006468;
Expand All @@ -646,7 +646,7 @@ html[dir="RTL"] .colors_category {
border-radius:50%;
}
.btn-arduinoRect {
color: #00969C;
color: #018790;
width: 28px;
height: 28px;
background-color: #006468;
Expand Down
Loading

0 comments on commit 1580f9a

Please sign in to comment.