| OLD | NEW |
| 1 table.calltree { | 1 table.calltree { |
| 2 width : 100%; | 2 width : 100%; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .numeric { | 5 .numeric { |
| 6 width : 12ex; | 6 width : 12ex; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .numeric-hidden { | 9 .numeric-hidden { |
| 10 display : none; | 10 display : none; |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 color: #ffffff; | 27 color: #ffffff; |
| 28 font-size : small; | 28 font-size : small; |
| 29 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | 29 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); |
| 30 } | 30 } |
| 31 | 31 |
| 32 span.code-type-chip-space { | 32 span.code-type-chip-space { |
| 33 width : 0.5ex; | 33 width : 0.5ex; |
| 34 display : inline-block; | 34 display : inline-block; |
| 35 } | 35 } |
| 36 | 36 |
| 37 span.codeid-link { |
| 38 text-decoration: underline; |
| 39 cursor: pointer; |
| 40 } |
| 41 |
| 37 div.mode-button { | 42 div.mode-button { |
| 38 padding: 1em 3em; | 43 padding: 1em 3em; |
| 39 display: inline-block; | 44 display: inline-block; |
| 40 background-color: #6070ff; | 45 background-color: #6070ff; |
| 41 color : #ffffff; | 46 color : #ffffff; |
| 42 margin: 0 0.2em 2em 0; | 47 margin: 0 0.2em 2em 0; |
| 43 box-shadow: 3px 3px 2px #d0d0ff; | 48 box-shadow: 3px 3px 2px #d0d0ff; |
| 44 } | 49 } |
| 45 | 50 |
| 46 div.mode-button:hover { | 51 div.mode-button:hover { |
| 47 background-color: #4858ff; | 52 background-color: #4858ff; |
| 48 } | 53 } |
| 49 | 54 |
| 50 div.active-mode-button { | 55 div.active-mode-button { |
| 51 background-color: #0000ff; | 56 background-color: #0000ff; |
| 52 box-shadow: 3px 3px 2px #a0a0ff; | 57 box-shadow: 3px 3px 2px #a0a0ff; |
| 53 } | 58 } |
| 54 | 59 |
| 55 div.active-mode-button:hover { | 60 div.active-mode-button:hover { |
| 56 background-color: #0000ff; | 61 background-color: #0000ff; |
| 57 } | 62 } |
| OLD | NEW |