~ztefn/haguichi/1.4

« back to all changes in this revision

Viewing changes to data/stylesheets/default.css

  • Committer: Stephen Brandt
  • Date: 2021-08-20 12:43:16 UTC
  • Revision ID: git-v1:dbc98df31ca28fd765673c53eda77ed7277a05fc
Tweak action area margin for dialogs on elementary OS

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
 
14
14
/*
15
 
 * Set border radius and padding for welcome action buttons
16
 
 */
17
 
 
18
 
.welcome .suggested-action {
19
 
    border-radius: 9999px;
20
 
    -gtk-outline-radius: 9999px;
21
 
    padding: 6px 28px;
22
 
}
23
 
 
24
 
 
25
 
/*
26
15
 * Set background color for connected and disconnected boxes
27
16
 */
28
17