| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 } | 93 } |
| 94 | 94 |
| 95 .shadow-split-widget.hbox.shadow-split-widget-first-is-sidebar > .shadow-split-w
idget-sidebar:not(.maximized) { | 95 .shadow-split-widget.hbox.shadow-split-widget-first-is-sidebar > .shadow-split-w
idget-sidebar:not(.maximized) { |
| 96 border: 0; | 96 border: 0; |
| 97 border-right: 1px solid rgb(64%, 64%, 64%); | 97 border-right: 1px solid rgb(64%, 64%, 64%); |
| 98 } | 98 } |
| 99 | 99 |
| 100 .shadow-split-widget button.sidebar-show-hide-button { | 100 .shadow-split-widget button.sidebar-show-hide-button { |
| 101 position: absolute; | 101 position: absolute; |
| 102 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 102 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
| 103 -webkit-mask-size: 320px 144px; | 103 -webkit-mask-size: 352px 144px; |
| 104 height: 16px; | 104 height: 16px; |
| 105 width: 16px; | 105 width: 16px; |
| 106 border: none; | 106 border: none; |
| 107 z-index: 20; | 107 z-index: 20; |
| 108 background-color: rgba(0, 0, 0, 0.6); | 108 background-color: rgba(0, 0, 0, 0.6); |
| 109 } | 109 } |
| 110 | 110 |
| 111 .shadow-split-widget button.sidebar-show-hide-button:disabled { | 111 .shadow-split-widget button.sidebar-show-hide-button:disabled { |
| 112 background-color: rgba(0, 0, 0, 0.35); | 112 background-color: rgba(0, 0, 0, 0.35); |
| 113 } | 113 } |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 193 |
| 194 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show { | 194 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show { |
| 195 -webkit-mask-position: -296px -76px; /* <| */ | 195 -webkit-mask-position: -296px -76px; /* <| */ |
| 196 transform: rotate(90deg); | 196 transform: rotate(90deg); |
| 197 } | 197 } |
| 198 | 198 |
| 199 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide { | 199 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide { |
| 200 -webkit-mask-position: -264px -76px; /* >| */ | 200 -webkit-mask-position: -264px -76px; /* >| */ |
| 201 transform: rotate(90deg); | 201 transform: rotate(90deg); |
| 202 } | 202 } |
| OLD | NEW |