~c-lobrano/ubuntu-themes/pathbar-review

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.20/gtk-widgets.css

  • Committer: Bileto Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2018-03-22 08:26:18 UTC
  • mfrom: (600.4.7 rtl-linked-buttons-fix)
  • Revision ID: ci-train-bot@canonical.com-20180322082618-fbkxip8er44bt33j
Ambiance, Radiance: use proper border-width for first/last linked buttons in rtl

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
}
288
288
 
289
289
.linked entry:first-child,
 
290
.linked entry:last-child:dir(rtl),
290
291
.linked button:first-child,
 
292
.linked button:last-child:dir(rtl),
291
293
.linked combobox:first-child box.linked button,
 
294
.linked combobox:last-child box.linked button:dir(rtl),
292
295
.horizontal.linked entry:first-child,
 
296
.horizontal.linked entry:last-child:dir(rtl),
293
297
.horizontal.linked button:first-child,
 
298
.horizontal.linked button:last-child:dir(rtl),
294
299
.horizontal.linked combobox:first-child box.linked button,
295
 
combobox:first-child entry + box.linked button {
 
300
.horizontal.linked combobox:last-child box.linked button:dir(rtl),
 
301
combobox:first-child entry + box.linked button,
 
302
combobox:last-child entry + box.linked button:dir(rtl) {
296
303
    border-image-width: 10px 0 10px 12px;
297
304
    border-radius: 8px 0 0 8px;
298
305
}
299
306
 
300
307
.linked entry:last-child,
 
308
.linked entry:first-child:dir(rtl),
301
309
.linked button:last-child,
 
310
.linked button:first-child:dir(rtl),
302
311
.linked combobox:last-child box.linked button,
 
312
.linked combobox:first-child box.linked button:dir(rtl),
303
313
.horizontal.linked entry:last-child,
 
314
.horizontal.linked entry:first-child:dir(rtl),
304
315
.horizontal.linked button:last-child,
 
316
.horizontal.linked button:first-child:dir(rtl),
305
317
.horizontal.linked combobox:last-child box.linked button,
306
 
combobox:last-child entry + box.linked button {
 
318
.horizontal.linked combobox:first-child box.linked button:dir(rtl),
 
319
combobox:last-child entry + box.linked button,
 
320
combobox:first-child entry + box.linked button:dir(rtl) {
307
321
    border-image-width: 10px 12px 10px 0;
308
322
    border-radius: 0 8px 8px 0;
309
323
    box-shadow: none;
310
324
}
311
325
 
312
326
.linked entry:only-child,
 
327
.linked entry:only-child:dir(rtl),
313
328
.linked button:only-child,
 
329
.linked button:only-child:dir(rtl),
314
330
.linked combobox:only-child box.linked button,
 
331
.linked combobox:only-child box.linked button:dir(rtl),
315
332
.horizontal.linked entry:only-child,
 
333
.horizontal.linked entry:only-child:dir(rtl),
316
334
.horizontal.linked button:only-child,
 
335
.horizontal.linked button:only-child:dir(rtl),
317
336
.horizontal.linked combobox:only-child box.linked button,
 
337
.horizontal.linked combobox:only-child box.linked button:dir(rtl),
318
338
.vertical.linked entry:only-child,
 
339
.vertical.linked entry:only-child:dir(rtl),
319
340
.vertical.linked button:only-child,
 
341
.vertical.linked button:only-child:dir(rtl),
320
342
.vertical.linked combobox:only-child box.linked button,
321
 
combobox:only-child entry + box.linked button {
 
343
.vertical.linked combobox:only-child box.linked button:dir(rtl),
 
344
combobox:only-child entry + box.linked button:dir(rtl) {
322
345
    border-image-width: 10px 12px 10px 12px;
323
346
    border-radius: 8px;
324
347
}