~nataliabidart/ubuntuone-control-panel/focus

« back to all changes in this revision

Viewing changes to data/qt/ubuntuone.qss

  • Committer: Natalia B. Bidart
  • Date: 2012-03-08 14:13:27 UTC
  • Revision ID: natalia.bidart@canonical.com-20120308141327-u20ya4qjtf3fuvly
- Make the "Explore" buttons for folders be disabled when the folder is not
  synched (LP: #949035).

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    border-color: #999999;
92
92
}
93
93
 
94
 
QPushButton:enabled:focus,
 
94
QPushButton:enabled:focus {
 
95
    border-color: #dd4814;
 
96
    border-width: 1px;
 
97
}
 
98
 
95
99
QPushButton:enabled:hover {
96
100
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
97
101
        stop: 0 #ffffff,stop: 1.0 #ededed);
98
 
    color: #333333;
99
 
    border-color: #999999;
100
102
}
101
103
 
102
104
QPushButton:enabled:pressed {
103
105
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
104
106
        stop: 0 #d9d9d9,stop: 1.0 #fefefe);
105
 
    color: #333333;
106
 
    border-color: #999999;
107
107
}
108
108
 
109
109
QPushButton:default:enabled {
113
113
    border-color: #999999;
114
114
}
115
115
 
116
 
QPushButton:default:enabled:focus,
 
116
QPushButton:default:enabled:focus {
 
117
    border-color: #333333;
 
118
    border-width: 1px;
 
119
}
 
120
 
117
121
QPushButton:default:enabled:hover {
118
122
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
119
123
        stop: 0 #ffb19c,stop: 1.0 #dd4814);
120
 
    color: white;
121
 
    border-color: #999999;
122
124
}
123
125
 
124
126
QPushButton:default:enabled:pressed {
125
127
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
126
128
        stop: 0 #b93f14,stop: 1.0 #dd4814);
127
 
    color: white;
128
 
    border-color: #999999;
129
129
}
130
130
 
131
 
QPushButton#help_button {
132
 
    background: transparent;
 
131
QPushButton#twitter_button,
 
132
QPushButton#facebook_button {
133
133
    border: none;
134
 
    color: white;
135
 
    text-decoration: underline;
136
 
    padding: 0px;
137
134
}
138
135
 
139
 
QPushButton#explore_folder_button {
140
 
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
141
 
        stop: 0 #fbfbfb, stop: 1.0 #e6e6e6);
 
136
ExploreFolderButton {
142
137
    height: 15px;
143
138
    border-radius: 7px;
144
 
    border-color: #908e8d;
145
 
    color: #595959;
146
139
    padding-left: 10px;
147
140
    padding-right: 10px;
148
141
    margin-top: 5px;
151
144
    margin-left: 20px;
152
145
}
153
146
 
154
 
QPushButton#twitter_button,
155
 
QPushButton#facebook_button {
156
 
    border: none;
 
147
ExploreFolderButton:enabled {
 
148
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
 
149
        stop: 0 #fbfbfb, stop: 1.0 #e6e6e6);
 
150
    border-color: #908e8d;
 
151
    color: #595959;
157
152
}
158
153
 
159
 
GoToWebButton#forgot_password_button,
160
154
GoToWebButton#share_publish_button {
161
155
    background: transparent;
162
156
    border: none;
163
157
    color: #dd4814;
164
 
    text-decoration: underline;
 
158
}
 
159
 
 
160
GoToWebButton#help_button {
 
161
    background: transparent;
 
162
    border: none;
 
163
    color: white;
 
164
    text-decoration: none;
 
165
    padding: 0px;
165
166
}
166
167
 
167
168
QTabBar::tab {