| Index: remoting/webapp/me2mom/choice.css
|
| diff --git a/remoting/webapp/me2mom/choice.css b/remoting/webapp/me2mom/choice.css
|
| index 945f1a3dd0613df0a46107be784cb4f15cf00924..5ceabfc86eccae2b0b6bc6abc96ad03e9403e372 100644
|
| --- a/remoting/webapp/me2mom/choice.css
|
| +++ b/remoting/webapp/me2mom/choice.css
|
| @@ -40,7 +40,7 @@ button:hover {
|
| -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
|
| }
|
|
|
| -button:active {
|
| +button:active, .toggle-button-active, .toggle-button-active:hover {
|
| background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
|
| color: #333;
|
| -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
|
| @@ -231,17 +231,9 @@ label {
|
| -webkit-user-select: none;
|
| }
|
|
|
| -#session-status-msg {
|
| - /*
|
| - clear: both; forces the session-controls div to size appropriately for
|
| - session-buttons.
|
| - */
|
| - clear: both;
|
| - font-family: monospace;
|
| - font-size: small;
|
| - margin: 5px;
|
| -}
|
| -
|
| -#server-response {
|
| - font-weight: bolder;
|
| +#toggle-scaling {
|
| + margin: 1px 0 0 0;
|
| + padding: 1px;
|
| + min-width: 0;
|
| + line-height: 0;
|
| }
|
|
|