~l3on/ubuntu-themes/csd-fix-resize-and-shadow

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.0/csd.css

  • Committer: Leo Iannacone
  • Date: 2015-03-15 15:33:17 UTC
  • Revision ID: l3on@ubuntu.com-20150315153317-3vtbpsudbp1qm4oq
Add support to resize and shadows in GTK3 CSD Windows - (LP: #1276177, LP: #1263317)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************
 
2
 * Client Side Decorations *
 
3
 ***************************/
 
4
 
 
5
/**********************
 
6
 * Resize and shadows *
 
7
 *********************/
 
8
.window-frame {
 
9
    border-radius: 10px 10px 0 0;
 
10
    box-shadow: 2px 10px 30px @window_shadow;
 
11
 
 
12
    /* this is used for the resize cursor area */
 
13
    margin: 10px;
 
14
}
 
15
 
 
16
.window-frame:backdrop {
 
17
    box-shadow: 2px 10px 25px @window_shadow_inactive;
 
18
}
 
19
 
 
20
/*************************
 
21
 * Gtk HeaderBar Buttons *
 
22
 ************************/
 
23
.csd .header-bar .button {
 
24
    padding: 9px;
 
25
}