~nataliabidart/ubuntuone-control-panel/u1cp-windows-styling

« back to all changes in this revision

Viewing changes to data/qt/linux.qss

  • Committer: Roberto Alsina
  • Date: 2012-03-21 16:01:20 UTC
  • Revision ID: roberto.alsina@canonical.com-20120321160120-8nda2kumsz7kz3ad
fix tab:focus specificity

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    padding-right: 23px;
35
35
}
36
36
 
 
37
QTabBar::tab:selected {
 
38
    background-color: white;
 
39
    border-top-left-radius: 5px;
 
40
    border-top-right-radius: 5px;
 
41
    border-style: solid;
 
42
    padding: 12px;
 
43
    border-top-color: #939389;
 
44
    border-right-color: #939389;
 
45
    border-left-color: white;
 
46
    border-bottom-color: white;
 
47
    border-width: 1px;
 
48
}
 
49
 
37
50
QTabBar::tab:focus {
38
51
    text-decoration: underline;
39
52
    /* hack to make the mild-orange focused box dissapear */