Index: trunk/extensions/Translate/Translate.css |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | .mw-sp-translate-edit-fields fieldset { |
75 | 75 | line-height: normal; |
76 | 76 | margin: 0px; |
77 | | - border: 1px solid #2F6FAB; |
| 77 | + border: 1px solid #DBDBDB; |
78 | 78 | text-align: left; |
79 | 79 | } |
80 | 80 | |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | .mw-sp-translate-edit-inother { background-color: #F8F8FF; } |
125 | 125 | .mw-sp-translate-in-other-small { background-color: #F0F8FF; } |
126 | 126 | .mw-sp-translate-in-other-big { background-color: #F0F8FF; } |
127 | | -.mw-sp-translate-message-documentation { background-color: #C0C8FF; } |
| 127 | +.mw-sp-translate-message-documentation { background-color: #EBEBEB; } |
128 | 128 | .mw-sp-translate-edit-definition { background-color: #EAF3FC; } |
129 | 129 | .mw-sp-translate-edit-warnings { background-color: #FFDBDB; } |
130 | 130 | .mw-translate-definition-preview { padding: 3px; } |
— | — | @@ -217,18 +217,4 @@ |
218 | 218 | -moz-border-radius: 10px; |
219 | 219 | -webkit-border-radius: 10px; |
220 | 220 | background-color: #D1E231 !important; |
221 | | -} |
222 | | - |
223 | | - |
224 | | -table.translationdisplay { |
225 | | - -moz-box-shadow: 3px 3px 4px #BDA; |
226 | | - -webkit-box-shadow: 3px 3px 4px #BDA; |
227 | | - box-shadow: 3px 3px 4px #BDA; |
228 | | -} |
229 | | - |
230 | | - |
231 | | -table.translationdisplay-hover { |
232 | | - -moz-box-shadow: 3px 3px 4px #000; |
233 | | - -webkit-box-shadow: 3px 3px 4px #000; |
234 | | - box-shadow: 3px 3px 4px #000; |
235 | | -} |
| 221 | +} |
\ No newline at end of file |