~danrabbit/egtk/sidebar-select-backdrop

« back to all changes in this revision

Viewing changes to gtk-3.0/gtk-widgets.css

  • Committer: Daniel Fore
  • Date: 2012-06-12 00:46:41 UTC
  • Revision ID: daniel@elementaryos.org-20120612004641-l1zwydmewurx7scv
remove all backdrop styling. We'll re-add with more rigorous testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    color: @text_color;
52
52
}
53
53
 
54
 
*:backdrop {
55
 
    background-color: shade (@bg_color, 1.06);
56
 
    color: @insensitive_color;
57
 
}
58
 
 
59
54
*:insensitive {
60
55
    color: @insensitive_color;
61
56
}
66
61
    color: @selected_fg_color;
67
62
}
68
63
 
69
 
*:insensitive:backdrop {
70
 
    color: @insensitive_color;
71
 
}
72
 
 
73
64
/****************
74
65
* Border Styles *
75
66
****************/
189
180
 
190
181
/* etched text */
191
182
.button,
192
 
.help_button:backdrop,
193
183
.entry,
194
184
.inline-toolbar.toolbar .button,
195
185
*:insensitive,
251
241
 
252
242
GtkCalendar.button,
253
243
GtkCalendar.button:insensitive,
254
 
GtkCalendar.button:backdrop,
255
 
GtkCalendar.button:insensitive:backdrop,
256
244
GtkCalendar.header,
257
245
GtkCalendar.view {
258
246
    background-image: none;
377
365
                    to (alpha (#fff, 0.06)));
378
366
}
379
367
 
380
 
GtkInfoBar:backdrop {
381
 
 
382
 
    background-image: -gtk-gradient (linear,
383
 
                    left top,
384
 
                    left bottom,
385
 
                    from (shade (@bg_color, 0.85)),
386
 
                    to (shade (@bg_color, 0.73)));
387
 
 
388
 
    -unico-border-gradient: -gtk-gradient (linear,
389
 
                    left top, left bottom,
390
 
                    from (shade (@bg_color, 0.75)),
391
 
                    to (shade (@bg_color, 0.63)));
392
 
}
393
 
 
394
368
GtkInfoBar .entry,
395
369
GtkInfoBar .menu {
396
370
    color: @text_color;
465
439
 
466
440
}
467
441
 
468
 
GtkInfoBar *:backdrop {
469
 
 
470
 
    color: #fff;
471
 
}
472
 
 
473
 
GtkInfoBar .button *:backdrop {
474
 
 
475
 
    color: shade (@bg_color, 0.50);
476
 
}
477
 
 
478
 
 
479
 
GtkInfoBar .button:backdrop {
480
 
 
481
 
    background-image: none;
482
 
    background-color: @transparent;    
483
 
 
484
 
    -unico-border-gradient: -gtk-gradient (linear,
485
 
                     left top, left bottom,
486
 
                     from (alpha (#000, 0.30)),
487
 
                     to (alpha (#000, 0.24)));
488
 
 
489
 
}
490
 
 
491
 
/**********
492
 
* Menubar *
493
 
**********/
494
 
 
495
 
.menubar:backdrop {
496
 
    background-color: shade (@bg_color, 1.06)
497
 
}
498
 
 
499
442
/******************
500
443
* Scrolled Window *
501
444
******************/
565
508
                     to (alpha (#fff, 0.50)));
566
509
}
567
510
 
568
 
GraniteWidgetsStatusBar:backdrop {
569
 
 
570
 
    background-image: -gtk-gradient (linear,
571
 
                     left top,
572
 
                     left bottom,
573
 
                     from (shade (@bg_color, 1.08)),
574
 
                     to (shade (@bg_color, 0.98)));
575
 
                  
576
 
    border-top-color: shade (@bg_color, 0.62);
577
 
}
578
 
 
579
511
/************
580
512
 * Switches *
581
513
 ***********/
615
547
 
616
548
}
617
549
 
618
 
GtkSwitch.trough:active:backdrop {
619
 
 
620
 
    background-image: -gtk-gradient (linear,
621
 
                                     left top,
622
 
                                     left bottom,
623
 
                                     from (shade (@bg_color, 0.59)),
624
 
                                     to (shade (@bg_color, 0.81)));
625
 
 
626
 
    -unico-border-gradient: -gtk-gradient (linear,
627
 
                     left top, left bottom,
628
 
                     from (shade (@bg_color, 0.56)),
629
 
                     to (shade (@bg_color, 0.68)));
630
 
 
631
 
}
632
 
 
633
550
GtkSwitch.slider {
634
551
    background-image: url("assets/switch-slider.svg");
635
552
}
707
624
 
708
625
/* Outer Highlight */
709
626
.button:active,
710
 
.button:backdrop,
711
627
.button:insensitive,
712
628
.entry,
713
629
.check,
789
705
                     to (alpha (#000, 0.20)));
790
706
}
791
707
 
792
 
.check:backdrop,
793
 
.entry:backdrop,
794
 
.radio:backdrop,
795
 
GtkSwitch.trough:backdrop {
796
 
    background-image: -gtk-gradient (linear,
797
 
                                 left top,
798
 
                                 left bottom,
799
 
                                 from (shade (@base_color, 0.90)),
800
 
                                 to (@base_color));
801
 
 
802
 
    -unico-inner-stroke-gradient: -gtk-gradient (linear,
803
 
                    left top, left bottom,
804
 
                    from (alpha (#000, 0.07)),
805
 
                    to (alpha (#000, 0.04)));
806
 
}
807
 
 
808
708
 
809
709
/* Insensitive Trough */
810
710
 
1239
1139
column-header {
1240
1140
}
1241
1141
 
1242
 
column-header:nth-child(first) .button,
1243
 
column-header:nth-child(first) .button:backdrop {
 
1142
column-header:nth-child(first) .button {
1244
1143
    border-width: 0 0 1px 0;
1245
1144
}
1246
1145
 
1247
 
column-header .button,
1248
 
column-header .button:backdrop {
 
1146
column-header .button {
1249
1147
 
1250
1148
    font: bold condensed;
1251
1149
 
1298
1196
    color: @selected_fg_color;
1299
1197
}
1300
1198
 
1301
 
row:selected:backdrop,
1302
 
row:selected:focused:backdrop {
1303
 
    background-color: @bg_color;
1304
 
}
1305
 
 
1306
1199
.cell {
1307
1200
}
1308
1201
 
1336
1229
GtkDrawingArea,
1337
1230
GtkImage,
1338
1231
GtkImage:insensitive,
1339
 
GtkImage:selected,
1340
 
GtkDrawingArea:backdrop,
1341
 
GtkImage:backdrop,
1342
 
GtkImage:insensitive:backdrop,
1343
 
GtkImage:selected:backdrop {
 
1232
GtkImage:selected {
1344
1233
    background-color: @transparent;
1345
1234
}
1346
1235
 
1354
1243
GtkScale {
1355
1244
    padding: 14px;
1356
1245
}
1357
 
 
1358
 
*:backdrop {
1359
 
    color: alpha (@text_color, 0.8);
1360
 
}