Warning, /plasma/plasma-browser-integration/extension/action_popup.css is written in an unsupported language. File is not indexed.

0001 body {
0002     width: 24em;
0003     /* prevent scroll bars*/
0004     overflow: hidden;
0005     margin: 0;
0006 }
0007 
0008 .hidden {
0009     display: none !important;
0010 }
0011 
0012 header {
0013     background: #1d99f3;
0014     padding: 2px;
0015     color: #fff;
0016     text-align: center;
0017 }
0018 
0019 section {
0020     margin: 0 0.5em;
0021 }
0022 
0023 section > header {
0024     background: #F0F0F0;
0025     color: #757777;
0026     margin: 0 -1em -0.5em -1em;
0027 }
0028 
0029 .message {
0030     padding: 10px;
0031 }
0032 .message.with-icon::before {
0033     content: '';
0034     height: 48px;
0035     display: block;
0036     background: center no-repeat;
0037 }
0038 .message.with-icon.general::before {
0039     background-image: url('icons/plasma.svg');
0040 }
0041 .message.with-icon.error::before {
0042     background-image: url('icons/sad-face.svg');
0043 }
0044 
0045 @media (prefers-color-scheme: dark) {
0046     body {
0047         background-color: #232629;
0048         color: #eff0f1;
0049     }
0050     .message.with-icon.general::before, .message.with-icon.error::before {
0051         filter: invert(1);
0052     }
0053 }
0054 
0055 /* Media controls blacklist */
0056 .mpris-blacklist-info {
0057     padding: 0.5em 0;
0058 }
0059 .mpris-blacklist-info p {
0060     padding: 0 0.5em;
0061 }
0062 .mpris-blacklist-info ul {
0063     display: block;
0064     padding: 0 0.5em;
0065 }
0066 .mpris-blacklist-info ul > li {
0067     display: block;
0068     margin-bottom: 0.5em;
0069 }
0070 .mpris-blacklist-info ul > li input[type=checkbox] {
0071     position: relative;
0072     vertical-align: middle;
0073     bottom: 1px;
0074 }