Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 /* | 1 /* |
2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
3 * Copyright (C) 2006-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 Eyeo GmbH |
4 * | 4 * |
5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
362 padding: 12px 16px; | 362 padding: 12px 16px; |
363 border-radius: 3px; | 363 border-radius: 3px; |
364 } | 364 } |
365 | 365 |
366 .table.list, | 366 .table.list, |
367 #custom-wrapper | 367 #custom-wrapper |
368 { | 368 { |
369 border-bottom: 1px solid #CDCDCD; | 369 border-bottom: 1px solid #CDCDCD; |
370 } | 370 } |
371 | 371 |
372 .table.list li .display | 372 .table.list li .display, |
373 .fill | |
373 { | 374 { |
374 flex: 1; | 375 flex: 1; |
375 line-height: 16px; | 376 line-height: 16px; |
376 overflow: hidden; | 377 overflow: hidden; |
377 text-overflow: ellipsis; | 378 text-overflow: ellipsis; |
378 white-space: nowrap; | 379 white-space: nowrap; |
379 } | 380 } |
380 | 381 |
381 .table:not(.list):not(.cols) li | 382 .table:not(.list):not(.cols) li |
382 { | 383 { |
(...skipping 21 matching lines...) Expand all Loading... | |
404 | 405 |
405 button[disabled="true"] | 406 button[disabled="true"] |
406 { | 407 { |
407 border-radius: 2px; | 408 border-radius: 2px; |
408 background-color: #ccc; | 409 background-color: #ccc; |
409 } | 410 } |
410 | 411 |
411 .table button.delete | 412 .table button.delete |
412 { | 413 { |
413 background-color: transparent; | 414 background-color: transparent; |
414 background-position: -50px -52px; | 415 background-position: -50px -51px; |
415 border: 0px; | 416 border: 0px; |
416 height: 10px; | 417 height: 10px; |
Thomas Greiner
2016/05/23 12:43:26
These dimensions are being overridden by a rule be
saroyanm
2016/06/08 15:21:07
Done.
| |
417 padding: 0px; | 418 padding: 0px; |
418 cursor: pointer; | 419 cursor: pointer; |
419 width: 10px; | 420 width: 10px; |
420 } | 421 } |
421 | 422 |
422 .table button.delete:hover | 423 .table button.delete:hover |
423 { | 424 { |
424 background-position: -59px -52px; | 425 background-position: -61px -51px; |
425 } | 426 } |
426 | 427 |
427 .tabs.horizontal | 428 .tabs.horizontal |
428 { | 429 { |
429 display: flex; | 430 display: flex; |
430 margin-top: 0px; | 431 margin-top: 0px; |
431 margin-bottom: 0px; | 432 margin-bottom: 0px; |
432 padding: 0px; | 433 padding: 0px; |
433 border-bottom: 1px solid #CDCDCD; | 434 border-bottom: 1px solid #CDCDCD; |
434 } | 435 } |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
493 { | 494 { |
494 background-position: -1px -62px; | 495 background-position: -1px -62px; |
495 } | 496 } |
496 | 497 |
497 .icon-cancel | 498 .icon-cancel |
498 { | 499 { |
499 background-position: -12px -62px; | 500 background-position: -12px -62px; |
500 } | 501 } |
501 | 502 |
502 .icon-enter, | 503 .icon-enter, |
503 #custom-filters-add button::after, | 504 #custom-filters-add button::after |
504 .table button.delete | |
505 { | 505 { |
506 height: 8px; | 506 height: 8px; |
507 width: 8px; | 507 width: 8px; |
508 cursor: pointer; | 508 cursor: pointer; |
509 } | 509 } |
510 | 510 |
511 #dialog-close::before, | 511 #dialog-close::before, |
512 .date::before, | 512 .date::before, |
513 .time::before | 513 .time::before |
514 { | 514 { |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
937 position: absolute; | 937 position: absolute; |
938 -webkit-transition: opacity 200ms ease-in-out 400ms, | 938 -webkit-transition: opacity 200ms ease-in-out 400ms, |
939 visibility 0ms linear 400ms; | 939 visibility 0ms linear 400ms; |
940 transition: opacity 200ms ease-in-out 400ms, | 940 transition: opacity 200ms ease-in-out 400ms, |
941 visibility 0ms linear 400ms; | 941 visibility 0ms linear 400ms; |
942 visibility: visible; | 942 visibility: visible; |
943 width: 400px; | 943 width: 400px; |
944 z-index: 1; | 944 z-index: 1; |
945 } | 945 } |
946 | 946 |
947 html[dir="ltr"] div[role="tooltip"].flip-vertical, | 947 html[dir="ltr"] div[role="tooltip"].flip-horizontal, |
948 html[dir="rtl"] div[role="tooltip"]:not(.flip-vertical) | 948 html[dir="rtl"] div[role="tooltip"]:not(.flip-horizontal) |
949 { | 949 { |
950 left: inherit; | 950 left: inherit; |
951 right: -20px; | 951 right: -20px; |
952 } | 952 } |
953 | 953 |
954 .tooltip:not(:hover) > div[role="tooltip"], | 954 .tooltip:not(:hover) > div[role="tooltip"], |
955 div[role="tooltip"]:hover | 955 div[role="tooltip"]:hover |
956 { | 956 { |
957 visibility: hidden; | 957 visibility: hidden; |
958 opacity: 0; | 958 opacity: 0; |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1055 .context-menu .source::before | 1055 .context-menu .source::before |
1056 { | 1056 { |
1057 background-position: -53px -34px; | 1057 background-position: -53px -34px; |
1058 } | 1058 } |
1059 | 1059 |
1060 .context-menu .delete::before | 1060 .context-menu .delete::before |
1061 { | 1061 { |
1062 background-position: -71px -34px; | 1062 background-position: -71px -34px; |
1063 } | 1063 } |
1064 | 1064 |
1065 html[dir="ltr"] div[role="tooltip"].flip-vertical::before, | 1065 html[dir="ltr"] div[role="tooltip"].flip-horizontal::before, |
1066 html[dir="rtl"] div[role="tooltip"]:not(.flip-vertical)::before | 1066 html[dir="rtl"] div[role="tooltip"]:not(.flip-horizontal)::before |
1067 { | 1067 { |
1068 left: inherit; | 1068 left: inherit; |
1069 right: 30px; | 1069 right: 30px; |
1070 } | 1070 } |
1071 | 1071 |
1072 div[role="tooltip"] img | 1072 div[role="tooltip"] img |
1073 { | 1073 { |
1074 float: left; | 1074 float: left; |
1075 height: 64px; | 1075 height: 64px; |
1076 margin-top: -2px; | 1076 margin-top: -2px; |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1319 #other-language .button-add::before | 1319 #other-language .button-add::before |
1320 { | 1320 { |
1321 display: none; | 1321 display: none; |
1322 } | 1322 } |
1323 | 1323 |
1324 #other-language .display | 1324 #other-language .display |
1325 { | 1325 { |
1326 -webkit-margin-start: 10px; | 1326 -webkit-margin-start: 10px; |
1327 -moz-margin-start: 10px; | 1327 -moz-margin-start: 10px; |
1328 } | 1328 } |
LEFT | RIGHT |