Skip to content

Commit

Permalink
Merge pull request #18 from OsnaFonz/randomizer-v2
Browse files Browse the repository at this point in the history
Randomizer v2
  • Loading branch information
OsnaFonz committed Dec 17, 2015
2 parents c6b159f + f44e506 commit 01a036d
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 114 deletions.
37 changes: 33 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,49 @@ table th {

#menu {
width:100%;
background-color:#333;
background-color:#666;
padding:1em;
color:#fff;
display:none;
}

#menu .modules div {
padding:8px;
padding:10px;
white-space: nowrap;
overflow: hidden;
width:auto;
display:inline-block;
position:relative;
}

#menu .modules div .locked {
position:absolute;
right:0;
top:0;
z-index:0;
margin:2px;
padding:0;
opacity:0.7;
}

#menu .modules div.stateon {
}
#menu .modules div.stateon img {
opacity:1;
}
#menu .modules div.stateoff {
background-color:#ccc;
opacity:0.7;
}
#menu .modules div.stateoff img {
opacity:0.3;
}

#menu .modules div.statelock {
opacity:1;
}

#menu .modules img {
padding-right:6px;
/* padding-right:6px; */
}

#menu input {
Expand Down
Loading

0 comments on commit 01a036d

Please sign in to comment.