Index: trunk/extensions/VisualEditor/demo/index.html |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | border-radius: 0.5em; |
29 | 29 | } |
30 | 30 | #es-panes { |
31 | | - border: solid 1px #dddddd; |
| 31 | + border: solid 1px #cccccc; |
32 | 32 | border-top: none; |
33 | 33 | } |
34 | 34 | #es-visual { |
Index: trunk/extensions/VisualEditor/modules/sandbox/sandbox.css |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | #es-toolbar { |
3 | | - border: solid 1px #dddddd; |
| 3 | + border: solid 1px #cccccc; |
4 | 4 | position: relative; |
5 | 5 | -webkit-border-radius: 0.25em; |
6 | 6 | -moz-border-radius: 0.25e; |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | overflow: hidden; |
46 | 46 | } |
47 | 47 | .es-showData #es-editor { |
48 | | - border-right: solid 1px #dddddd; |
| 48 | + border-right: solid 1px #cccccc; |
49 | 49 | } |
50 | 50 | .es-toolbarGroup { |
51 | 51 | float: left; |