| 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: 352px 144px; | 103 -webkit-mask-size: 352px 168px; |
| 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: #5a5a5a; | 108 background-color: #5a5a5a; |
| 109 } | 109 } |
| 110 | 110 |
| 111 .shadow-split-widget button.sidebar-show-hide-button:hover { | 111 .shadow-split-widget button.sidebar-show-hide-button:hover { |
| 112 background-color: #333; | 112 background-color: #333; |
| 113 } | 113 } |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 | 180 |
| 181 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show { | 181 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show { |
| 182 -webkit-mask-position: -296px -76px; /* <| */ | 182 -webkit-mask-position: -296px -76px; /* <| */ |
| 183 transform: rotate(90deg); | 183 transform: rotate(90deg); |
| 184 } | 184 } |
| 185 | 185 |
| 186 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide { | 186 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide { |
| 187 -webkit-mask-position: -264px -76px; /* >| */ | 187 -webkit-mask-position: -264px -76px; /* >| */ |
| 188 transform: rotate(90deg); | 188 transform: rotate(90deg); |
| 189 } | 189 } |
| OLD | NEW |