diff options
Diffstat (limited to 'js/components/tools-properties/pen-properties.reel/pen-properties.css')
-rwxr-xr-x | js/components/tools-properties/pen-properties.reel/pen-properties.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.css b/js/components/tools-properties/pen-properties.reel/pen-properties.css index 01a0ca1f..d08d0abd 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.css +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.css | |||
@@ -4,7 +4,6 @@ | |||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | |||
8 | .optionsPenTool { | 7 | .optionsPenTool { |
9 | padding: 6px; | 8 | padding: 6px; |
10 | } | 9 | } |
@@ -16,11 +15,14 @@ | |||
16 | .optionsPenTool .fillColorCtrl, .optionsPenTool .strokeColorCtrl { | 15 | .optionsPenTool .fillColorCtrl, .optionsPenTool .strokeColorCtrl { |
17 | width: 20px; | 16 | width: 20px; |
18 | height: 18px; | 17 | height: 18px; |
19 | margin: 2px 6px; | 18 | margin-left: 3px; |
19 | margin-right: 8px; | ||
20 | border: 1px black solid; | ||
20 | } | 21 | } |
21 | 22 | ||
22 | .optionsPenTool .colorCtrlIcon { | 23 | .optionsPenTool .colorCtrlIcon { |
23 | width: 20px; | 24 | width: 20px; |
24 | height: 20px; | 25 | height: 20px; |
25 | background-color: rgb(54, 54, 54); | 26 | -webkit-transform: scale(0.8); |
27 | background-color: rgb(40, 40, 40); | ||
26 | } \ No newline at end of file | 28 | } \ No newline at end of file |