lib/html/build/stylesheets/buttons.css in flammarion-0.0.10 vs lib/html/build/stylesheets/buttons.css in flammarion-0.0.11

- old
+ new

@@ -1,10 +1,10 @@ .full-button { - background-color: #383e40; - color: #eee; + background-color: #eee; + color: #333; font-family: Monospace; - border: 1px solid #a7a7a7; + border: 1px solid #242424; padding: 1em; text-decoration: none; display: block; text-align: center; margin-top: 0.5em; @@ -13,46 +13,47 @@ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; - background-color: #4a5255; - background-image: -webkit-linear-gradient(top, #4a5255 40%, #32383a 100%); - background-image: -moz-linear-gradient(top, #4a5255 40%, #32383a 100%); - background-image: -ms-linear-gradient(top, #4a5255 40%, #32383a 100%); - background-image: -o-linear-gradient(top, #4a5255 40%, #32383a 100%); - background-image: linear-gradient(top, #4a5255 40%, #32383a 100%); + background-color: #f0f0f0; + background-image: -webkit-linear-gradient(top, #f0f0f0 40%, #d6d6d6 100%); + background-image: -moz-linear-gradient(top, #f0f0f0 40%, #d6d6d6 100%); + background-image: -ms-linear-gradient(top, #f0f0f0 40%, #d6d6d6 100%); + background-image: -o-linear-gradient(top, #f0f0f0 40%, #d6d6d6 100%); + background-image: linear-gradient(top, #f0f0f0 40%, #d6d6d6 100%); } .full-button:hover { - background-color: #4a5255; - background-color: #5a6468; - background-image: -webkit-linear-gradient(top, #5a6468 40%, #434a4d 100%); - background-image: -moz-linear-gradient(top, #5a6468 40%, #434a4d 100%); - background-image: -ms-linear-gradient(top, #5a6468 40%, #434a4d 100%); - background-image: -o-linear-gradient(top, #5a6468 40%, #434a4d 100%); - background-image: linear-gradient(top, #5a6468 40%, #434a4d 100%); + background-color: #d6d6d6; + background-color: #dadada; + background-image: -webkit-linear-gradient(top, #dadada 40%, #c1c1c1 100%); + background-image: -moz-linear-gradient(top, #dadada 40%, #c1c1c1 100%); + background-image: -ms-linear-gradient(top, #dadada 40%, #c1c1c1 100%); + background-image: -o-linear-gradient(top, #dadada 40%, #c1c1c1 100%); + background-image: linear-gradient(top, #dadada 40%, #c1c1c1 100%); } .full-button:active { - background-color: #5c666a; - background-color: #434a4d; - background-image: -webkit-linear-gradient(top, #434a4d 40%, #5a6468 100%); - background-image: -moz-linear-gradient(top, #434a4d 40%, #5a6468 100%); - background-image: -ms-linear-gradient(top, #434a4d 40%, #5a6468 100%); - background-image: -o-linear-gradient(top, #434a4d 40%, #5a6468 100%); - background-image: linear-gradient(top, #434a4d 40%, #5a6468 100%); + background-color: #bebebe; + background-color: #c1c1c1; + background-image: -webkit-linear-gradient(top, #c1c1c1 40%, #dadada 100%); + background-image: -moz-linear-gradient(top, #c1c1c1 40%, #dadada 100%); + background-image: -ms-linear-gradient(top, #c1c1c1 40%, #dadada 100%); + background-image: -o-linear-gradient(top, #c1c1c1 40%, #dadada 100%); + background-image: linear-gradient(top, #c1c1c1 40%, #dadada 100%); } .full-button > .label-icon-left { float: left; } .full-button > .label-icon-right { float: right; } -.inline-text-input { - background-color: #383e40; - color: #eee; +.inline-text-input, +.inline-dropdown { + background-color: #eee; + color: #333; font-family: Monospace; - border: 1px solid #a7a7a7; + border: 1px solid #242424; padding: 1em; text-decoration: none; display: block; text-align: center; margin-top: 0.5em; @@ -64,32 +65,38 @@ -ms-user-select: none; user-select: none; text-align: left; box-sizing: border-box; width: 100%; - box-shadow: inset 0px 0px 2px 2px #2d3233; + box-shadow: inset 0px 0px 2px 2px #bebebe; } -.inline-text-input:hover { - background-color: #4a5255; +.inline-text-input:hover, +.inline-dropdown:hover { + background-color: #d6d6d6; } -.inline-text-input:active { - background-color: #5c666a; +.inline-text-input:active, +.inline-dropdown:active { + background-color: #bebebe; } -.inline-text-input > .label-icon-left { +.inline-text-input > .label-icon-left, +.inline-dropdown > .label-icon-left { float: left; } -.inline-text-input > .label-icon-right { +.inline-text-input > .label-icon-right, +.inline-dropdown > .label-icon-right { float: right; } -.inline-text-input.unclicked { - color: #777; +.inline-text-input.unclicked, +.inline-dropdown.unclicked { + color: #1a1a1a; } -textarea.inline-text-input { +textarea.inline-text-input, +textarea.inline-dropdown { height: 25em; } input::-webkit-input-placeholder { - color: #777; + color: #1a1a1a; } input:focus::-webkit-input-placeholder { opacity: 0; } .inline-checkbox { @@ -112,18 +119,18 @@ display: inline-block; vertical-align: middle; content: " "; width: 1em; height: 1em; - border: 1px solid #a7a7a7; + border: 1px solid #242424; margin-right: 0.5em; } .inline-checkbox.checked:before { - background-color: #828e92; + background-color: #8f8f8f; } .inline-checkbox:hover { - background-color: #4a5255; + background-color: #d6d6d6; } #toolbar { background-color: #000; margin: 0px; font-family: Monospace; @@ -132,11 +139,11 @@ .tool-button { float: left; padding: 0.5em; margin: 0; text-decoration: none; - color: #eee; + color: #333; border-right: 1px solid; border-left: 1px solid; margin-right: 0em; } .tool-button:hover { @@ -144,13 +151,14 @@ } .button-box { position: absolute; top: 0.5em; right: 0.5em; - margin-right: 0.5em; + margin-right: 1em; background-color: rgba(0,0,0,0.5); - padding: 0.5em; + box-shadow: 2px 2px 4px 2px #bebebe; + padding: 0; z-index: 3; } .button-box .full-button, .button-box .inline-text-input, .button-box .inline-checkbox { @@ -165,21 +173,25 @@ } .button-box .inline-text-input { width: auto; } .button-box .inline-checkbox { - border: 1px solid #a7a7a7; + border: 1px solid #242424; } .button-box .inline-checkbox:before { - border: 1px solid #474747; + border: 1px solid #0f0f0f; height: 50%; } +.button-box .label-icon-left, +.button-box .label-icon-right { + margin: 0px 5px; +} .inline-button { - background-color: #383e40; - color: #eee; + background-color: #eee; + color: #333; font-family: Monospace; - border: 1px solid #a7a7a7; + border: 1px solid #242424; padding: 1em; text-decoration: none; display: block; text-align: center; margin-top: 0.5em; @@ -191,26 +203,26 @@ -ms-user-select: none; user-select: none; display: inline; } .inline-button:hover { - background-color: #4a5255; + background-color: #d6d6d6; } .inline-button:active { - background-color: #5c666a; + background-color: #bebebe; } .inline-button > .label-icon-left { float: left; } .inline-button > .label-icon-right { float: right; } .floating-button { - background-color: #383e40; - color: #eee; + background-color: #eee; + color: #333; font-family: Monospace; - border: 1px solid #a7a7a7; + border: 1px solid #242424; padding: 1em; text-decoration: none; display: block; text-align: center; margin-top: 0.5em; @@ -224,13 +236,13 @@ float: left; margin: 0; padding: 0.2em; } .floating-button:hover { - background-color: #4a5255; + background-color: #d6d6d6; } .floating-button:active { - background-color: #5c666a; + background-color: #bebebe; } .floating-button > .label-icon-left { float: left; } .floating-button > .label-icon-right {