Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469062
Collapse All | Expand All

(-)./light-themes-0.1.93/Ambiance/gtk-3.0/apps/unity-greeter.css (+5 lines)
Lines 57-65 Link Here
57
57
58
.lightdm.button:focused,
58
.lightdm.button:focused,
59
.lightdm.entry:focused {
59
.lightdm.entry:focused {
60
    -unico-focus-border-color: alpha (white, 0.9);
60
    border-color: alpha (white, 0.9);
61
    border-color: alpha (white, 0.9);
61
    border-width: 1px;
62
    border-width: 1px;
62
    border-style: solid;
63
    border-style: solid;
63
64
64
    color: white;
65
    color: white;
65
}
66
}
67
68
.lightdm.entry:selected {
69
    background-color: alpha (white, 0.2);
70
}
(-)./light-themes-0.1.93/Ambiance/gtk-3.0/gtk-widgets-assets.css (+22 lines)
Lines 399-404 Link Here
399
    background-image: url("assets/check-menuitem.png");
399
    background-image: url("assets/check-menuitem.png");
400
}
400
}
401
401
402
.primary-toolbar .menu .check:active:insensitive,
403
.toolbar .menu .check:active:hover:insensitive,
404
.menu .check:active:insensitive,
405
.menu .check:active:hover:insensitive {
406
    background-image: url("assets/check-menuitem-insensitive.png");
407
}
408
402
.primary-toolbar .menu .radio:active,
409
.primary-toolbar .menu .radio:active,
403
.toolbar .menu .radio:active:hover,
410
.toolbar .menu .radio:active:hover,
404
.menu .radio:active,
411
.menu .radio:active,
Lines 406-411 Link Here
406
    background-image: url("assets/radio-menuitem.png");
413
    background-image: url("assets/radio-menuitem.png");
407
}
414
}
408
415
416
.primary-toolbar .menu .radio:active:insensitive,
417
.toolbar .menu .radio:active:hover:insensitive,
418
.menu .radio:active:insensitive,
419
.menu .radio:active:hover:insensitive {
420
    background-image: url("assets/radio-menuitem-insensitive.png");
421
}
422
409
.toolbar .menu .check {
423
.toolbar .menu .check {
410
    background-image: url("assets/check-menuitem-unselected.png");
424
    background-image: url("assets/check-menuitem-unselected.png");
411
}
425
}
Lines 418-427 Link Here
418
    background-image: url("assets/check-menuitem-dark.png");
432
    background-image: url("assets/check-menuitem-dark.png");
419
}
433
}
420
434
435
.toolbar .menu .check:active:insensitive {
436
    background-image: url("assets/check-menuitem-insensitive-dark.png");
437
}
438
421
.toolbar .menu .radio:active {
439
.toolbar .menu .radio:active {
422
    background-image: url("assets/radio-menuitem-dark.png");
440
    background-image: url("assets/radio-menuitem-dark.png");
423
}
441
}
424
442
443
.toolbar .menu .radio:active:insensitive {
444
    background-image: url("assets/radio-menuitem-insensitive-dark.png");
445
}
446
425
/*********************
447
/*********************
426
 * GtkScale's slider *
448
 * GtkScale's slider *
427
 *********************/
449
 *********************/
(-)./light-themes-0.1.93/Ambiance/gtk-3.0/gtk-widgets.css (-4 / +9 lines)
Lines 44-50 Link Here
44
    -GtkToolbar-internal-padding: 0;
44
    -GtkToolbar-internal-padding: 0;
45
    -GtkTreeView-expander-size: 8;
45
    -GtkTreeView-expander-size: 8;
46
    -GtkTreeView-vertical-separator: 0;
46
    -GtkTreeView-vertical-separator: 0;
47
    -GtkWidget-wide-separators: true;
48
    -GtkWidget-separator-width: 2;
47
    -GtkWidget-separator-width: 2;
49
    -GtkWidget-separator-height: 2;
48
    -GtkWidget-separator-height: 2;
50
    -GtkWidget-focus-padding: 0;
49
    -GtkWidget-focus-padding: 0;
Lines 956-965 Link Here
956
}*/
955
}*/
957
956
958
.menuitem {
957
.menuitem {
958
    -GtkMenuItem-horizontal-padding: 0;
959
    background: transparent;
959
    border-radius: 0;
960
    border-radius: 0;
960
    border-style: solid;
961
    padding: 3px 5px 3px 5px;
961
    border-width: 1px;
962
    padding: 3px 2px 3px 2px;
963
962
964
    text-shadow: none;
963
    text-shadow: none;
965
}
964
}
Lines 1053-1058 Link Here
1053
    background-image: none;
1052
    background-image: none;
1054
}
1053
}
1055
1054
1055
.menuitem GtkCalendar:inconsistent {
1056
    color: shade (@bg_color, 0.6);
1057
}
1058
1056
.menuitem .entry {
1059
.menuitem .entry {
1057
    background-color: shade (@dark_bg_color, 1.3);
1060
    background-color: shade (@dark_bg_color, 1.3);
1058
    background-image: none;
1061
    background-image: none;
Lines 1563-1568 Link Here
1563
1566
1564
.menuitem.separator {
1567
.menuitem.separator {
1565
    -GtkMenuItem-horizontal-padding: 0;
1568
    -GtkMenuItem-horizontal-padding: 0;
1569
    border: none;
1570
    color: @dark_bg_color;
1566
}
1571
}
1567
1572
1568
GtkTreeMenu .menuitem.separator,
1573
GtkTreeMenu .menuitem.separator,

Return to bug 469062