| Index: skin/desktop-options.css |
| =================================================================== |
| --- a/skin/desktop-options.css |
| +++ b/skin/desktop-options.css |
| @@ -887,12 +887,12 @@ |
| border-bottom: 0px; |
| } |
| -li .display |
| +.list li > span |
| { |
| margin: 0rem 1rem; |
| } |
| -.table.list li .display |
| +.table.list li > span |
| { |
| flex: 1; |
| margin: 0rem; |
| @@ -982,7 +982,7 @@ |
| -webkit-margin-end: 1.8rem; |
| } |
| -.table.cols .display |
| +.table.cols > span |
| { |
| margin: 0rem; |
| } |
| @@ -1030,12 +1030,13 @@ |
| background-color: #E1F2FA; |
| } |
| -#dialog .table.list li button[aria-checked="true"] |
| +#dialog .table.list li button[aria-checked="true"], |
| +.table.list li .dim |
|
ire
2018/01/05 09:23:46
NIT: I don't think the classname "dim" is very cle
saroyanm
2018/01/05 12:02:17
I used it as current meaning -> "make or become le
ire
2018/01/08 10:38:35
Oh haha I assumed it was an acronym for something,
saroyanm
2018/01/08 12:53:57
I used Dim, as an adjective -> https://dictionary.
ire
2018/01/08 15:16:18
Yes I get that now. Thank you!
|
| { |
| color: #BBB; |
|
ire
2018/01/05 09:23:45
This is not relative for this issue, but the contr
saroyanm
2018/01/05 12:02:17
Right, we have an issue already filed for that ->
ire
2018/01/08 10:38:35
Thank you
|
| } |
| -#dialog .table.list li button .display |
| +#dialog .table.list li button > span |
| { |
| flex: none; |
| margin: 0rem 0.8rem; |