~ubuntu-branches/ubuntu/vivid/ubuntukylin-theme/vivid-proposed

« back to all changes in this revision

Viewing changes to ubuntukylin-theme/gtk-3.0/apps/gnome-applications.css

  • Committer: Package Import Robot
  • Author(s): Zhengpeng Hou
  • Date: 2013-03-26 23:18:10 UTC
  • Revision ID: package-import@ubuntu.com-20130326231810-dlkyhhdada2ufv2u
Tags: 0.5.1
update panel layout and button (LP: #1160384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@define-color nautilus_cluebar_color #729fcf;
2
 
 
3
 
@define-color documents_selection_toolbar_a #8e9c80;
4
 
@define-color documents_selection_toolbar_b #4f6838;
5
 
@define-color documents_selection_toolbar_border #3e7b05;
6
 
 
7
 
@define-color documents_selection_button_a #7fc141;
8
 
@define-color documents_selection_button_b #47850d;
9
 
@define-color documents_selection_button_c #4e9a06;
10
 
 
11
 
@define-color documents_emblem_bg #3465a4;
12
 
@define-color documents_collection_bg #d3d7cf;
13
 
 
14
 
@define-color documents_osd_toolbar_a alpha(#242424, 0.80);
15
 
@define-color documents_osd_toolbar_b alpha(#101010, 0.80);
16
 
@define-color documents_osd_toolbar_c alpha(#262626, 0.80);
17
 
 
18
 
@define-color documents_osd_button_a @theme_base_color;
19
 
@define-color documents_osd_button_b #525252;
20
 
@define-color documents_osd_button_inset #9f9f9f;
21
 
 
22
 
@define-color documents_osd_fg #bebebe;
23
 
 
24
 
/****************
25
 
 * Applications *
26
 
 ****************/
27
 
ApDocView, /* Abiword */
28
 
EogScrollView, /* Eog */
29
 
CheeseThumbView /* Cheese */
30
 
{
31
 
    background-color: @chrome_bg_color;
32
 
    -EogScrollView-shadow-type: none;
33
 
}
34
 
 
35
 
/* gnome-terminal */
36
 
TerminalScreen {
37
 
    background-color: @theme_base_color;
38
 
    color: @theme_fg_color;
39
 
    -TerminalScreen-background-darkness: 0.95;
40
 
}
41
 
 
42
 
TerminalWindow GtkNotebook.notebook {
43
 
    border-bottom-width: 0;
44
 
    border-right-width: 0;
45
 
    border-left-width: 0;
46
 
}
47
 
 
48
 
/* nautilus */
49
 
.nautilus-canvas-item {
50
 
    border-radius: 5px;
51
 
}
52
 
 
53
 
.nautilus-inactive-pane .nautilus-canvas-item:selected {
54
 
    background-color: @theme_unfocused_selected_bg_color;
55
 
    color: @theme_unfocused_selected_fg_color;
56
 
}
57
 
 
58
 
.nautilus-desktop.nautilus-canvas-item {
59
 
    color: @theme_bg_color;
60
 
    text-shadow: 1 1 black;
61
 
}
62
 
 
63
 
.nautilus-desktop.nautilus-canvas-item:active {
64
 
    color: @theme_text_color;
65
 
}
66
 
 
67
 
.nautilus-desktop.nautilus-canvas-item:selected {
68
 
    color: @theme_selected_fg_color;
69
 
}
70
 
 
71
 
.nautilus-desktop.nautilus-canvas-item:active,
72
 
.nautilus-desktop.nautilus-canvas-item:prelight,
73
 
.nautilus-desktop.nautilus-canvas-item:selected {
74
 
    text-shadow: none;
75
 
}
76
 
 
77
 
NautilusTrashBar.info,
78
 
NautilusXContentBar.info,
79
 
NautilusSearchBar.info,
80
 
NautilusQueryEditor.info {
81
 
    background-color: @nautilus_cluebar_color;
82
 
    color: @theme_base_color;
83
 
 
84
 
    border-color: shade(@nautilus_cluebar_color, 0.85);
85
 
}
86
 
 
87
 
.nautilus-cluebar-label {
88
 
    font: bold;
89
 
    color: @theme_base_color;
90
 
    text-shadow: 0 1 alpha(black, 0.15);
91
 
}
92
 
 
93
 
.nautilus-cluebar-label:backdrop {
94
 
    font: bold;
95
 
    color: @theme_unfocused_fg_color;
96
 
    text-shadow: none;
97
 
}
98
 
 
99
 
/* This will make the location entry tall as buttons.
100
 
   Buttons are too tall btw, then it's ugly */
101
 
/*NautilusLocationEntry.entry {
102
 
    -GtkEntry-inner-border: 9;
103
 
}*/
104
 
 
105
 
NautilusLocationEntry.entry {
106
 
    padding-left: 4px;
107
 
    padding-right: 4px;
108
 
}
109
 
 
110
 
 
111
 
NautilusSearchBar .entry,
112
 
NautilusSearchBar .entry:focus {
113
 
    border-image: none;
114
 
    border-color: darker(@nautilus_cluebar_color);
115
 
    border-style: solid;
116
 
    border-width: 1px;
117
 
    padding-left: 4px;
118
 
    padding-right: 4px;
119
 
 
120
 
    -GtkEntry-inner-border: 3;
121
 
}
122
 
 
123
 
NautilusWindow .sidebar .frame {
124
 
    border-width: 1px 0 0 0;
125
 
    border-style: solid;
126
 
    border-color: @borders;
127
 
    border-radius: 0;
128
 
}
129
 
 
130
 
NautilusWindow > GtkGrid > .pane-separator {
131
 
    border-width: 1px 1px 0 0;
132
 
    border-style: solid;
133
 
    border-color: @borders;
134
 
}
135
 
 
136
 
NautilusWindow > GtkGrid > .pane-separator,
137
 
NautilusWindow > GtkGrid > .pane-separator:hover {
138
 
    border-width: 1px 1px 0 0;
139
 
    border-style: solid;
140
 
    border-color: @borders;
141
 
    background-color: @sidebar_bg;
142
 
    color: shade (@theme_bg_color, 0.9);
143
 
}
144
 
 
145
 
NautilusWindow > GtkGrid > .pane-separator:backdrop,
146
 
NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
147
 
    border-width: 1px 1px 0 0;
148
 
    border-style: solid;
149
 
    border-color: @unfocused_borders;
150
 
    background-color: @sidebar_bg_unfocused;
151
 
    color: shade (@theme_bg_color, 0.9);
152
 
}
153
 
 
154
 
NautilusNotebook.notebook {
155
 
    border-right-width: 0;
156
 
    border-left-width: 0;
157
 
    border-bottom-width: 0;
158
 
}
159
 
 
160
 
/* gedit */
161
 
 
162
 
GeditWindow .pane-separator, 
163
 
GeditWindow .pane-separator:hover {
164
 
   border-width: 0 1px 1px 1px;
165
 
   border-style: solid;
166
 
   border-color: @borders;
167
 
   background-color: shade(@theme_bg_color, 0.95);
168
 
   color: @borders;
169
 
}
170
 
 
171
 
GeditPanel .toolbar {
172
 
    border-style: none;
173
 
    background-color: transparent;
174
 
}
175
 
 
176
 
GeditWindow .sidebar {
177
 
    background-color: @theme_base_color;
178
 
    border-width: 0 0 1px 0;
179
 
    border-style: solid;
180
 
    border-color: @borders;
181
 
    
182
 
}
183
 
 
184
 
GeditPanel .notebook {
185
 
    padding: 2px;
186
 
    border-width: 1px 0;
187
 
}
188
 
 
189
 
GeditWindow .notebook {
190
 
    border-width: 1px 0;
191
 
}
192
 
 
193
 
GeditPanel .notebook tab,
194
 
GeditWindow .notebook tab {
195
 
    border-width: 0;
196
 
}
197
 
 
198
 
/* gnome-documents */
199
 
.documents-dropdown,
200
 
.documents-dropdown .view {
201
 
    background-color: shade (@theme_bg_color, 1.02);
202
 
}
203
 
 
204
 
.documents-dropdown .frame {
205
 
    border-width: 0 1px 1px 1px;
206
 
    border-style: solid;
207
 
    border-radius: 0 0 5px 5px;
208
 
}
209
 
 
210
 
.documents-dropdown .radio,
211
 
.documents-dropdown .radio:focused,
212
 
.documents-dropdown .radio:selected {
213
 
    background-image: none;
214
 
    background-color: alpha(@theme_base_color, 0.0);
215
 
}
216
 
 
217
 
.documents-dropdown .radio:active,
218
 
.documents-dropdown .radio:active:focused,
219
 
.documents-dropdown .radio:active:prelight {
220
 
    background-image: url("assets/sidebar-radio-checked.svg");
221
 
}
222
 
 
223
 
.documents-dropdown .radio:prelight {
224
 
    background-image: url("assets/sidebar-radio-prelight.svg");
225
 
}
226
 
 
227
 
.documents-dropdown .radio:active:selected,
228
 
.documents-dropdown .radio:active:selected:focused {
229
 
    background-image: url("assets/sidebar-radio-selected.svg");
230
 
}
231
 
 
232
 
.documents-dropdown .radio:selected:prelight,
233
 
.documents-dropdown .radio:selected:focused {
234
 
    background-image: url("assets/sidebar-radio-selected-prelight.svg");
235
 
}
236
 
 
237
 
.documents-load-more.button {
238
 
    border-image-width: 0 2 2 2;
239
 
    border-width: 0 1px 1px 1px;
240
 
}
241
 
 
242
 
.documents-scrolledwin.frame {
243
 
    border-width: 1px 0;
244
 
    border-radius: 0;
245
 
}
246
 
 
247
 
.documents-main-view.view {
248
 
    background-color: #f1f2f1;
249
 
}
250
 
 
251
 
.documents-selection-mode.toolbar {
252
 
    background-image: -gtk-gradient(linear, left top, left bottom,
253
 
                                    from(@documents_selection_toolbar_a),
254
 
                                    to(@documents_selection_toolbar_b));
255
 
    color: @theme_base_color;
256
 
    border-width: 1px 0 0 0;
257
 
    border-color: @documents_selection_toolbar_border;
258
 
    border-style: solid;
259
 
}
260
 
 
261
 
.documents-selection-mode.toolbar .dim-label {
262
 
    color: alpha(@theme_base_color, 0.50);
263
 
}
264
 
 
265
 
.documents-selection-mode.toolbar .button {
266
 
    background-image: -gtk-gradient(linear, left top, left bottom,
267
 
                                    from(@documents_selection_button_a),
268
 
                                    color-stop(0.83, @documents_selection_button_b),
269
 
                                    to(@documents_selection_button_c));
270
 
 
271
 
    border-color: @documents_selection_toolbar_border;
272
 
    border-image: none;
273
 
    border-style: solid;
274
 
    border-width: 1px;
275
 
 
276
 
    color: @theme_base_color;
277
 
 
278
 
    text-shadow: none;
279
 
    icon-shadow: none;
280
 
}
281
 
 
282
 
.documents-selection-mode.toolbar .button:hover {
283
 
    background-image: -gtk-gradient(linear, left top, left bottom,
284
 
                                    from(shade(@documents_selection_button_a, 1.20)),
285
 
                                    color-stop(0.83, shade(@documents_selection_button_b, 1.10)),
286
 
                                    to(shade(@documents_selection_button_c, 1.10)));
287
 
}
288
 
 
289
 
.documents-selection-mode.toolbar .button:active,
290
 
.documents-selection-mode.toolbar .button:hover:active {
291
 
    background-image: -gtk-gradient(linear, left top, left bottom,
292
 
                                    from(@documents_selection_button_b),
293
 
                                    to(shade(@documents_selection_button_a, 0.90)));
294
 
 
295
 
    border-color: @documents_selection_toolbar_border;
296
 
    border-image: none;
297
 
    border-style: solid;
298
 
    border-width: 1px;
299
 
}
300
 
 
301
 
.documents-selection-mode.toolbar .button *:hover {
302
 
    color: @theme_base_color;
303
 
}
304
 
 
305
 
.documents-icon-bg {
306
 
    background-color: @documents_emblem_bg;
307
 
    border-radius: 4px;
308
 
 
309
 
    color: @theme_base_color;
310
 
}
311
 
 
312
 
.documents-collection-icon {
313
 
    background-color: @documents_collection_bg;
314
 
    border-radius: 8px;
315
 
}
316
 
 
317
 
.documents-osd {
318
 
    background-image: none;
319
 
    background-color: transparent;
320
 
}
321
 
 
322
 
.documents-osd .toolbar {
323
 
    padding: 16px;
324
 
    border-style: none;
325
 
    border-radius: 5px;
326
 
    border-width: 0;
327
 
 
328
 
    background-image: -gtk-gradient(linear, left top, left bottom,
329
 
                                    from(@documents_osd_toolbar_a),
330
 
                                    color-stop(0.63, @documents_osd_toolbar_b),
331
 
                                    to(@documents_osd_toolbar_c));
332
 
    color: @documents_osd_fg;
333
 
 
334
 
    -GtkToolbar-button-relief: normal;
335
 
}
336
 
 
337
 
.documents-osd .toolbar .button {
338
 
    padding: 4px;
339
 
 
340
 
    background-image: -gtk-gradient(linear, left top, left bottom,
341
 
                                    from(alpha(@documents_osd_button_a, 0.16)),
342
 
                                    color-stop(0.68, alpha(@documents_osd_button_b, 0.05)),
343
 
                                    to(alpha(@documents_osd_button_a, 0.12)));
344
 
    border-width: 1px 0;
345
 
    border-style: solid;
346
 
    border-image: none;
347
 
    border-color: alpha(@documents_osd_button_a, 0.50);
348
 
    border-radius: 0;
349
 
 
350
 
    color: @documents_osd_fg;
351
 
 
352
 
    text-shadow: none;
353
 
    icon-shadow: none;
354
 
    box-shadow: -1 0 inset @documents_osd_button_inset;
355
 
}
356
 
 
357
 
.documents-osd .toolbar .button,
358
 
.documents-osd .toolbar .button:prelight,
359
 
.documents-osd .toolbar .button:active {
360
 
    background-color: transparent;
361
 
}
362
 
 
363
 
.documents-osd .toolbar .button:nth-child(first) {
364
 
    border-radius: 4px 0 0 4px;
365
 
    border-left-width: 1px;
366
 
    box-shadow: -1 0 inset @documents_osd_button_inset;
367
 
}
368
 
 
369
 
.documents-osd .toolbar .button:nth-child(last) {
370
 
    box-shadow: none;
371
 
    border-radius: 0 4px 4px 0;
372
 
    border-right-width: 1px;
373
 
}
374
 
 
375
 
.documents-osd .toolbar .button:only-child {
376
 
    border-width: 1px;
377
 
    border-radius: 4px;
378
 
    border-style: solid;
379
 
}
380
 
 
381
 
.documents-osd .toolbar .separator {
382
 
    color: @documents_osd_button_inset;
383
 
}
384
 
 
385
 
.documents-osd .toolbar .button:hover {
386
 
    background-image: -gtk-gradient(linear, left top, left bottom,
387
 
                                    from(alpha(@documents_osd_button_a, 0.28)),
388
 
                                    color-stop(0.68, alpha(@documents_osd_button_b, 0.14)),
389
 
                                    to(alpha(@documents_osd_button_a, 0.14)));
390
 
}
391
 
 
392
 
.documents-osd .toolbar .button *:hover {
393
 
    color: shade(@documents_osd_fg, 1.20);
394
 
}
395
 
 
396
 
.documents-osd .toolbar .button:active,
397
 
.documents-osd .toolbar .button:active:hover {
398
 
    background-image: -gtk-gradient(linear, left top, left bottom,
399
 
                                    from(alpha(@documents_osd_button_b, 0.18)),
400
 
                                    color-stop(0.68, alpha(@documents_osd_button_a, 0.23)),
401
 
                                    to(alpha(@documents_osd_button_b, 0.17)));
402
 
}
403
 
 
404
 
.documents-osd .toolbar .button.favorite,
405
 
.documents-osd .toolbar .button.favorite *:hover {
406
 
    color: shade(@theme_selected_bg_color, 1.20);
407
 
}
408
 
 
409
 
.documents-entry-tag {
410
 
    background-color: @documents_emblem_bg;
411
 
    color: @theme_base_color;
412
 
 
413
 
    border-radius: 4px;
414
 
    border-width: 0;
415
 
 
416
 
    margin: 2px;
417
 
    padding: 4px;
418
 
}
419
 
 
420
 
.documents-entry-tag:hover {
421
 
    background-color: shade(@documents_emblem_bg, 1.10);
422
 
    color: @theme_base_color;
423
 
}
424
 
 
425
 
.documents-entry-tag.button,
426
 
.documents-entry-tag.button:hover,
427
 
.documents-entry-tag.button:active,
428
 
.documents-entry-tag.button:active:hover {
429
 
    background-color: transparent;
430
 
    background-image: none;
431
 
    border-image: none;
432
 
    border-width: 0;
433
 
}
434
 
 
435
 
.documents-entry-tag.button:hover {
436
 
    color: shade(@documents_emblem_bg, 2.10);
437
 
}
438
 
 
439
 
/* epiphany */
440
 
 
441
 
/* EphyToolbar.toolbar {
442
 
    border-bottom: 1 solid @borders;
443
 
}
444
 
 
445
 
EphyToolbar.toolbar:backdrop {
446
 
    border-bottom: 1 solid @unfocused_borders;
447
 
}
448
 
*/
449
 
 
450
 
EphyToolbar .entry,
451
 
EphyToolbar .entry:focus,
452
 
EphyToolbar .entry:backdrop {
453
 
    border-image-width: 3 0 4 3;
454
 
    border-width: 1px 0 2px 1px;
455
 
    border-bottom-right-radius: 0;
456
 
    border-top-right-radius: 0;
457
 
    padding-left: 4px;
458
 
    padding-right: 4px;
459
 
}
460
 
 
461
 
EphyToolbar .entry:focus {
462
 
    box-shadow: 1 2 inset alpha(@theme_selected_bg_color, 0.1),
463
 
                1 1 inset alpha(@theme_selected_bg_color, 0.1),
464
 
                0 -1 inset alpha(@theme_selected_bg_color, 0.2);
465
 
}
466
 
 
467
 
EphyToolbar .location-entry .button {
468
 
    color: @internal_element_color;
469
 
    -GtkButton-child-displacement-y: 0;
470
 
}
471
 
 
472
 
EphyToolbar .location-entry .button:last-child {
473
 
    border-image: url("borders/generic-border.svg") 3 3 4 3 / 3 3 4 0 stretch;
474
 
    border-width: 1px 1px 2px 0;
475
 
    border-bottom-left-radius: 0;
476
 
    border-top-left-radius: 0;
477
 
    padding-left: 4px;
478
 
    padding-right: 2px;
479
 
}
480
 
 
481
 
EphyToolbar .location-entry .button,
482
 
EphyToolbar .location-entry .button:hover,
483
 
EphyToolbar .location-entry .button:focus {
484
 
    icon-shadow: none;
485
 
    background-image: -gtk-gradient(linear,
486
 
                                    left top, left bottom,
487
 
                                    from(@entry_background_a),
488
 
                                    to(@entry_background_b));
489
 
    box-shadow: 1 0 inset @inset_dark_color,
490
 
                0 1 inset @entry_inset,
491
 
                0 2 inset alpha(@entry_inset, 0.4);
492
 
}
493
 
 
494
 
EphyToolbar .location-entry .button:active,
495
 
EphyToolbar .location-entry .button:active:hover {
496
 
    background-image: -gtk-gradient(linear, left top, left bottom,
497
 
                                    from(shade(@entry_background_a, 0.9)),
498
 
                                    to(@entry_background_b));
499
 
    box-shadow: 1 0 inset @inset_dark_color,
500
 
                0 1 inset @entry_inset, 
501
 
                0 2 inset alpha(@entry_inset, 0.4);
502
 
}
503
 
 
504
 
EphyToolbar .location-entry .button:hover,
505
 
EphyToolbar .location-entry .button:focus,
506
 
EphyToolbar .location-entry .button:active,
507
 
EphyToolbar .location-entry .button *:active {
508
 
    color: @theme_text_color;
509
 
}
510
 
 
511
 
EphyToolbar .location-entry .button:backdrop,
512
 
EphyToolbar .location-entry .button:hover:backdrop {
513
 
    background-image: none;
514
 
    background-color: mix (@base_color, @bg_color, 0.4);
515
 
    border-radius: 3px;
516
 
    border-width: 1px 1px 2px 0;
517
 
}
518
 
 
519
 
EphyNotebook.notebook {
520
 
    border-width: 1px 0 1px 0;
521
 
}
522
 
 
523
 
EphyNotebook.notebook tab {
524
 
    border-width: 0;
525
 
}
526
 
 
527
 
EphyToolbar.toolbar .button {
528
 
    padding-left: 4px;
529
 
    padding-right: 4px;
530
 
}
531
 
 
532
 
#ephy-page-menu-button.active-menu {
533
 
    background-image: none;
534
 
    background-color: @bg_color;
535
 
 
536
 
    border-image: none;
537
 
    border-color: @bg_color;
538
 
    border-radius: 4px 4px 0 0;
539
 
}
540
 
 
541
 
/* Gnome Contacts */
542
 
 
543
 
/* Line at top in contacts pane, similar to .documents-scrolledwin.frame */
544
 
.contacts-content.frame {
545
 
 border-width: 1px 0 0 0;
546
 
 border-radius: 0;
547
 
}
548
 
 
549
 
/* Background color in contacts pane, similar to .documents-main-view.view */
550
 
.contacts-main-view.view {
551
 
 background-color: #f1f2f1;
552
 
}
553
 
 
554
 
.contacts-suggestion {
555
 
 background-color: #434343;
556
 
 color: #ffffff;
557
 
 border-radius: 4px;
558
 
}
559
 
 
560
 
/* Border on the right in the left menu toolbar */
561
 
.contacts-left-toolbar.toolbar.menubar {
562
 
 border-width: 0 1px 0 0;
563
 
 border-style: solid;
564
 
 border-color: @borders;
565
 
}
566
 
 
567
 
/* Sidebar with line at top and the left */
568
 
ContactsWindow .sidebar.frame {
569
 
 border-width: 1px 1px 0 0;
570
 
 border-style: solid;
571
 
 border-color: @borders;
572
 
 border-image: none;
573
 
 border-radius: 0;
574
 
 padding: 0;
575
 
}
576
 
 
577
 
.contacts-avatar-frame.frame {
578
 
 border-width: 1px 1px 0 1px;
579
 
 border-style: solid;
580
 
 border-color: @borders;
581
 
 border-image: none;
582
 
 border-radius: 0;
583
 
 padding: 0;
584
 
}
585
 
 
586
 
/* Primary toolbar with no line at top to avoid conflicts with frame border */
587
 
ContactsWindow .primary-toolbar.toolbar {
588
 
 border-width: 0 0 1px 0;
589
 
}
590
 
 
591
 
ContactsWindow .sidebar .view {
592
 
 background-color: #ebebeb;
593
 
}
594
 
ContactsWindow .sidebar .view:selected,
595
 
ContactsWindow .sidebar .view:selected:focus {
596
 
 background-color: @selected_bg_color;
597
 
}
598
 
 
599
 
.contacts-button:active {
600
 
 border-color: #000000;
601
 
 border-image: none;
602
 
}
603
 
 
604
 
.contacts-entry {
605
 
 box-shadow: none;
606
 
 border-image: none;
607
 
 border-width: 1px;
608
 
 border-radius: 4px;
609
 
 border-style: solid;
610
 
 border-color: #bbbeb7;
611
 
 background-image: none;
612
 
 background-color: #ffffff;
613
 
}
614
 
 
615
 
.contacts-entry:selected,
616
 
.contacts-entry:selected:focus {
617
 
 background-color: @selected_bg_color;
618
 
 color: @selected_fg_color;
619
 
}
620
 
 
621
 
.contacts-entry.contacts-postal-entry {
622
 
 border-radius: 0 0 0 0;
623
 
 border-width: 1px 1px 0 1px;
624
 
}
625
 
 
626
 
.contacts-entry.contacts-postal-entry:nth-child(first) {
627
 
 border-radius: 4px 4px 0 0;
628
 
}
629
 
 
630
 
.contacts-entry.contacts-postal-entry:nth-child(last) {
631
 
 border-radius: 0 0 4px 4px;
632
 
 border-width: 1px;
633
 
}
634
 
 
635
 
.button.contacts-square {
636
 
 padding: 0px;
637
 
}
638
 
 
639
 
.contacts-combo .button {
640
 
 border-image: none;
641
 
 border-width: 1px;
642
 
 border-style: solid;
643
 
 border-color: #bbbeb7;
644
 
 background-image: none;
645
 
 background-color: #ffffff;
646
 
}
647
 
 
648
 
.contacts-notification {
649
 
 border-style: solid;
650
 
 border-color: #949486;
651
 
 border-width: 0 1px 1px 1px;
652
 
 border-radius: 0 0 5px 5px;
653
 
 padding: 8px;
654
 
 background-color: #d8d8d8;
655
 
 background-image: -gtk-gradient (linear, left top, left bottom,
656
 
                                  from (rgba (0, 0, 0, 0.15)),
657
 
                                  color-stop (0.15, rgba (0, 0, 0, 0.04)),
658
 
                                  to (rgba (0, 0, 0, 0.0)));
659
 
}
660
 
 
661
 
/* Gucharmap */
662
 
GucharmapChartable:active,
663
 
GucharmapChartable:focus,
664
 
GucharmapChartable:selected {
665
 
 background-color: @theme_selected_bg_color;
666
 
 color: @theme_selected_fg_color;
667
 
}