diff options
Diffstat (limited to 'scss/imports')
-rw-r--r-- | scss/imports/scss/_MontageOverrides.scss | 4 | ||||
-rw-r--r-- | scss/imports/scss/_toolbar.scss | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/scss/imports/scss/_MontageOverrides.scss b/scss/imports/scss/_MontageOverrides.scss index 65b9ede0..6e728863 100644 --- a/scss/imports/scss/_MontageOverrides.scss +++ b/scss/imports/scss/_MontageOverrides.scss | |||
@@ -16,4 +16,8 @@ | |||
16 | } | 16 | } |
17 | .montage-popup-container { | 17 | .montage-popup-container { |
18 | background: none; | 18 | background: none; |
19 | } | ||
20 | |||
21 | .montage-invisible { | ||
22 | display: none; | ||
19 | } \ No newline at end of file | 23 | } \ No newline at end of file |
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss index 44178b24..4d460bad 100644 --- a/scss/imports/scss/_toolbar.scss +++ b/scss/imports/scss/_toolbar.scss | |||
@@ -131,6 +131,11 @@ | |||
131 | background-image:url("../images/tools/Tool-FillColor.png"); | 131 | background-image:url("../images/tools/Tool-FillColor.png"); |
132 | } | 132 | } |
133 | 133 | ||
134 | .toolsList .colortoolbar { | ||
135 | padding-left: 1px; | ||
136 | padding-top:4px; | ||
137 | } | ||
138 | |||
134 | .toolsList .colortoolbar button | 139 | .toolsList .colortoolbar button |
135 | { | 140 | { |
136 | width: 27px; | 141 | width: 27px; |
@@ -146,6 +151,7 @@ | |||
146 | width: 27px; | 151 | width: 27px; |
147 | height: 27px; | 152 | height: 27px; |
148 | margin: 0; | 153 | margin: 0; |
154 | margin-top:3px; | ||
149 | } | 155 | } |
150 | 156 | ||
151 | .toolsList .colortoolbar div.cpe_colortoolbar_container | 157 | .toolsList .colortoolbar div.cpe_colortoolbar_container |
@@ -153,6 +159,8 @@ | |||
153 | margin: 0; | 159 | margin: 0; |
154 | } | 160 | } |
155 | 161 | ||
162 | |||
163 | |||
156 | /*.InkBottleToolPressed {*/ | 164 | /*.InkBottleToolPressed {*/ |
157 | /*background-image: url("../images/tools/inkbottle_down.png");*/ | 165 | /*background-image: url("../images/tools/inkbottle_down.png");*/ |
158 | /*background-repeat: no-repeat;*/ | 166 | /*background-repeat: no-repeat;*/ |