| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * 1. Redistributions of source code must retain the above copyright | 8 * 1. Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * | 10 * |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 top: 4px; | 103 top: 4px; |
| 104 right:2px; | 104 right:2px; |
| 105 } | 105 } |
| 106 | 106 |
| 107 .split-view button.right-sidebar-show-hide-button:active { | 107 .split-view button.right-sidebar-show-hide-button:active { |
| 108 top: 5px; | 108 top: 5px; |
| 109 right: 1px; | 109 right: 1px; |
| 110 } | 110 } |
| 111 | 111 |
| 112 .split-view button.bottom-sidebar-show-hide-button { | 112 .split-view button.bottom-sidebar-show-hide-button { |
| 113 bottom: 1px; | 113 bottom: 0px; |
| 114 right: 1px; | 114 right: 1px; |
| 115 } | 115 } |
| 116 | 116 |
| 117 .split-view button.bottom-sidebar-show-hide-button:active { | 117 .split-view button.bottom-sidebar-show-hide-button:active { |
| 118 bottom: 0; | 118 bottom: 0; |
| 119 right: 0; | 119 right: 0; |
| 120 } | 120 } |
| 121 | 121 |
| 122 .split-view button.left-sidebar-show-hide-button.toggled-show > .glyph { | 122 .split-view button.left-sidebar-show-hide-button.toggled-show > .glyph { |
| 123 -webkit-mask-position: -168px -76px; /* |> */ | 123 -webkit-mask-position: -168px -76px; /* |> */ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 147 | 147 |
| 148 .split-view button.bottom-sidebar-show-hide-button.toggled-show > .glyph { | 148 .split-view button.bottom-sidebar-show-hide-button.toggled-show > .glyph { |
| 149 -webkit-mask-position: -296px -76px; /* <| */ | 149 -webkit-mask-position: -296px -76px; /* <| */ |
| 150 -webkit-transform: rotate(90deg); | 150 -webkit-transform: rotate(90deg); |
| 151 } | 151 } |
| 152 | 152 |
| 153 .split-view button.bottom-sidebar-show-hide-button.toggled-hide > .glyph { | 153 .split-view button.bottom-sidebar-show-hide-button.toggled-hide > .glyph { |
| 154 -webkit-mask-position: -264px -76px; /* >| */ | 154 -webkit-mask-position: -264px -76px; /* >| */ |
| 155 -webkit-transform: rotate(90deg); | 155 -webkit-transform: rotate(90deg); |
| 156 } | 156 } |
| OLD | NEW |