Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.55 KB | None | 0 0
  1. * {
  2. background-clip: padding-box;
  3. -GtkToolButton-icon-spacing: 4;
  4. -GtkTextView-error-underline-color: #FC4138;
  5. -GtkScrolledWindow-scrollbar-spacing: 0;
  6. -GtkToolItemGroup-expander-size: 11;
  7. -GtkWidget-text-handle-width: 20;
  8. -GtkWidget-text-handle-height: 20;
  9. -GtkDialog-button-spacing: 4;
  10. -GtkDialog-action-area-border: 0;
  11. outline-color: alpha(currentColor,0.3);
  12. outline-style: dashed;
  13. outline-offset: -3px;
  14. outline-width: 1px;
  15. -gtk-outline-radius: 2px; }
  16.  
  17. .background {
  18. color: #5c616c;
  19. background-color: rgba(245, 246, 247, 0.999); }
  20.  
  21. *:disabled {
  22. -gtk-icon-effect: dim; }
  23.  
  24. .gtkstyle-fallback {
  25. background-color: #F5F6F7;
  26. color: #5c616c; }
  27. .gtkstyle-fallback:hover {
  28. background-color: white;
  29. color: #5c616c; }
  30. .gtkstyle-fallback:active {
  31. background-color: #d9dde0;
  32. color: #5c616c; }
  33. .gtkstyle-fallback:disabled {
  34. background-color: #fbfbfc;
  35. color: rgba(92, 97, 108, 0.55); }
  36. .gtkstyle-fallback:selected {
  37. background-color: #5294e2;
  38. color: #ffffff; }
  39.  
  40. .view, iconview,
  41. .view text,
  42. iconview text,
  43. textview text {
  44. color: #5c616c;
  45. background-color: #ffffff; }
  46. .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
  47. .view text:selected,
  48. iconview text:selected,
  49. textview text:selected,
  50. .view text:selected:focus,
  51. iconview text:selected:focus,
  52. textview text:selected:focus {
  53. border-radius: 2px; }
  54.  
  55. textview border {
  56. background-color: #fafbfb; }
  57.  
  58. rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
  59. .rubberband {
  60. border: 1px solid #2679db;
  61. background-color: rgba(38, 121, 219, 0.2); }
  62.  
  63. flowbox flowboxchild {
  64. padding: 3px;
  65. border-radius: 2px; }
  66. flowbox flowboxchild:selected {
  67. outline-offset: -2px; }
  68.  
  69. label.separator, popover label.separator,
  70. popover.background label.separator {
  71. color: #5c616c; }
  72.  
  73. label selection {
  74. color: #ffffff;
  75. background-color: #5294e2; }
  76.  
  77. label:disabled {
  78. color: rgba(92, 97, 108, 0.55); }
  79.  
  80. .dim-label, label.separator, popover label.separator,
  81. popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle {
  82. opacity: 0.55; }
  83.  
  84. assistant .sidebar {
  85. background-color: #ffffff;
  86. border-top: 1px solid #dcdfe3; }
  87.  
  88. assistant.csd .sidebar {
  89. border-top-style: none; }
  90.  
  91. assistant .sidebar label {
  92. padding: 6px 12px; }
  93.  
  94. assistant .sidebar label.highlight {
  95. background-color: #5294e2;
  96. color: #ffffff; }
  97.  
  98. textview {
  99. background-color: #ffffff; }
  100.  
  101. popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier,
  102. popover.background.osd,
  103. popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd {
  104. color: #BAC3CF;
  105. border: none;
  106. background-color: rgba(212, 213, 219, 0.95);
  107. background-clip: padding-box;
  108. box-shadow: none; }
  109.  
  110. @keyframes spin {
  111. to {
  112. -gtk-icon-transform: rotate(1turn); } }
  113.  
  114. spinner {
  115. background: none;
  116. opacity: 0;
  117. -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
  118. spinner:checked {
  119. opacity: 1;
  120. animation: spin 1s linear infinite; }
  121. spinner:checked:disabled {
  122. opacity: 0.5; }
  123.  
  124. entry {
  125. min-height: 22px;
  126. border: 1px solid;
  127. padding: 2px 8px;
  128. caret-color: currentColor;
  129. border-radius: 3px;
  130. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  131. color: #5c616c;
  132. border-color: #cfd6e6;
  133. background-color: #ffffff; }
  134. entry.search {
  135. border-radius: 20px; }
  136. entry image {
  137. color: #7d8189; }
  138. entry image.left {
  139. padding-left: 0;
  140. padding-right: 5px; }
  141. entry image.right {
  142. padding-right: 0;
  143. padding-left: 5px; }
  144. entry.flat, entry.flat:focus {
  145. min-height: 0;
  146. padding: 2px;
  147. background-image: none;
  148. border-color: transparent;
  149. border-radius: 0; }
  150. entry:focus {
  151. background-clip: border-box;
  152. color: #5c616c;
  153. border-color: #5294e2;
  154. background-color: #ffffff; }
  155. entry:disabled {
  156. color: rgba(92, 97, 108, 0.55);
  157. border-color: rgba(207, 214, 230, 0.55);
  158. background-color: rgba(255, 255, 255, 0.55); }
  159. entry.warning {
  160. color: white;
  161. border-color: #F27835;
  162. background-color: #f7ae86; }
  163. entry.warning image {
  164. color: white; }
  165. entry.warning:focus {
  166. color: white;
  167. background-color: #F27835;
  168. box-shadow: none; }
  169. entry.warning selection, entry.warning selection:focus {
  170. background-color: white;
  171. color: #F27835; }
  172. entry.error {
  173. color: white;
  174. border-color: #FC4138;
  175. background-color: #fd8d88; }
  176. entry.error image {
  177. color: white; }
  178. entry.error:focus {
  179. color: white;
  180. background-color: #FC4138;
  181. box-shadow: none; }
  182. entry.error selection, entry.error selection:focus {
  183. background-color: white;
  184. color: #FC4138; }
  185. entry.search-missing {
  186. color: white;
  187. border-color: #FC4138;
  188. background-color: #fd8d88; }
  189. entry.search-missing image {
  190. color: white; }
  191. entry.search-missing:focus {
  192. color: white;
  193. background-color: #FC4138;
  194. box-shadow: none; }
  195. entry.search-missing selection, entry.search-missing selection:focus {
  196. background-color: white;
  197. color: #FC4138; }
  198. entry:drop(active):focus, entry:drop(active) {
  199. border-color: #F08437;
  200. box-shadow: none; }
  201. .osd entry {
  202. color: #BAC3CF;
  203. border-color: rgba(26, 28, 34, 0.35);
  204. background-color: rgba(102, 109, 132, 0.35); }
  205. .osd entry image, .osd entry image:hover {
  206. color: inherit; }
  207. .osd entry:focus {
  208. color: #ffffff;
  209. border-color: rgba(26, 28, 34, 0.35);
  210. background-color: #5294e2; }
  211. .osd entry:disabled {
  212. color: rgba(186, 195, 207, 0.55);
  213. background-color: rgba(102, 109, 132, 0.2); }
  214. .osd entry selection:focus, .osd entry selection {
  215. color: #5294e2;
  216. background-color: #ffffff; }
  217. entry progress {
  218. margin: 0 -6px;
  219. border-radius: 0;
  220. border-width: 0 0 2px;
  221. border-color: #5294e2;
  222. border-style: solid;
  223. background-image: none;
  224. background-color: transparent;
  225. box-shadow: none; }
  226.  
  227. treeview entry.flat, treeview entry {
  228. border-radius: 0;
  229. background-image: none;
  230. background-color: #ffffff; }
  231. treeview entry.flat:focus, treeview entry:focus {
  232. border-color: #5294e2; }
  233.  
  234. @keyframes needs_attention {
  235. from {
  236. background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
  237. to {
  238. background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
  239.  
  240. button {
  241. min-height: 20px;
  242. min-width: 20px;
  243. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  244. border: 1px solid;
  245. border-radius: 3px;
  246. padding: 2px 6px;
  247. color: #5c616c;
  248. border-color: #cfd6e6;
  249. background-color: #fbfbfc; }
  250. button separator {
  251. margin: 4px 1px; }
  252. button.flat, button.sidebar-button {
  253. border-color: transparent;
  254. background-color: transparent;
  255. background-image: none;
  256. transition: none; }
  257. button.flat:hover, button.sidebar-button:hover {
  258. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  259. transition-duration: 350ms; }
  260. button.flat:hover:active, button.sidebar-button:hover:active {
  261. transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  262. button:hover {
  263. color: #5c616c;
  264. border-color: #cfd6e6;
  265. background-color: white;
  266. -gtk-icon-effect: highlight; }
  267. button:active, button:checked {
  268. color: #ffffff;
  269. border-color: #5294e2;
  270. background-color: #5294e2;
  271. background-clip: border-box;
  272. transition-duration: 50ms; }
  273. button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
  274. color: inherit;
  275. opacity: 0.6; }
  276. button:active {
  277. color: #5c616c; }
  278. button:active:hover, button:checked {
  279. color: #ffffff; }
  280. button.flat:disabled, button.sidebar-button:disabled {
  281. border-color: transparent;
  282. background-color: transparent;
  283. background-image: none; }
  284. button:disabled {
  285. border-color: rgba(207, 214, 230, 0.55);
  286. background-color: rgba(251, 251, 252, 0.55); }
  287. button:disabled label, button:disabled {
  288. color: rgba(92, 97, 108, 0.55); }
  289. button:disabled:active, button:disabled:checked {
  290. border-color: rgba(82, 148, 226, 0.75);
  291. background-color: rgba(82, 148, 226, 0.75);
  292. opacity: 0.6; }
  293. button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked {
  294. color: rgba(255, 255, 255, 0.8); }
  295. button.image-button {
  296. min-width: 20px;
  297. padding-left: 4px;
  298. padding-right: 4px; }
  299. button.text-button {
  300. padding-left: 12px;
  301. padding-right: 12px; }
  302. button.text-button.image-button {
  303. padding-left: 5px;
  304. padding-right: 5px; }
  305. button.text-button.image-button label:first-child {
  306. padding-left: 8px;
  307. padding-right: 2px; }
  308. button.text-button.image-button label:last-child {
  309. padding-right: 8px;
  310. padding-left: 2px; }
  311. button.text-button.image-button label:only-child {
  312. padding-left: 8px;
  313. padding-right: 8px; }
  314. button.text-button.image-button.popup {
  315. padding-right: 8px;
  316. padding-left: 8px; }
  317. button:drop(active), combobox:drop(active) button.combo {
  318. color: #F08437;
  319. border-color: #F08437;
  320. box-shadow: none; }
  321. button.osd {
  322. color: #BAC3CF;
  323. background-color: rgba(212, 213, 219, 0.95);
  324. border-color: rgba(35, 38, 46, 0.95); }
  325. button.osd.image-button {
  326. padding: 0;
  327. min-height: 36px;
  328. min-width: 36px; }
  329. button.osd:hover {
  330. color: #5294e2; }
  331. button.osd:active, button.osd:checked {
  332. color: #ffffff;
  333. border-color: rgba(26, 28, 34, 0.35);
  334. background-color: #5294e2; }
  335. button.osd:disabled {
  336. color: #5d626e;
  337. border-color: rgba(26, 28, 34, 0.35);
  338. background-color: rgba(102, 109, 132, 0.2); }
  339. .osd button {
  340. color: #BAC3CF;
  341. border-color: rgba(26, 28, 34, 0.35);
  342. background-color: rgba(102, 109, 132, 0.35); }
  343. .osd button:hover {
  344. color: #BAC3CF;
  345. border-color: rgba(26, 28, 34, 0.35);
  346. background-color: rgba(119, 127, 151, 0.45); }
  347. .osd button:active, .osd button:checked {
  348. background-clip: padding-box;
  349. color: #ffffff;
  350. border-color: rgba(26, 28, 34, 0.35);
  351. background-color: #5294e2; }
  352. .osd button:disabled {
  353. color: #5d626e;
  354. border-color: rgba(26, 28, 34, 0.35);
  355. background-color: rgba(102, 109, 132, 0.2); }
  356. .osd button.flat, .osd button.sidebar-button {
  357. border-color: transparent;
  358. background-color: transparent;
  359. background-image: none;
  360. box-shadow: none; }
  361. .osd button.flat:hover, .osd button.sidebar-button:hover {
  362. color: #BAC3CF;
  363. border-color: rgba(26, 28, 34, 0.35);
  364. background-color: rgba(119, 127, 151, 0.45); }
  365. .osd button.flat:disabled, .osd button.sidebar-button:disabled {
  366. color: #5d626e;
  367. border-color: rgba(26, 28, 34, 0.35);
  368. background-color: rgba(102, 109, 132, 0.2);
  369. background-image: none; }
  370. .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
  371. color: #ffffff;
  372. border-color: rgba(26, 28, 34, 0.35);
  373. background-color: #5294e2; }
  374. .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
  375. .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
  376. box-shadow: none; }
  377. button.suggested-action {
  378. background-clip: border-box;
  379. color: white;
  380. background-color: #4DADD4;
  381. border-color: #4DADD4; }
  382. button.suggested-action.flat, button.suggested-action.sidebar-button {
  383. border-color: transparent;
  384. background-color: transparent;
  385. background-image: none;
  386. color: #4DADD4; }
  387. button.suggested-action:hover {
  388. background-clip: border-box;
  389. color: white;
  390. background-color: #76c0de;
  391. border-color: #76c0de; }
  392. button.suggested-action:active, button.suggested-action:checked {
  393. background-clip: border-box;
  394. color: white;
  395. background-color: #2e96c0;
  396. border-color: #2e96c0; }
  397. button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
  398. border-color: transparent;
  399. background-color: transparent;
  400. background-image: none;
  401. color: rgba(92, 97, 108, 0.55); }
  402. button.suggested-action:disabled {
  403. border-color: rgba(207, 214, 230, 0.55);
  404. background-color: rgba(251, 251, 252, 0.55); }
  405. button.suggested-action:disabled label, button.suggested-action:disabled {
  406. color: rgba(92, 97, 108, 0.55); }
  407. button.destructive-action {
  408. background-clip: border-box;
  409. color: white;
  410. background-color: #F04A50;
  411. border-color: #F04A50; }
  412. button.destructive-action.flat, button.destructive-action.sidebar-button {
  413. border-color: transparent;
  414. background-color: transparent;
  415. background-image: none;
  416. color: #F04A50; }
  417. button.destructive-action:hover {
  418. background-clip: border-box;
  419. color: white;
  420. background-color: #f4797e;
  421. border-color: #f4797e; }
  422. button.destructive-action:active, button.destructive-action:checked {
  423. background-clip: border-box;
  424. color: white;
  425. background-color: #ec1b22;
  426. border-color: #ec1b22; }
  427. button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
  428. border-color: transparent;
  429. background-color: transparent;
  430. background-image: none;
  431. color: rgba(92, 97, 108, 0.55); }
  432. button.destructive-action:disabled {
  433. border-color: rgba(207, 214, 230, 0.55);
  434. background-color: rgba(251, 251, 252, 0.55); }
  435. button.destructive-action:disabled label, button.destructive-action:disabled {
  436. color: rgba(92, 97, 108, 0.55); }
  437. .stack-switcher > button {
  438. outline-offset: -3px; }
  439. .stack-switcher > button > label {
  440. padding-left: 6px;
  441. padding-right: 6px; }
  442. .stack-switcher > button > image {
  443. padding-left: 6px;
  444. padding-right: 6px;
  445. padding-top: 3px;
  446. padding-bottom: 3px; }
  447. .stack-switcher > button.text-button {
  448. padding-left: 10px;
  449. padding-right: 10px; }
  450. .stack-switcher > button.image-button {
  451. padding-left: 2px;
  452. padding-right: 2px; }
  453. .stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image {
  454. animation: none;
  455. background-image: none; }
  456. .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
  457. animation: needs_attention 150ms ease-in;
  458. background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
  459. background-size: 6px 6px, 6px 6px;
  460. background-repeat: no-repeat;
  461. background-position: right 3px, right 4px; }
  462. .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
  463. background-position: left 3px, left 4px; }
  464. button.font separator, button.file separator {
  465. background-color: transparent; }
  466. .inline-toolbar button, .inline-toolbar button:backdrop {
  467. border-radius: 2px;
  468. border-width: 1px; }
  469.  
  470. .inline-toolbar toolbutton > button {
  471. color: #5c616c;
  472. border-color: #cfd6e6;
  473. background-color: #fbfbfc; }
  474. .inline-toolbar toolbutton > button:hover {
  475. color: #5c616c;
  476. border-color: #cfd6e6;
  477. background-color: white; }
  478. .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
  479. color: #ffffff;
  480. border-color: #5294e2;
  481. background-color: #5294e2; }
  482. .inline-toolbar toolbutton > button:disabled {
  483. border-color: rgba(207, 214, 230, 0.55);
  484. background-color: rgba(251, 251, 252, 0.55); }
  485. .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled {
  486. color: rgba(92, 97, 108, 0.55); }
  487. .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
  488. border-color: rgba(82, 148, 226, 0.75);
  489. background-color: rgba(82, 148, 226, 0.75);
  490. opacity: 0.6; }
  491. .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked {
  492. color: rgba(255, 255, 255, 0.8); }
  493.  
  494. .linked:not(.vertical):not(.path-bar) > entry + entry {
  495. border-left-color: rgba(207, 214, 230, 0.3); }
  496.  
  497. .linked:not(.vertical):not(.path-bar) > entry.error + entry,
  498. .linked:not(.vertical):not(.path-bar) > entry + entry.error {
  499. border-left-color: #FC4138; }
  500.  
  501. .linked:not(.vertical):not(.path-bar) > entry.warning + entry,
  502. .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
  503. border-left-color: #F27835; }
  504.  
  505. .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning,
  506. .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
  507. border-left-color: #f75d37; }
  508.  
  509. .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
  510. .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
  511. border-left-color: #5294e2; }
  512.  
  513. .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
  514. .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
  515. .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
  516. border-left-color: #5294e2; }
  517.  
  518. .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
  519. .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
  520. border-left-color: #F08437; }
  521.  
  522. .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
  523. .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
  524. .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
  525. border-left-color: #F08437; }
  526.  
  527. .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
  528. .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
  529. border-left-color: #F27835; }
  530.  
  531. .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry,
  532. .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
  533. .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
  534. border-left-color: #F27835; }
  535.  
  536. .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child),
  537. .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
  538. border-left-color: #FC4138; }
  539.  
  540. .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry,
  541. .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
  542. .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
  543. border-left-color: #FC4138; }
  544.  
  545. .linked:not(.vertical):not(.path-bar) > button:active + entry,
  546. .linked:not(.vertical):not(.path-bar) > button:checked + entry {
  547. border-left-color: #5294e2; }
  548.  
  549. .linked:not(.vertical):not(.path-bar) > button + button {
  550. border-left-style: none; }
  551.  
  552. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
  553. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
  554. box-shadow: inset 1px 0 #cfd6e6; }
  555.  
  556. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
  557. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
  558. box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
  559.  
  560. .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  561. .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  562. .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  563. .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  564. .linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
  565. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
  566. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  567. .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
  568. .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  569. .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  570. .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  571. .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  572. .linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
  573. box-shadow: none; }
  574.  
  575. .linked:not(.vertical).path-bar > button + button {
  576. border-left-style: none; }
  577.  
  578. .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
  579. box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
  580.  
  581. .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
  582. box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
  583.  
  584. .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
  585. box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
  586.  
  587. .linked.vertical > entry + entry {
  588. border-top-color: rgba(207, 214, 230, 0.3); }
  589.  
  590. .linked.vertical > entry.error + entry,
  591. .linked.vertical > entry + entry.error {
  592. border-top-color: #FC4138; }
  593.  
  594. .linked.vertical > entry.warning + entry,
  595. .linked.vertical > entry + entry.warning {
  596. border-top-color: #F27835; }
  597.  
  598. .linked.vertical > entry.error + entry.warning,
  599. .linked.vertical > entry.warning + entry.error {
  600. border-top-color: #f75d37; }
  601.  
  602. .linked.vertical > entry + entry:focus:not(:last-child),
  603. .linked.vertical > entry + entry:focus:last-child {
  604. border-top-color: #5294e2; }
  605.  
  606. .linked.vertical > entry:focus:not(:only-child) + entry,
  607. .linked.vertical > entry:focus:not(:only-child) + button,
  608. .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
  609. border-top-color: #5294e2; }
  610.  
  611. .linked.vertical > entry + entry:drop(active):not(:last-child),
  612. .linked.vertical > entry + entry:drop(active):last-child {
  613. border-top-color: #F08437; }
  614.  
  615. .linked.vertical > entry:drop(active):not(:only-child) + entry,
  616. .linked.vertical > entry:drop(active):not(:only-child) + button,
  617. .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
  618. border-top-color: #F08437; }
  619.  
  620. .linked.vertical > entry + entry.warning:focus:not(:last-child),
  621. .linked.vertical > entry + entry.warning:focus:last-child {
  622. border-top-color: #F27835; }
  623.  
  624. .linked.vertical > entry.warning:focus:not(:only-child) + entry,
  625. .linked.vertical > entry.warning:focus:not(:only-child) + button,
  626. .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
  627. border-top-color: #F27835; }
  628.  
  629. .linked.vertical > entry + entry.error:focus:not(:last-child),
  630. .linked.vertical > entry + entry.error:focus:last-child {
  631. border-top-color: #FC4138; }
  632.  
  633. .linked.vertical > entry.error:focus:not(:only-child) + entry,
  634. .linked.vertical > entry.error:focus:not(:only-child) + button,
  635. .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo {
  636. border-top-color: #FC4138; }
  637.  
  638. .linked.vertical > button:active + entry,
  639. .linked.vertical > button:checked + entry {
  640. border-top-color: #5294e2; }
  641.  
  642. .linked.vertical > button + button {
  643. border-top-style: none; }
  644.  
  645. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
  646. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
  647. box-shadow: inset 0 1px #cfd6e6; }
  648.  
  649. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
  650. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
  651. box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); }
  652.  
  653. .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  654. .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  655. .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  656. .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
  657. .linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
  658. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
  659. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  660. .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
  661. .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  662. .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  663. .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  664. .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
  665. .linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
  666. box-shadow: none; }
  667.  
  668. toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
  669. .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button,
  670. .linked:not(.vertical) > button:hover,
  671. .linked:not(.vertical) > button:active,
  672. .linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) {
  673. border-radius: 0;
  674. border-right-style: none; }
  675.  
  676. .linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
  677. border-top-left-radius: 3px;
  678. border-bottom-left-radius: 3px; }
  679.  
  680. .linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
  681. border-top-right-radius: 3px;
  682. border-bottom-right-radius: 3px;
  683. border-right-style: solid; }
  684.  
  685. .linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
  686. border-radius: 3px;
  687. border-style: solid; }
  688.  
  689. .linked.vertical > entry,
  690. .linked.vertical > entry:focus, .linked.vertical > button,
  691. .linked.vertical > button:hover,
  692. .linked.vertical > button:active,
  693. .linked.vertical > button:checked, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > combobox > box > button.combo {
  694. border-radius: 0;
  695. border-bottom-style: none; }
  696.  
  697. .linked.vertical > entry:first-child, .linked.vertical > button:first-child, spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > combobox:first-child > box > button.combo {
  698. border-top-left-radius: 3px;
  699. border-top-right-radius: 3px; }
  700.  
  701. .linked.vertical > entry:last-child, .linked.vertical > button:last-child, spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > combobox:last-child > box > button.combo {
  702. border-bottom-left-radius: 3px;
  703. border-bottom-right-radius: 3px;
  704. border-bottom-style: solid; }
  705.  
  706. .linked.vertical > entry:only-child, .linked.vertical > button:only-child, spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > combobox:only-child > box > button.combo {
  707. border-radius: 3px;
  708. border-style: solid; }
  709.  
  710. menuitem.button.flat,
  711. modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
  712. border-color: transparent;
  713. background-color: transparent;
  714. background-image: none;
  715. box-shadow: none; }
  716.  
  717. menuitem.button.flat,
  718. modelbutton.flat {
  719. transition: none;
  720. min-height: 24px;
  721. padding-left: 8px;
  722. padding-right: 8px;
  723. outline-offset: -3px;
  724. border-radius: 2px; }
  725. menuitem.button.flat:hover,
  726. modelbutton.flat:hover {
  727. background-color: #edeff0; }
  728. menuitem.button.flat:checked,
  729. modelbutton.flat:checked {
  730. color: #5c616c; }
  731. menuitem.button.flat check:last-child,
  732. menuitem.button.flat radio:last-child,
  733. modelbutton.flat check:last-child,
  734. modelbutton.flat radio:last-child {
  735. margin-left: 8px; }
  736. menuitem.button.flat check:first-child,
  737. menuitem.button.flat radio:first-child,
  738. modelbutton.flat check:first-child,
  739. modelbutton.flat radio:first-child {
  740. margin-right: 8px; }
  741.  
  742. modelbutton.flat arrow.left {
  743. -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
  744.  
  745. modelbutton.flat arrow.right {
  746. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  747.  
  748. *:link, button:link, button:visited {
  749. color: #2679db; }
  750. *:link:visited, button:visited {
  751. color: #1e61b0; }
  752. *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited {
  753. color: #bad4f3; }
  754. *:link:hover, button:hover:link, button:hover:visited {
  755. color: #5294e2; }
  756. *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
  757. color: #eef4fc; }
  758. *:link:active, button:active:link, button:active:visited {
  759. color: #2679db; }
  760. *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
  761. color: #dceaf9; }
  762. infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
  763. *:selected *:link,
  764. *:selected button:link,
  765. *:selected button:visited {
  766. color: #dceaf9; }
  767.  
  768. button:link > label, button:visited > label {
  769. text-decoration-line: underline; }
  770.  
  771. spinbutton:drop(active) {
  772. box-shadow: none; }
  773.  
  774. spinbutton button:active {
  775. color: #ffffff; }
  776.  
  777. spinbutton:disabled {
  778. color: rgba(92, 97, 108, 0.55); }
  779.  
  780. spinbutton:not(.vertical) entry {
  781. min-width: 28px; }
  782.  
  783. spinbutton:not(.vertical):dir(ltr) entry,
  784. spinbutton:not(.vertical):dir(rtl) button.up {
  785. border-radius: 3px 0 0 3px; }
  786.  
  787. spinbutton:not(.vertical) > button + button {
  788. border-left-style: none; }
  789.  
  790. spinbutton:not(.vertical) > button:hover:not(:active),
  791. spinbutton:not(.vertical) > button:hover + button {
  792. box-shadow: inset 1px 0 #cfd6e6; }
  793.  
  794. spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
  795. spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
  796. box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
  797.  
  798. spinbutton:not(.vertical) > button:first-child:hover:not(:active),
  799. spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
  800. spinbutton:not(.vertical) > entry + button:not(:active):hover {
  801. box-shadow: none; }
  802.  
  803. spinbutton:not(.vertical) > entry:focus + button {
  804. border-left-color: #5294e2; }
  805.  
  806. spinbutton:not(.vertical) > entry:drop(active) + button {
  807. border-left-color: #F08437; }
  808.  
  809. .osd spinbutton:not(.vertical) > button:hover:not(:active),
  810. .osd spinbutton:not(.vertical) > button:hover + button {
  811. box-shadow: inset 1px 0 rgba(26, 28, 34, 0.35); }
  812.  
  813. .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active),
  814. .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
  815. .osd spinbutton:not(.vertical) > entry + button:not(:active):hover {
  816. box-shadow: none; }
  817.  
  818. .osd spinbutton:not(.vertical) > entry:focus + button {
  819. border-left-color: rgba(26, 28, 34, 0.35); }
  820.  
  821. spinbutton.vertical button, spinbutton.vertical entry {
  822. padding-left: 4px;
  823. padding-right: 4px;
  824. min-width: 0; }
  825.  
  826. spinbutton.vertical button.up {
  827. border-radius: 3px 3px 0 0; }
  828.  
  829. spinbutton.vertical > entry:focus + button {
  830. border-top-color: #5294e2; }
  831.  
  832. spinbutton.vertical > entry:drop(active) + button {
  833. border-top-color: #F08437; }
  834.  
  835. combobox button.combo {
  836. min-width: 0;
  837. padding-left: 8px;
  838. padding-right: 8px; }
  839.  
  840. combobox arrow {
  841. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
  842. min-height: 16px;
  843. min-width: 16px; }
  844.  
  845. toolbar, .inline-toolbar {
  846. -GtkWidget-window-dragging: true;
  847. padding: 4px;
  848. background-color: #F5F6F7; }
  849. toolbar separator, .inline-toolbar separator {
  850. background: none; }
  851. toolbar.horizontal separator, .horizontal.inline-toolbar separator {
  852. margin: 0 6px; }
  853. toolbar.vertical separator, .vertical.inline-toolbar separator {
  854. margin: 6px 0; }
  855. .osd toolbar, .osd .inline-toolbar {
  856. background-color: transparent; }
  857. toolbar.osd, .osd.inline-toolbar {
  858. padding: 7px;
  859. border: 1px solid rgba(0, 0, 0, 0.5);
  860. border-radius: 3px;
  861. background-color: rgba(53, 57, 69, 0.85); }
  862. toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar {
  863. border-radius: 0; }
  864. toolbar.osd.top, .osd.top.inline-toolbar {
  865. border-width: 0 0 1px 0; }
  866. toolbar.osd.bottom, .osd.bottom.inline-toolbar {
  867. border-width: 1px 0 0 0; }
  868. toolbar.osd.left, .osd.left.inline-toolbar {
  869. border-width: 0 1px 0 0; }
  870. toolbar.osd.right, .osd.right.inline-toolbar {
  871. border-width: 0 0 0 1px; }
  872. toolbar:not(.inline-toolbar) switch, .inline-toolbar:not(.inline-toolbar) switch,
  873. toolbar:not(.inline-toolbar) scale, .inline-toolbar:not(.inline-toolbar) scale,
  874. toolbar:not(.inline-toolbar) entry, .inline-toolbar:not(.inline-toolbar) entry,
  875. toolbar:not(.inline-toolbar) spinbutton, .inline-toolbar:not(.inline-toolbar) spinbutton,
  876. toolbar:not(.inline-toolbar) button, .inline-toolbar:not(.inline-toolbar) button {
  877. margin-right: 1px;
  878. margin-bottom: 1px; }
  879. toolbar:not(.inline-toolbar) .linked > button, .inline-toolbar:not(.inline-toolbar) .linked > button,
  880. toolbar:not(.inline-toolbar) .linked > entry, .inline-toolbar:not(.inline-toolbar) .linked > entry {
  881. margin-right: 0; }
  882.  
  883. .primary-toolbar:not(.libreoffice-toolbar) {
  884. color: rgba(82, 93, 118, 0.8);
  885. background-color: #f7f7f7;
  886. box-shadow: none;
  887. border-width: 0 0 1px 0;
  888. border-style: solid;
  889. border-image: linear-gradient(to bottom, #f7f7f7, rgba(212, 213, 219, 0.95)) 1 0 1 0; }
  890.  
  891. .inline-toolbar {
  892. background-color: #edeef0;
  893. border-style: solid;
  894. border-color: #dcdfe3;
  895. border-width: 0 1px 1px;
  896. padding: 3px;
  897. border-radius: 0 0 3px 3px; }
  898.  
  899. searchbar {
  900. background-color: #F5F6F7;
  901. border-style: solid;
  902. border-color: #dcdfe3;
  903. border-width: 0 0 1px;
  904. padding: 3px; }
  905.  
  906. actionbar {
  907. padding: 6px;
  908. border-top: 1px solid #dcdfe3;
  909. background-color: #edeef0; }
  910.  
  911. headerbar,
  912. .titlebar:not(headerbar) {
  913. min-height: 38px;
  914. padding: 0 7px;
  915. border-width: 0 0 1px;
  916. border-style: solid;
  917. border-color: #d4d5db;
  918. background-color: #f7f7f7;
  919. color: rgba(82, 93, 118, 0.8);
  920. box-shadow: inset 0 0px rgba(255, 255, 255, 1); }
  921. .csd headerbar,
  922. .csd .titlebar:not(headerbar) {
  923. background-color: rgba(255, 255, 255, 0.93);
  924. border-color: rgba(212, 213, 219, 0.95); }
  925. headerbar:backdrop,
  926. .titlebar:backdrop:not(headerbar) {
  927. transition: 200ms ease-out;
  928. color: rgba(82, 93, 118, 0.5);
  929. background-color: #eff0f2; }
  930. .csd headerbar:backdrop,
  931. .csd .titlebar:backdrop:not(headerbar) {
  932. background-color: rgba(255, 255, 255, 0.90); }
  933. headerbar .title, .titlebar:not(headerbar) .title {
  934. padding-left: 12px;
  935. padding-right: 12px; }
  936. headerbar .subtitle, .titlebar:not(headerbar) .subtitle {
  937. font-size: smaller;
  938. padding-left: 12px;
  939. padding-right: 12px; }
  940. headerbar.selection-mode,
  941. .selection-mode.titlebar:not(headerbar) {
  942. color: #ffffff;
  943. background-color: rgba(82, 148, 226, 0.95);
  944. border-color: rgba(65, 137, 223, 0.95);
  945. box-shadow: none; }
  946. headerbar.selection-mode:backdrop,
  947. .selection-mode.titlebar:backdrop:not(headerbar) {
  948. background-color: rgba(82, 148, 226, 0.95);
  949. color: rgba(255, 255, 255, 0.6); }
  950. headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
  951. box-shadow: none;
  952. padding-left: 10px;
  953. padding-right: 10px; }
  954. headerbar.selection-mode .selection-menu GtkArrow, .selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow {
  955. -GtkArrow-arrow-scaling: 1; }
  956. headerbar.selection-mode .selection-menu .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu .arrow {
  957. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  958. .maximized headerbar.selection-mode,
  959. .maximized .selection-mode.titlebar:not(headerbar) {
  960. background-color: #5294e2; }
  961. .tiled headerbar, .tiled headerbar:backdrop,
  962. .maximized headerbar, .maximized headerbar:backdrop,
  963. .tiled .titlebar:not(headerbar),
  964. .tiled .titlebar:backdrop:not(headerbar),
  965. .maximized .titlebar:not(headerbar),
  966. .maximized .titlebar:backdrop:not(headerbar) {
  967. border-radius: 0; }
  968. .maximized headerbar,
  969. .maximized .titlebar:not(headerbar) {
  970. background-color: rgba(255, 255, 255, .90);
  971. border-color: #d4d5db; }
  972. .maximized headerbar:backdrop,
  973. .maximized .titlebar:backdrop:not(headerbar) {
  974. background-color: rgba(255, 255, 255, .95); }
  975. headerbar.default-decoration,
  976. .csd headerbar.default-decoration, headerbar.default-decoration:backdrop,
  977. .csd headerbar.default-decoration:backdrop,
  978. .default-decoration.titlebar:not(headerbar),
  979. .csd .default-decoration.titlebar:not(headerbar),
  980. .default-decoration.titlebar:backdrop:not(headerbar),
  981. .csd .default-decoration.titlebar:backdrop:not(headerbar) {
  982. min-height: 28px;
  983. padding: 0 6px;
  984. background-color: #f7f7f7;
  985. border-bottom-width: 0; }
  986. .maximized headerbar.default-decoration, .maximized
  987. .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized
  988. .csd headerbar.default-decoration:backdrop,
  989. .maximized .default-decoration.titlebar:not(headerbar),
  990. .maximized
  991. .csd .default-decoration.titlebar:not(headerbar),
  992. .maximized .default-decoration.titlebar:backdrop:not(headerbar),
  993. .maximized
  994. .csd .default-decoration.titlebar:backdrop:not(headerbar) {
  995. background-color: #f7f7f7; }
  996.  
  997. .titlebar {
  998. border-radius: 3px 3px 0 0; }
  999.  
  1000. headerbar entry, headerbar button, headerbar separator {
  1001. margin-top: 6px;
  1002. margin-bottom: 6px; }
  1003.  
  1004. separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
  1005. border-top-left-radius: 3px; }
  1006. .maximized separator:first-child + headerbar,
  1007. .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop,
  1008. .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child,
  1009. .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop,
  1010. .tiled headerbar:first-child:backdrop {
  1011. border-radius: 0; }
  1012.  
  1013. headerbar:last-child, headerbar:last-child:backdrop {
  1014. border-top-right-radius: 3px; }
  1015. .maximized headerbar:last-child,
  1016. .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop,
  1017. .tiled headerbar:last-child:backdrop {
  1018. border-radius: 0; }
  1019.  
  1020. window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop,
  1021. window.csd > .titlebar:not(headerbar),
  1022. window.csd > .titlebar:not(headerbar):backdrop {
  1023. padding: 0;
  1024. background: none;
  1025. border: none;
  1026. box-shadow: none; }
  1027.  
  1028. .titlebar:not(headerbar) > separator {
  1029. background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); }
  1030. /**************************************************************************************/
  1031. headerbar .linked:not(.vertical):not(.path-bar) > button:first-child,
  1032. headerbar .linked:not(.vertical):not(.path-bar) > button:first-child:hover,
  1033. headerbar .linked:not(.vertical):not(.path-bar) > button:first-child:active,
  1034. headerbar .linked:not(.vertical):not(.path-bar) > button:first-child:checked,
  1035. headerbar .linked:not(.vertical):not(.path-bar) > button:first-child:disabled,
  1036. .linked:not(.vertical) > entry:first-child,
  1037. .inline-toolbar button:first-child,
  1038. .linked:not(.vertical) > button:first-child,
  1039. toolbar.inline-toolbar toolbutton:first-child > button.flat,
  1040. .inline-toolbar toolbutton:first-child > button.flat,
  1041. toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button,
  1042. .inline-toolbar toolbutton:first-child > button.sidebar-button,
  1043. spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child,
  1044. .linked:not(.vertical) > combobox:first-child > box > button.combo,
  1045. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child,
  1046. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:hover,
  1047. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:active,
  1048. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:checked,
  1049. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:disabled,
  1050. headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child,
  1051. .primary-toolbar .linked:not(.vertical).path-bar > button:first-child,
  1052. headerbar .linked:not(.vertical).path-bar > button:first-child,
  1053. toolbar.inline-toolbar toolbutton:backdrop:first-child > button.flat{
  1054.  
  1055. border-top-left-radius: 3px;
  1056. border-bottom-left-radius: 3px;
  1057. border-style: solid;}
  1058.  
  1059. headerbar .linked:not(.vertical):not(.path-bar) > button:last-child,
  1060. headerbar .linked:not(.vertical):not(.path-bar) > button:last-child:hover,
  1061. headerbar .linked:not(.vertical):not(.path-bar) > button:last-child:active,
  1062. headerbar .linked:not(.vertical):not(.path-bar) > button:last-child:checked,
  1063. headerbar .linked:not(.vertical):not(.path-bar) > button:last-child:disabled,
  1064. .linked:not(.vertical) > entry:last-child,
  1065. .inline-toolbar button:last-child,
  1066. .linked:not(.vertical) > button:last-child,
  1067. toolbar.inline-toolbar toolbutton:last-child > button.flat,
  1068. .inline-toolbar toolbutton:last-child > button.flat,
  1069. toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button,
  1070. .inline-toolbar toolbutton:last-child > button.sidebar-button,
  1071. spinbutton:not(.vertical) button:last-child,
  1072. spinbutton:not(.vertical) entry:last-child,
  1073. .linked:not(.vertical) > combobox:last-child > box > button.combo,
  1074. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child,
  1075. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:hover,
  1076. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:active,
  1077. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:checked,
  1078. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:disabled,
  1079. headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child,
  1080. .primary-toolbar .linked:not(.vertical).path-bar > button:last-child,
  1081. headerbar .linked:not(.vertical).path-bar > button:last-child,
  1082. toolbar.inline-toolbar toolbutton:backdrop:last-child > button.flat{
  1083. border-top-right-radius: 3px;
  1084. border-bottom-right-radius: 3px;
  1085. border-style: solid;
  1086. margin-left:0px;
  1087. }
  1088.  
  1089. .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
  1090. min-width: 1px;
  1091. min-height: 1px;
  1092. background: none;
  1093. border-width: 0 1px;
  1094. border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; }
  1095. .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop {
  1096. opacity: 0.6; }
  1097.  
  1098. .primary-toolbar entry, headerbar entry {
  1099. color: rgba(82, 93, 118, 0.8);
  1100. border-color: rgba(82, 93, 118, 0.1);
  1101. background-color: rgba(255, 255, 255, 0.9); }
  1102. .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
  1103. color: inherit; }
  1104. .primary-toolbar entry:backdrop, headerbar entry:backdrop {
  1105. opacity: 0.85; }
  1106. .primary-toolbar entry:focus, headerbar entry:focus {
  1107. color: #ffffff;
  1108. border-color: #5294e2;
  1109. background-color: #5294e2;
  1110. background-clip: border-box; }
  1111. .primary-toolbar entry:focus image, headerbar entry:focus image {
  1112. color: #ffffff; }
  1113. .primary-toolbar entry:disabled, headerbar entry:disabled {
  1114. color: rgba(82, 93, 118, 0.35);
  1115. border-color: rgba(82, 93, 118, 0.1);
  1116. background-color: rgba(255, 255, 255, 0.75); }
  1117. .primary-toolbar entry selection:focus, headerbar entry selection:focus {
  1118. background-color: #ffffff;
  1119. color: #5294e2; }
  1120. .primary-toolbar entry progress, headerbar entry progress {
  1121. border-color: #5294e2;
  1122. background-image: none;
  1123. background-color: transparent; }
  1124. .primary-toolbar entry.warning, headerbar entry.warning {
  1125. color: white;
  1126. border-color: #F27835;
  1127. background-color: rgba(238, 162, 121, 0.98); }
  1128. .primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
  1129. color: white;
  1130. background-color: #F27835; }
  1131. .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
  1132. background-color: white;
  1133. color: #F27835; }
  1134. .primary-toolbar entry.error, headerbar entry.error {
  1135. color: white;
  1136. border-color: #FC4138;
  1137. background-color: rgba(244, 128, 123, 0.98); }
  1138. .primary-toolbar entry.error:focus, headerbar entry.error:focus {
  1139. color: white;
  1140. background-color: #FC4138; }
  1141. .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
  1142. background-color: white;
  1143. color: #FC4138; }
  1144.  
  1145. .primary-toolbar button, headerbar button {
  1146. color: rgba(82, 93, 118, 0.8);
  1147. border-color: rgba(82, 93, 118, 0.1);
  1148. background-color: rgba(251, 251, 252, 0.9)}
  1149. .primary-toolbar button:backdrop, headerbar button:backdrop {
  1150. opacity: 0.7; }
  1151. .primary-toolbar button:hover, headerbar button:hover {
  1152. color: rgba(255, 255, 255, 0.8);
  1153. border-color: rgba(82, 93, 118, 0.1);
  1154. background-color: rgba(82, 148, 226, 0.90); }
  1155. .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
  1156. color: #ffffff;
  1157. border-color: #5294e2;
  1158. background-color: #5294e2;
  1159. background-clip: border-box; }
  1160. .primary-toolbar button:disabled, headerbar button:disabled {
  1161. color: rgba(82, 93, 118, 0.8);
  1162. border-color: rgba(82, 93, 118, 0.1);
  1163. background-color: rgba(251, 251, 252, 0.7);}
  1164. .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled {
  1165. color: rgba(82, 93, 118, 0.35); }
  1166. .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked {
  1167. color: rgba(255, 255, 255, 0.75);
  1168. border-color: rgba(82, 148, 226, 0.65);
  1169. background-color: rgba(82, 148, 226, 0.65); }
  1170.  
  1171. .selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button {
  1172. border-color: transparent;
  1173. background-color: transparent;
  1174. background-image: none;
  1175. color: #ffffff;
  1176. background-color: rgba(255, 255, 255, 0); }
  1177.  
  1178. .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) {
  1179. margin-right: -1px; }
  1180.  
  1181. .primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled {
  1182. border-radius: 0px;
  1183. border-style: solid; }
  1184.  
  1185. .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
  1186. box-shadow: none; }
  1187.  
  1188. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
  1189. color: rgba(82, 93, 118, 0.8);
  1190. border-color: rgba(82, 93, 118, 0.1);
  1191. background-color: rgba(251, 251, 252, 0.9); }
  1192. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
  1193. background-color: rgba(255, 255, 255, 0.9); }
  1194. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
  1195. color: #ffffff;
  1196. border-color: rgba(82, 93, 118, 0.1);
  1197. background-color: #5294e2; }
  1198. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
  1199. color: rgba(82, 93, 118, 0.4); }
  1200.  
  1201. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
  1202. border-left-style: none; }
  1203.  
  1204. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
  1205. box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
  1206.  
  1207. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
  1208. box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
  1209.  
  1210. .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
  1211. box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
  1212.  
  1213. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
  1214. border-left-color: rgba(82, 93, 118, 0); }
  1215.  
  1216. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error {
  1217. border-left-color: #FC4138; }
  1218.  
  1219. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
  1220. border-left-color: #F27835; }
  1221.  
  1222. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
  1223. border-left-color: #f75d37; }
  1224.  
  1225. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
  1226. border-left-color: #5294e2; }
  1227.  
  1228. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
  1229. border-left-color: #5294e2; }
  1230.  
  1231. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
  1232. border-left-color: #F08437; }
  1233.  
  1234. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
  1235. border-left-color: #F08437; }
  1236.  
  1237. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
  1238. border-left-color: #F27835; }
  1239.  
  1240. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
  1241. border-left-color: #F27835; }
  1242.  
  1243. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
  1244. border-left-color: #FC4138; }
  1245.  
  1246. .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
  1247. border-left-color: #FC4138; }
  1248.  
  1249. .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
  1250. border-left-color: #5294e2; }
  1251.  
  1252. .primary-toolbar button.suggested-action, headerbar button.suggested-action {
  1253. background-clip: border-box;
  1254. color: white;
  1255. background-color: #4DADD4;
  1256. border-color: #4DADD4; }
  1257. .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
  1258. border-color: transparent;
  1259. background-color: transparent;
  1260. background-image: none;
  1261. color: #4DADD4; }
  1262. .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
  1263. background-clip: border-box;
  1264. color: white;
  1265. background-color: #76c0de;
  1266. border-color: #76c0de; }
  1267. .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
  1268. background-clip: border-box;
  1269. color: white;
  1270. background-color: #2e96c0;
  1271. border-color: #2e96c0; }
  1272. .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
  1273. background-color: rgba(231, 232, 235, 0);
  1274. border-color: rgba(231, 232, 235, 0); }
  1275. .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
  1276. color: rgba(82, 93, 118, 0.35); }
  1277.  
  1278. .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop {
  1279. opacity: 0.8; }
  1280.  
  1281. .primary-toolbar button.destructive-action, headerbar button.destructive-action {
  1282. background-clip: border-box;
  1283. color: white;
  1284. background-color: #F04A50;
  1285. border-color: #F04A50; }
  1286. .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
  1287. border-color: transparent;
  1288. background-color: transparent;
  1289. background-image: none;
  1290. color: #F04A50; }
  1291. .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
  1292. background-clip: border-box;
  1293. color: white;
  1294. background-color: #f4797e;
  1295. border-color: #f4797e; }
  1296. .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
  1297. background-clip: border-box;
  1298. color: white;
  1299. background-color: #ec1b22;
  1300. border-color: #ec1b22; }
  1301. .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
  1302. background-color: rgba(231, 232, 235, 0);
  1303. border-color: rgba(231, 232, 235, 0); }
  1304. .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
  1305. color: rgba(82, 93, 118, 0.35); }
  1306.  
  1307. .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop {
  1308. opacity: 0.8; }
  1309.  
  1310. .primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus {
  1311. color: #ffffff;
  1312. caret-color: #ffffff; }
  1313.  
  1314. .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
  1315. color: rgba(82, 93, 118, 0.8);
  1316. border-color: rgba(82, 93, 118, 0.1);
  1317. background-color: rgba(251, 251, 252, 0.9); }
  1318.  
  1319. .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover {
  1320. background-color: rgba(255, 255, 255, 0.9); }
  1321.  
  1322. .primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
  1323. color: #ffffff;
  1324. border-color: #5294e2;
  1325. background-color: #5294e2; }
  1326.  
  1327. .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
  1328. color: rgba(82, 93, 118, 0.4); }
  1329.  
  1330. .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button {
  1331. border-left-style: none; }
  1332.  
  1333. .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
  1334. box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
  1335.  
  1336. .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
  1337. box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
  1338.  
  1339. .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
  1340. box-shadow: none; }
  1341.  
  1342. .primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button {
  1343. border-left-color: #5294e2; }
  1344.  
  1345. .primary-toolbar combobox:disabled, headerbar combobox:disabled {
  1346. color: rgba(82, 93, 118, 0.2); }
  1347.  
  1348. .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
  1349. color: rgba(82, 93, 118, 0.8);
  1350. border-color: rgba(82, 93, 118, 0.1);
  1351. background-color: rgba(255, 255, 255, 0.9); }
  1352. .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
  1353. color: inherit; }
  1354. .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
  1355. color: #ffffff;
  1356. border-color: #5294e2;
  1357. background-color: #5294e2;
  1358. box-shadow: none; }
  1359. .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
  1360. color: rgba(82, 93, 118, 0.35);
  1361. border-color: rgba(82, 93, 118, 0.1);
  1362. background-color: rgba(255, 255, 255, 0.75); }
  1363.  
  1364. .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
  1365. border-right-style: none; }
  1366. .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
  1367. box-shadow: none; }
  1368. .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
  1369. box-shadow: 1px 0 #5294e2; }
  1370.  
  1371. .primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) {
  1372. border-left-style: none; }
  1373. .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
  1374. box-shadow: none; }
  1375. .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
  1376. box-shadow: -1px 0 #5294e2; }
  1377.  
  1378. .primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled {
  1379. border-top-left-radius: 0;
  1380. border-bottom-left-radius: 0; }
  1381.  
  1382. .primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled {
  1383. border-top-right-radius: 0;
  1384. border-bottom-right-radius: 0; }
  1385.  
  1386. .primary-toolbar switch:backdrop, headerbar switch:backdrop {
  1387. opacity: 0.75; }
  1388.  
  1389. .primary-toolbar progressbar trough, headerbar progressbar trough {
  1390. background-color: rgba(82, 93, 118, 0.15); }
  1391.  
  1392. .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop {
  1393. opacity: 0.75; }
  1394.  
  1395. .primary-toolbar scale:backdrop, headerbar scale:backdrop {
  1396. opacity: 0.75; }
  1397.  
  1398. .primary-toolbar scale slider, headerbar scale slider {
  1399. background-color: transparent;
  1400. border-color: transparent; }
  1401. .primary-toolbar scale slider:hover, headerbar scale slider:hover {
  1402. background-color: transparent; }
  1403. .primary-toolbar scale slider:active, headerbar scale slider:active {
  1404. background-color: transparent;
  1405. border-color: transparent; }
  1406. .primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
  1407. background-color: rgba(245, 246, 247, 0.985);
  1408. border-color: rgba(82, 93, 118, 0.3); }
  1409.  
  1410. .primary-toolbar scale trough, headerbar scale trough {
  1411. background-color: rgba(82, 93, 118, 0.15); }
  1412. .primary-toolbar scale trough:disabled, headerbar scale trough:disabled {
  1413. background-color: rgba(82, 93, 118, 0.1); }
  1414.  
  1415. .path-bar button.text-button, .path-bar button.image-button, .path-bar button {
  1416. padding-left: 6px;
  1417. padding-right: 6px; }
  1418.  
  1419. .path-bar button.text-button.image-button label {
  1420. padding-left: 0;
  1421. padding-right: 0; }
  1422.  
  1423. .path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
  1424. padding-right: 10px; }
  1425.  
  1426. .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
  1427. padding-left: 10px; }
  1428.  
  1429. .path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) {
  1430. padding-left: 1px;
  1431. padding-right: 1px; }
  1432.  
  1433. .path-bar button image {
  1434. padding-left: 4px;
  1435. padding-right: 4px; }
  1436.  
  1437. treeview.view {
  1438. border-left-color: rgba(92, 97, 108, 0.15);
  1439. border-top-color: rgba(0, 0, 0, 0.1); }
  1440. * {
  1441. -GtkTreeView-horizontal-separator: 4;
  1442. -GtkTreeView-grid-line-width: 1;
  1443. -GtkTreeView-grid-line-pattern: '';
  1444. -GtkTreeView-tree-line-width: 1;
  1445. -GtkTreeView-tree-line-pattern: '';
  1446. -GtkTreeView-expander-size: 16; }
  1447. treeview.view acceleditor > label {
  1448. background-color: #5294e2; }
  1449. treeview.view:selected, treeview.view:selected:focus {
  1450. border-radius: 0;
  1451. border-left-color: #a9caf1;
  1452. border-top-color: rgba(92, 97, 108, 0.1); }
  1453. treeview.view:disabled {
  1454. color: rgba(92, 97, 108, 0.55); }
  1455. treeview.view:disabled:selected {
  1456. color: #97bfee; }
  1457. treeview.view.separator {
  1458. min-height: 2px;
  1459. color: rgba(0, 0, 0, 0.1); }
  1460. treeview.view:drop(active) {
  1461. border-style: solid none;
  1462. border-width: 1px;
  1463. border-color: #577ba7; }
  1464. treeview.view:drop(active).after {
  1465. border-top-style: none; }
  1466. treeview.view:drop(active).before {
  1467. border-bottom-style: none; }
  1468. treeview.view.expander {
  1469. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
  1470. color: #aeb0b6; }
  1471. treeview.view.expander:dir(rtl) {
  1472. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  1473. treeview.view.expander:hover {
  1474. color: #5c616c; }
  1475. treeview.view.expander:selected {
  1476. color: #cbdff6; }
  1477. treeview.view.expander:selected:hover {
  1478. color: #ffffff; }
  1479. treeview.view.expander:checked {
  1480. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  1481. treeview.view.progressbar, treeview.view.progressbar:focus {
  1482. color: #ffffff;
  1483. border-radius: 3px;
  1484. background-color: #5294e2; }
  1485. treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
  1486. color: #5294e2;
  1487. box-shadow: none;
  1488. background-color: #ffffff; }
  1489. treeview.view.trough {
  1490. color: #5c616c;
  1491. background-color: #cfd6e6;
  1492. border-radius: 3px;
  1493. border-width: 0; }
  1494. treeview.view.trough:selected, treeview.view.trough:selected:focus {
  1495. color: #ffffff;
  1496. background-color: rgba(0, 0, 0, 0.2);
  1497. border-radius: 3px;
  1498. border-width: 0; }
  1499. treeview.view header button {
  1500. min-height: 0;
  1501. min-width: 0;
  1502. padding: 3px 6px;
  1503. font-weight: bold;
  1504. color: #7d8189;
  1505. background-color: #ffffff;
  1506. background-image: none;
  1507. border-style: none solid none none;
  1508. border-radius: 0;
  1509. border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
  1510. treeview.view header button:hover {
  1511. color: #5294e2; }
  1512. treeview.view header button:active {
  1513. color: #5c616c; }
  1514. treeview.view header button:active, treeview.view header button:hover {
  1515. background-color: #ffffff; }
  1516. treeview.view header button:active:hover {
  1517. color: #5c616c; }
  1518. treeview.view header button:disabled {
  1519. border-color: #F5F6F7;
  1520. background-image: none; }
  1521. treeview.view header button:last-child {
  1522. border-right-style: none;
  1523. border-image: none; }
  1524. treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active,
  1525. treeview.view header.button.dnd,
  1526. treeview.view header.button.dnd:selected,
  1527. treeview.view header.button.dnd:hover,
  1528. treeview.view header.button.dnd:active {
  1529. padding: 0 6px;
  1530. transition: none;
  1531. color: #ffffff;
  1532. background-color: #5294e2;
  1533. border-radius: 0;
  1534. border-style: none; }
  1535.  
  1536. menubar,
  1537. .menubar {
  1538. -GtkWidget-window-dragging: true;
  1539. padding: 0px;
  1540. background-color: #f7f7f7;
  1541. color: rgba(82, 93, 118, 0.8); }
  1542. menubar:backdrop,
  1543. .menubar:backdrop {
  1544. color: rgba(82, 93, 118, 0.5); }
  1545. menubar > menuitem,
  1546. .menubar > menuitem {
  1547. padding: 4px 8px;
  1548. border: solid transparent;
  1549. border-width: 0; }
  1550. menubar > menuitem:hover,
  1551. .menubar > menuitem:hover {
  1552. background-color: #5294e2;
  1553. color: #ffffff; }
  1554. menubar > menuitem:disabled,
  1555. .menubar > menuitem:disabled {
  1556. color: rgba(82, 93, 118, 0.2);
  1557. border-color: transparent; }
  1558.  
  1559. menu,
  1560. .menu {
  1561. margin: 4px;
  1562. padding: 0;
  1563. border-radius: 0;
  1564. background-color: #ffffff;
  1565. border: 1px solid #dcdfe3; }
  1566. .csd menu, .csd
  1567. .menu {
  1568. padding: 4px 0px;
  1569. border-radius: 2px;
  1570. border: none; }
  1571. menu separator,
  1572. .csd menu separator,
  1573. .menu separator,
  1574. .csd
  1575. .menu separator {
  1576. margin: 2px 0;
  1577. background-color: #ffffff; }
  1578. menu .separator:not(label),
  1579. .csd menu .separator:not(label),
  1580. .menu .separator:not(label),
  1581. .csd
  1582. .menu .separator:not(label) {
  1583. color: #ffffff; }
  1584. menu menuitem,
  1585. .menu menuitem {
  1586. min-height: 16px;
  1587. min-width: 40px;
  1588. padding: 5px; }
  1589. menu menuitem:hover,
  1590. .menu menuitem:hover {
  1591. color: #ffffff;
  1592. background-color: #5294e2; }
  1593. menu menuitem:disabled,
  1594. .menu menuitem:disabled {
  1595. color: rgba(92, 97, 108, 0.55); }
  1596. menu menuitem arrow,
  1597. .menu menuitem arrow {
  1598. min-height: 16px;
  1599. min-width: 16px; }
  1600. menu menuitem arrow:dir(ltr),
  1601. .menu menuitem arrow:dir(ltr) {
  1602. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
  1603. margin-left: 10px; }
  1604. menu menuitem arrow:dir(rtl),
  1605. .menu menuitem arrow:dir(rtl) {
  1606. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
  1607. margin-right: 10px; }
  1608. menuitem accelerator {
  1609. color: alpha(currentColor,0.55); }
  1610. menuitem check, menuitem radio {
  1611. min-height: 16px;
  1612. min-width: 16px; }
  1613. menuitem check:dir(ltr), menuitem radio:dir(ltr) {
  1614. margin-right: 6px;
  1615. margin-left: 2px; }
  1616. menuitem check:dir(rtl), menuitem radio:dir(rtl) {
  1617. margin-left: 6px;
  1618. margin-right: 2px; }
  1619. menu > arrow,
  1620. .menu > arrow {
  1621. border-color: transparent;
  1622. background-color: transparent;
  1623. background-image: none;
  1624. min-width: 16px;
  1625. min-height: 16px;
  1626. padding: 4px;
  1627. background-color: #ffffff;
  1628. border-radius: 0; }
  1629. menu > arrow.top,
  1630. .menu > arrow.top {
  1631. margin-top: -6px;
  1632. border-bottom: 1px solid #efeff0;
  1633. -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  1634. menu > arrow.bottom,
  1635. .menu > arrow.bottom {
  1636. margin-bottom: -6px;
  1637. border-top: 1px solid #efeff0;
  1638. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  1639. menu > arrow:hover,
  1640. .menu > arrow:hover {
  1641. background-color: #efeff0; }
  1642. menu > arrow:disabled,
  1643. .menu > arrow:disabled {
  1644. color: transparent;
  1645. background-color: transparent;
  1646. border-color: transparent; }
  1647.  
  1648. popover,
  1649. popover.background {
  1650. padding: 2px;
  1651. border-radius: 3px;
  1652. background-clip: border-box;
  1653. background-color: #ffffff;
  1654. box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); }
  1655. .csd popover, popover, .csd
  1656. popover.background,
  1657. popover.background {
  1658. border: 1px solid #cdd2d7; }
  1659. popover separator,
  1660. popover.background separator {
  1661. background-color: #ffffff; }
  1662. popover > list,
  1663. popover > .view,
  1664. popover > iconview,
  1665. popover > toolbar,
  1666. popover > .inline-toolbar,
  1667. popover.background > list,
  1668. popover.background > .view,
  1669. popover.background > iconview,
  1670. popover.background > toolbar,
  1671. popover.background > .inline-toolbar {
  1672. border-style: none;
  1673. background-color: transparent; }
  1674.  
  1675. cursor-handle {
  1676. background-color: transparent;
  1677. background-image: none;
  1678. box-shadow: none;
  1679. border-style: none; }
  1680. cursor-handle.top {
  1681. -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
  1682. cursor-handle.bottom {
  1683. -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
  1684.  
  1685.  
  1686. notebook {
  1687. padding: 0; }
  1688. notebook.frame {
  1689. border: 1px solid #dcdfe3; }
  1690. notebook.frame > header {
  1691. margin: -1px; }
  1692. notebook.frame > header.top {
  1693. margin-bottom: 0; }
  1694. notebook.frame > header.bottom {
  1695. margin-top: 0; }
  1696. notebook.frame > header.left {
  1697. margin-right: 0; }
  1698. notebook.frame > header.right {
  1699. margin-left: 0; }
  1700. notebook.frame > header.top, notebook.frame > header.bottom {
  1701. padding-left: 0;
  1702. padding-right: 0; }
  1703. notebook.frame > header.left, notebook.frame > header.right {
  1704. padding-top: 0;
  1705. padding-bottom: 0; }
  1706. notebook > stack:not(:only-child) {
  1707. background-color: #ffffff; }
  1708. notebook > header {
  1709. padding: 2px;
  1710. background-color: #F5F6F7; }
  1711. notebook > header.top {
  1712. box-shadow: inset 0 -1px #dcdfe3; }
  1713. notebook > header.bottom {
  1714. box-shadow: inset 0 1px #dcdfe3; }
  1715. notebook > header.right {
  1716. box-shadow: inset 1px 0 #dcdfe3; }
  1717. notebook > header.left {
  1718. box-shadow: inset -1px 0 #dcdfe3; }
  1719. notebook > header.top {
  1720. padding-bottom: 0; }
  1721. notebook > header.top > tabs > tab {
  1722. padding: 2px 10px;
  1723. min-width: 20px;
  1724. min-height: 20px;
  1725. outline-offset: -4px;
  1726. border: 1px solid transparent;
  1727. border-bottom: none;
  1728. border-radius: 1px 1px 0 0; }
  1729. notebook > header.top > tabs > tab + tab {
  1730. margin-left: -1px; }
  1731. notebook > header.bottom {
  1732. padding-top: 0; }
  1733. notebook > header.bottom > tabs > tab {
  1734. padding: 2px 10px;
  1735. min-width: 20px;
  1736. min-height: 20px;
  1737. outline-offset: -4px;
  1738. border: 1px solid transparent;
  1739. border-top: none;
  1740. border-radius: 0 0 1px 1px; }
  1741. notebook > header.bottom > tabs > tab + tab {
  1742. margin-left: -1px; }
  1743. notebook > header.right {
  1744. padding-left: 0; }
  1745. notebook > header.right > tabs > tab {
  1746. padding: 2px 10px;
  1747. min-width: 20px;
  1748. min-height: 20px;
  1749. outline-offset: -4px;
  1750. border: 1px solid transparent;
  1751. border-left: none;
  1752. border-radius: 0 1px 1px 0; }
  1753. notebook > header.right > tabs > tab + tab {
  1754. margin-top: -1px; }
  1755. notebook > header.left {
  1756. padding-right: 0; }
  1757. notebook > header.left > tabs > tab {
  1758. padding: 2px 10px;
  1759. min-width: 20px;
  1760. min-height: 20px;
  1761. outline-offset: -4px;
  1762. border: 1px solid transparent;
  1763. border-right: none;
  1764. border-radius: 1px 0 0 1px; }
  1765. notebook > header.left > tabs > tab + tab {
  1766. margin-top: -1px; }
  1767. notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
  1768. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  1769. notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
  1770. margin-left: 2px; }
  1771. notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
  1772. -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
  1773. notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
  1774. margin-right: 2px; }
  1775. notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
  1776. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  1777. notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
  1778. margin-top: 2px; }
  1779. notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
  1780. -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  1781. notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
  1782. margin-bottom: 2px; }
  1783. notebook > header > tabs > arrow {
  1784. color: rgba(92, 97, 108, 0.55); }
  1785. notebook > header > tabs > arrow:hover {
  1786. color: rgba(92, 97, 108, 0.775); }
  1787. notebook > header > tabs > arrow:active {
  1788. color: #5c616c; }
  1789. notebook > header > tabs > arrow:disabled {
  1790. color: rgba(92, 97, 108, 0.25); }
  1791. notebook > header.top > tabs > tab:hover:not(:checked) {
  1792. box-shadow: inset 0 -1px #dcdfe3; }
  1793. notebook > header.bottom > tabs > tab:hover:not(:checked) {
  1794. box-shadow: inset 0 1px #dcdfe3; }
  1795. notebook > header.left > tabs > tab:hover:not(:checked) {
  1796. box-shadow: inset -1px 0 #dcdfe3; }
  1797. notebook > header.right > tabs > tab:hover:not(:checked) {
  1798. box-shadow: inset 1px 0 #dcdfe3; }
  1799. notebook > header > tabs > tab {
  1800. color: rgba(92, 97, 108, 0.55);
  1801. background-color: rgba(255, 255, 255, 0); }
  1802. notebook > header > tabs > tab:hover:not(:checked) {
  1803. color: rgba(92, 97, 108, 0.775);
  1804. background-color: rgba(255, 255, 255, 0.5);
  1805. border-color: #dcdfe3; }
  1806. notebook > header > tabs > tab:checked {
  1807. color: #5c616c;
  1808. background-color: #ffffff;
  1809. border-color: #dcdfe3; }
  1810. notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
  1811. min-height: 22px;
  1812. min-width: 16px;
  1813. padding: 0;
  1814. color: #92959d; }
  1815. notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
  1816. color: #ff4d4d; }
  1817. notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
  1818. color: #5294e2; }
  1819.  
  1820. scrollbar {
  1821. background-color: #fcfcfc;
  1822. transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  1823. * {
  1824. -GtkScrollbar-has-backward-stepper: false;
  1825. -GtkScrollbar-has-forward-stepper: false; }
  1826. scrollbar.top {
  1827. border-bottom: 1px solid #dcdfe3; }
  1828. scrollbar.bottom {
  1829. border-top: 1px solid #dcdfe3; }
  1830. scrollbar.left {
  1831. border-right: 1px solid #dcdfe3; }
  1832. scrollbar.right {
  1833. border-left: 1px solid #dcdfe3; }
  1834. scrollbar button {
  1835. border: none; }
  1836. scrollbar.vertical button.down {
  1837. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  1838. scrollbar.vertical button.up {
  1839. -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  1840. scrollbar.horizontal button.down {
  1841. -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); }
  1842. scrollbar.horizontal button.up {
  1843. -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); }
  1844. scrollbar slider {
  1845. min-width: 5px;
  1846. min-height: 5px;
  1847. margin: -1px;
  1848. border: 4px solid transparent;
  1849. border-radius: 8px;
  1850. background-clip: padding-box;
  1851. background-color: #b8babf; }
  1852. scrollbar slider:hover {
  1853. background-color: #c7c9cd; }
  1854. scrollbar slider:hover:active {
  1855. background-color: #5294e2; }
  1856. scrollbar slider:disabled {
  1857. background-color: transparent; }
  1858. scrollbar.fine-tune slider {
  1859. min-width: 4px;
  1860. min-height: 4px; }
  1861. scrollbar.fine-tune.horizontal slider {
  1862. border-width: 5px 4px; }
  1863. scrollbar.fine-tune.vertical slider {
  1864. border-width: 4px 5px; }
  1865. scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
  1866. opacity: 0.4;
  1867. border-color: transparent;
  1868. background-color: transparent; }
  1869. scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
  1870. margin: 0;
  1871. min-width: 4px;
  1872. min-height: 4px;
  1873. background-color: #8a8e96;
  1874. border: 1px solid rgba(255, 255, 255, 0.6); }
  1875. scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
  1876. margin: 0 2px;
  1877. min-width: 40px; }
  1878. scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
  1879. margin: 2px 0;
  1880. min-height: 40px; }
  1881. scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
  1882. opacity: 0.99; }
  1883. scrollbar.horizontal slider {
  1884. min-width: 40px; }
  1885. scrollbar.vertical slider {
  1886. min-height: 40px; }
  1887.  
  1888. switch {
  1889. font-size: 1px;
  1890. min-width: 52px;
  1891. min-height: 24px;
  1892. background-size: 52px 24px;
  1893. background-repeat: no-repeat;
  1894. background-position: center center; }
  1895. switch slider {
  1896. min-width: 1px;
  1897. min-height: 1px; }
  1898. switch, switch slider {
  1899. outline-color: transparent;
  1900. color: transparent;
  1901. border: none;
  1902. box-shadow: none; }
  1903.  
  1904. switch {
  1905. background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
  1906.  
  1907. menuitem:hover switch,
  1908. row:selected switch,
  1909. infobar switch {
  1910. background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
  1911.  
  1912. headerbar switch,
  1913. .primary-toolbar switch {
  1914. background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); }
  1915.  
  1916. switch:checked {
  1917. background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
  1918.  
  1919. menuitem:hover switch:checked,
  1920. row:selected switch:checked,
  1921. infobar switch:checked {
  1922. background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
  1923.  
  1924. headerbar switch:checked,
  1925. .primary-toolbar switch:checked {
  1926. background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); }
  1927.  
  1928. switch:disabled {
  1929. background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
  1930.  
  1931. menuitem:hover switch:disabled,
  1932. row:selected switch:disabled,
  1933. infobar switch:disabled {
  1934. background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
  1935.  
  1936. headerbar switch:disabled,
  1937. .primary-toolbar switch:disabled {
  1938. background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); }
  1939.  
  1940. switch:checked:disabled {
  1941. background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
  1942.  
  1943. menuitem:hover switch:checked:disabled,
  1944. row:selected switch:checked:disabled,
  1945. infobar switch:checked:disabled {
  1946. background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
  1947.  
  1948. headerbar switch:checked:disabled,
  1949. .primary-toolbar switch:checked:disabled {
  1950. background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
  1951.  
  1952. .check,
  1953. check,
  1954. treeview.check {
  1955. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); }
  1956.  
  1957. .osd check, filechooser actionbar check {
  1958. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
  1959.  
  1960. menuitem check:hover,
  1961. .view check:selected, iconview check:selected,
  1962. treeview.check:selected,
  1963. row:selected check,
  1964. infobar check {
  1965. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); }
  1966.  
  1967. .check:disabled,
  1968. check:disabled,
  1969. treeview.check:disabled {
  1970. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); }
  1971.  
  1972. .osd check:disabled, filechooser actionbar check:disabled {
  1973. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
  1974.  
  1975. menuitem check:disabled:hover,
  1976. .view check:disabled:selected, iconview check:disabled:selected,
  1977. treeview.check:disabled:selected,
  1978. row:selected check:disabled,
  1979. infobar check:disabled {
  1980. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); }
  1981.  
  1982. .check:indeterminate,
  1983. check:indeterminate,
  1984. treeview.check:indeterminate {
  1985. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); }
  1986.  
  1987. .osd check:indeterminate, filechooser actionbar check:indeterminate {
  1988. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
  1989.  
  1990. menuitem check:indeterminate:hover,
  1991. .view check:indeterminate:selected, iconview check:indeterminate:selected,
  1992. treeview.check:indeterminate:selected,
  1993. row:selected check:indeterminate,
  1994. infobar check:indeterminate {
  1995. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); }
  1996.  
  1997. .check:indeterminate:disabled,
  1998. check:indeterminate:disabled,
  1999. treeview.check:indeterminate:disabled {
  2000. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); }
  2001.  
  2002. .osd check:indeterminate:disabled, filechooser actionbar check:indeterminate:disabled {
  2003. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
  2004.  
  2005. menuitem check:indeterminate:disabled:hover,
  2006. .view check:indeterminate:disabled:selected, iconview check:indeterminate:disabled:selected,
  2007. treeview.check:indeterminate:disabled:selected,
  2008. row:selected check:indeterminate:disabled,
  2009. infobar check:indeterminate:disabled {
  2010. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); }
  2011.  
  2012. .check:checked,
  2013. check:checked,
  2014. treeview.check:checked {
  2015. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); }
  2016.  
  2017. .osd check:checked, filechooser actionbar check:checked {
  2018. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
  2019.  
  2020. menuitem check:checked:hover,
  2021. .view check:checked:selected, iconview check:checked:selected,
  2022. treeview.check:checked:selected,
  2023. row:selected check:checked,
  2024. infobar check:checked {
  2025. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); }
  2026.  
  2027. .check:checked:disabled,
  2028. check:checked:disabled,
  2029. treeview.check:checked:disabled {
  2030. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); }
  2031.  
  2032. .osd check:checked:disabled, filechooser actionbar check:checked:disabled {
  2033. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
  2034.  
  2035. menuitem check:checked:disabled:hover,
  2036. .view check:checked:disabled:selected, iconview check:checked:disabled:selected,
  2037. treeview.check:checked:disabled:selected,
  2038. row:selected check:checked:disabled,
  2039. infobar check:checked:disabled {
  2040. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); }
  2041.  
  2042. .radio,
  2043. radio,
  2044. treeview.radio {
  2045. -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); }
  2046.  
  2047. .osd radio, filechooser actionbar radio {
  2048. -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
  2049.  
  2050. menuitem radio:hover,
  2051. .view radio:selected, iconview radio:selected,
  2052. treeview.radio:selected,
  2053. row:selected radio,
  2054. infobar radio {
  2055. -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); }
  2056.  
  2057. .radio:disabled,
  2058. radio:disabled,
  2059. treeview.radio:disabled {
  2060. -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); }
  2061.  
  2062. .osd radio:disabled, filechooser actionbar radio:disabled {
  2063. -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
  2064.  
  2065. menuitem radio:disabled:hover,
  2066. .view radio:disabled:selected, iconview radio:disabled:selected,
  2067. treeview.radio:disabled:selected,
  2068. row:selected radio:disabled,
  2069. infobar radio:disabled {
  2070. -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); }
  2071.  
  2072. .radio:indeterminate,
  2073. radio:indeterminate,
  2074. treeview.radio:indeterminate {
  2075. -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); }
  2076.  
  2077. .osd radio:indeterminate, filechooser actionbar radio:indeterminate {
  2078. -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
  2079.  
  2080. menuitem radio:indeterminate:hover,
  2081. .view radio:indeterminate:selected, iconview radio:indeterminate:selected,
  2082. treeview.radio:indeterminate:selected,
  2083. row:selected radio:indeterminate,
  2084. infobar radio:indeterminate {
  2085. -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); }
  2086.  
  2087. .radio:indeterminate:disabled,
  2088. radio:indeterminate:disabled,
  2089. treeview.radio:indeterminate:disabled {
  2090. -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); }
  2091.  
  2092. .osd radio:indeterminate:disabled, filechooser actionbar radio:indeterminate:disabled {
  2093. -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
  2094.  
  2095. menuitem radio:indeterminate:disabled:hover,
  2096. .view radio:indeterminate:disabled:selected, iconview radio:indeterminate:disabled:selected,
  2097. treeview.radio:indeterminate:disabled:selected,
  2098. row:selected radio:indeterminate:disabled,
  2099. infobar radio:indeterminate:disabled {
  2100. -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); }
  2101.  
  2102. .radio:checked,
  2103. radio:checked,
  2104. treeview.radio:checked {
  2105. -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); }
  2106.  
  2107. .osd radio:checked, filechooser actionbar radio:checked {
  2108. -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
  2109.  
  2110. menuitem radio:checked:hover,
  2111. .view radio:checked:selected, iconview radio:checked:selected,
  2112. treeview.radio:checked:selected,
  2113. row:selected radio:checked,
  2114. infobar radio:checked {
  2115. -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); }
  2116.  
  2117. .radio:checked:disabled,
  2118. radio:checked:disabled,
  2119. treeview.radio:checked:disabled {
  2120. -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); }
  2121.  
  2122. .osd radio:checked:disabled, filechooser actionbar radio:checked:disabled {
  2123. -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
  2124.  
  2125. menuitem radio:checked:disabled:hover,
  2126. .view radio:checked:disabled:selected, iconview radio:checked:disabled:selected,
  2127. treeview.radio:checked:disabled:selected,
  2128. row:selected radio:checked:disabled,
  2129. infobar radio:checked:disabled {
  2130. -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); }
  2131.  
  2132. .view.content-view.check:not(list), iconview.content-view.check:not(list) {
  2133. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
  2134. background-color: transparent; }
  2135.  
  2136. .view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) {
  2137. -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
  2138. background-color: transparent; }
  2139.  
  2140. checkbutton.text-button, radiobutton.text-button {
  2141. padding: 2px 0;
  2142. outline-offset: 0; }
  2143.  
  2144. checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child {
  2145. margin-left: 4px; }
  2146.  
  2147. checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child {
  2148. margin-right: 4px; }
  2149.  
  2150. check,
  2151. radio {
  2152. min-width: 16px;
  2153. min-height: 16px;
  2154. margin: 0 2px; }
  2155. check:only-child,
  2156. menu menuitem check,
  2157. radio:only-child,
  2158. menu menuitem
  2159. radio {
  2160. margin: 0; }
  2161.  
  2162. scale {
  2163. min-height: 16px;
  2164. min-width: 16px;
  2165. padding: 4px; }
  2166. scale value {
  2167. color: alpha(currentColor,0.5); }
  2168. scale marks {
  2169. color: alpha(currentColor,0.5); }
  2170. scale marks.top {
  2171. margin-bottom: -4px;
  2172. margin-top: 4px; }
  2173. scale marks.bottom {
  2174. margin-top: -4px;
  2175. margin-bottom: 4px; }
  2176. scale marks.top {
  2177. margin-right: -4px;
  2178. margin-left: 4px; }
  2179. scale marks.bottom {
  2180. margin-left: -4px;
  2181. margin-right: 4px; }
  2182. scale.fine-tune marks {
  2183. color: alpha(currentColor,0.5); }
  2184. scale.fine-tune marks.top {
  2185. margin-bottom: -6px;
  2186. margin-top: 6px; }
  2187. scale.fine-tune marks.bottom {
  2188. margin-top: -6px;
  2189. margin-bottom: 6px; }
  2190. scale.fine-tune marks.top {
  2191. margin-right: -6px;
  2192. margin-left: 6px; }
  2193. scale.fine-tune marks.bottom {
  2194. margin-left: -6px;
  2195. margin-right: 6px; }
  2196. scale.horizontal indicator {
  2197. min-height: 3px;
  2198. min-width: 1px; }
  2199. scale.vertical indicator {
  2200. min-height: 1px;
  2201. min-width: 3px; }
  2202. scale.horizontal.fine-tune {
  2203. padding-top: 3px;
  2204. padding-bottom: 3px; }
  2205. scale.vertical.fine-tune {
  2206. padding-left: 3px;
  2207. padding-right: 3px; }
  2208. scale.fine-tune slider {
  2209. margin: -4px; }
  2210. scale.horizontal trough {
  2211. margin: 6px 0 5px 0;
  2212. background-image: linear-gradient(to bottom, #6a6a6c, #949596);
  2213. border-image: -gtk-scaled(url("borders/scale-trough-border.png"), url("borders/scale-trough-border@2.png")) 2 6 3 6/2px 6px 3px 6px stretch;
  2214. border-radius: 2px;
  2215. border-width: 1px 5px 2px 5px;
  2216. border-style: solid;
  2217. border-color: transparent; }
  2218. scale.horizontal trough fill {
  2219. background: none;
  2220. background-color: rgba(64, 128, 251, 0.4); }
  2221. scale.horizontal trough highlight {
  2222. margin: -1px -5px -2px -5px;
  2223. background-image: linear-gradient(to bottom, #525254, #616263);
  2224. border-image: -gtk-scaled(url("borders/scale-highlight-border.png"), url("borders/scale-highlight-border@2.png")) 2 6 3 6/2px 6px 3px 6px stretch;
  2225. border-radius: 2px;
  2226. border-width: 1px 5px 2px 5px;
  2227. border-style: solid;
  2228. border-color: transparent; }
  2229. scale.horizontal trough highlight:disabled {
  2230. background-image: linear-gradient(to bottom, #7d7e7f, #8a8b8c); }
  2231. scale.horizontal trough:disabled {
  2232. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  2233. background-image: linear-gradient(to bottom, #9c9d9e, #a9a9aa); }
  2234. row:selected scale.horizontal trough {
  2235. border-image: -gtk-scaled(url("borders/scale-trough-border-selected.png"), url("borders/scale-trough-border-selected@2.png")) 2 6 3 6/2px 6px 3px 6px stretch;
  2236. border-radius: 2px;
  2237. border-width: 1px 5px 2px 5px;
  2238. border-style: solid;
  2239. border-color: transparent; }
  2240. row:selected scale.horizontal trough highlight {
  2241. border-image: -gtk-scaled(url("borders/scale-highlight-border-selected.png"), url("borders/scale-highlight-border-selected@2.png")) 2 6 3 6/2px 6px 3px 6px stretch;
  2242. border-radius: 2px;
  2243. border-width: 1px 5px 2px 5px;
  2244. border-style: solid;
  2245. border-color: transparent; }
  2246. .osd scale.horizontal trough {
  2247. background-image: linear-gradient(to bottom, rgba(29, 29, 31, 0.5), rgba(39, 39, 41, 0.5));
  2248. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  2249. border-image: -gtk-scaled(url("borders/scale-trough-osd-border.png"), url("borders/scale-trough-osd-border@2.png")) 2 6 3 6/2px 6px 3px 6px stretch;
  2250. border-radius: 2px;
  2251. border-width: 1px 5px 2px 5px;
  2252. border-style: solid;
  2253. border-color: transparent; }
  2254. .osd scale.horizontal trough fill {
  2255. background: none;
  2256. background-color: rgba(64, 128, 251, 0.4); }
  2257. .osd scale.horizontal trough highlight {
  2258. background-image: linear-gradient(to bottom, rgba(114, 161, 252, 0.9), rgba(64, 128, 251, 0.9));
  2259. box-shadow: inset 0 1px #9cbdfd;
  2260. border-image: -gtk-scaled(url("borders/scale-trough-osd-border.png"), url("borders/scale-trough-osd-border@2.png")) 2 6 3 6/2px 6px 3px 6px stretch;
  2261. border-radius: 2px;
  2262. border-width: 1px 5px 2px 5px;
  2263. border-style: solid;
  2264. border-color: transparent; }
  2265. scale.vertical trough {
  2266. margin: 0 5px 0 6px;
  2267. background-image: linear-gradient(to right, #6a6a6c, #949596);
  2268. border-image: -gtk-scaled(url("borders/scale-trough-vertical-border.png"), url("borders/scale-trough-vertical-border@2.png")) 6 3 6 2/6px 3px 6px 2px stretch;
  2269. border-radius: 2px;
  2270. border-width: 5px 2px 5px 1px;
  2271. border-style: solid;
  2272. border-color: transparent; }
  2273. scale.vertical trough fill {
  2274. background: none;
  2275. background-color: rgba(64, 128, 251, 0.4); }
  2276. scale.vertical trough highlight {
  2277. margin: -5px -2px -5px -1px;
  2278. background-image: linear-gradient(to right, #525254, #616263);
  2279. border-image: -gtk-scaled(url("borders/scale-vertical-highlight-border.png"), url("borders/scale-vertical-highlight-border@2.png")) 6 3 6 2/6px 3px 6px 2px stretch;
  2280. border-radius: 2px;
  2281. border-width: 5px 2px 5px 1px;
  2282. border-style: solid;
  2283. border-color: transparent; }
  2284. scale.vertical trough highlight:disabled {
  2285. background-image: linear-gradient(to right, #7d7e7f, #8a8b8c); }
  2286. scale.vertical trough:disabled {
  2287. box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.1);
  2288. background-image: linear-gradient(to right, #9c9d9e, #a9a9aa); }
  2289.  
  2290. scale slider {
  2291. min-height: 16px;
  2292. min-width: 16px;
  2293. margin: -10px;
  2294. background-position: center;
  2295. background-repeat: no-repeat;}
  2296. scale trough {
  2297. outline-offset: 2px;
  2298. -gtk-outline-radius: 1px; }
  2299.  
  2300. scale slider {
  2301. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2302.  
  2303. .osd scale slider {
  2304. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2305.  
  2306. scale slider:hover {
  2307. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2308.  
  2309. .osd scale slider:hover {
  2310. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2311.  
  2312. scale slider:active {
  2313. background-image: -gtk-scaled(url("assets/slider-active.png"), url("assets/slider-active@2.png")); }
  2314.  
  2315. .osd scale slider:active {
  2316. background-image: -gtk-scaled(url("assets/slider-active-dark.png"), url("assets/slider-active-dark@2.png")); }
  2317.  
  2318. scale slider:disabled {
  2319. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2320.  
  2321. .osd scale slider:disabled {
  2322. background-image: -gtk-scaled(url("assets/slider-dark.png"), url("assets/slider-dark@2.png")); }
  2323.  
  2324. row:selected scale slider {
  2325. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2326.  
  2327. row:selected scale slider:hover {
  2328. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2329.  
  2330. row:selected scale slider:active {
  2331. background-image: -gtk-scaled(url("assets/slider-active.png"), url("assets/slider-active@2.png")); }
  2332.  
  2333. row:selected scale slider:disabled {
  2334. background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png")); }
  2335.  
  2336. progressbar {
  2337. padding: 0;
  2338. font-size: smaller;
  2339. color: rgba(92, 97, 108, 0.7); }
  2340. progressbar.osd {
  2341. min-width: 3px;
  2342. min-height: 3px;
  2343. background-color: transparent; }
  2344. progressbar.osd trough {
  2345. border-style: none;
  2346. background-color: transparent;
  2347. box-shadow: none; }
  2348. progressbar progress {
  2349. background-color: #5294e2;
  2350. border: none;
  2351. border-radius: 3px;
  2352. box-shadow: none; }
  2353. row:selected progressbar progress,
  2354. infobar progressbar progress {
  2355. background-color: #ffffff; }
  2356. progressbar trough {
  2357. border: none;
  2358. border-radius: 3px;
  2359. background-color: #cfd6e6; }
  2360. row:selected progressbar trough,
  2361. infobar progressbar trough {
  2362. background-color: rgba(0, 0, 0, 0.2); }
  2363.  
  2364. levelbar block {
  2365. min-width: 32px;
  2366. min-height: 1px; }
  2367.  
  2368. levelbar.vertical block {
  2369. min-width: 1px;
  2370. min-height: 32px; }
  2371.  
  2372. levelbar trough {
  2373. border: none;
  2374. padding: 3px;
  2375. border-radius: 3px;
  2376. background-color: #cfd6e6; }
  2377.  
  2378. levelbar.horizontal.discrete block {
  2379. margin: 0 1px; }
  2380.  
  2381. levelbar.vertical.discrete block {
  2382. margin: 1px 0; }
  2383.  
  2384. levelbar block:not(.empty) {
  2385. border: 1px solid #5294e2;
  2386. background-color: #5294e2;
  2387. border-radius: 2px; }
  2388.  
  2389. levelbar block.low {
  2390. border-color: #F27835;
  2391. background-color: #F27835; }
  2392.  
  2393. levelbar block.high {
  2394. border-color: #5294e2;
  2395. background-color: #5294e2; }
  2396.  
  2397. levelbar block.full {
  2398. border-color: #73d216;
  2399. background-color: #73d216; }
  2400.  
  2401. levelbar block.empty {
  2402. background-color: rgba(92, 97, 108, 0.2);
  2403. border-color: rgba(92, 97, 108, 0.2); }
  2404.  
  2405. printdialog paper {
  2406. border: 1px solid #dcdfe3;
  2407. background: #ffffff;
  2408. padding: 0; }
  2409.  
  2410. printdialog .dialog-action-box {
  2411. margin: 12px; }
  2412.  
  2413. frame > border,
  2414. .frame {
  2415. margin: 0;
  2416. padding: 0;
  2417. border-radius: 0;
  2418. border: 1px solid #dcdfe3; }
  2419.  
  2420. frame.flat > border,
  2421. frame > border.flat,
  2422. .frame.flat {
  2423. border-style: none; }
  2424.  
  2425. scrolledwindow viewport.frame {
  2426. border-style: none; }
  2427.  
  2428. scrolledwindow overshoot.top {
  2429. background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
  2430. background-size: 100% 60%;
  2431. background-repeat: no-repeat;
  2432. background-position: center top;
  2433. background-color: transparent;
  2434. border: none;
  2435. box-shadow: none; }
  2436.  
  2437. scrolledwindow overshoot.bottom {
  2438. background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
  2439. background-size: 100% 60%;
  2440. background-repeat: no-repeat;
  2441. background-position: center bottom;
  2442. background-color: transparent;
  2443. border: none;
  2444. box-shadow: none; }
  2445.  
  2446. scrolledwindow overshoot.left {
  2447. background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
  2448. background-size: 60% 100%;
  2449. background-repeat: no-repeat;
  2450. background-position: left center;
  2451. background-color: transparent;
  2452. border: none;
  2453. box-shadow: none; }
  2454.  
  2455. scrolledwindow overshoot.right {
  2456. background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
  2457. background-size: 60% 100%;
  2458. background-repeat: no-repeat;
  2459. background-position: right center;
  2460. background-color: transparent;
  2461. border: none;
  2462. box-shadow: none; }
  2463.  
  2464. scrolledwindow undershoot.top {
  2465. background-color: transparent;
  2466. background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2467. padding-top: 1px;
  2468. background-size: 10px 1px;
  2469. background-repeat: repeat-x;
  2470. background-origin: content-box;
  2471. background-position: center top;
  2472. border: none; }
  2473.  
  2474. scrolledwindow undershoot.bottom {
  2475. background-color: transparent;
  2476. background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2477. padding-bottom: 1px;
  2478. background-size: 10px 1px;
  2479. background-repeat: repeat-x;
  2480. background-origin: content-box;
  2481. background-position: center bottom;
  2482. border: none; }
  2483.  
  2484. scrolledwindow undershoot.left {
  2485. background-color: transparent;
  2486. background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2487. padding-left: 1px;
  2488. background-size: 1px 10px;
  2489. background-repeat: repeat-y;
  2490. background-origin: content-box;
  2491. background-position: left center;
  2492. border: none; }
  2493.  
  2494. scrolledwindow undershoot.right {
  2495. background-color: transparent;
  2496. background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  2497. padding-right: 1px;
  2498. background-size: 1px 10px;
  2499. background-repeat: repeat-y;
  2500. background-origin: content-box;
  2501. background-position: right center;
  2502. border: none; }
  2503.  
  2504. scrolledwindow junction {
  2505. border-color: transparent;
  2506. border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch;
  2507. background-color: #fcfcfc; }
  2508. scrolledwindow junction:dir(rtl) {
  2509. border-image-slice: 0 1 0 0; }
  2510.  
  2511. separator {
  2512. background-color: rgba(0, 0, 0, 0.1);
  2513. min-width: 1px;
  2514. min-height: 1px; }
  2515.  
  2516. list {
  2517. background-color: #ffffff;
  2518. border-color: #dcdfe3; }
  2519. list row {
  2520. padding: 2px; }
  2521.  
  2522. row:not(:hover) {
  2523. transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  2524.  
  2525. row.activatable.has-open-popup, row.activatable:hover {
  2526. background-color: rgba(0, 0, 0, 0.05); }
  2527.  
  2528. row.activatable:active {
  2529. color: #5c616c; }
  2530.  
  2531. row.activatable:disabled {
  2532. color: rgba(92, 97, 108, 0.55); }
  2533. row.activatable:disabled image {
  2534. color: inherit; }
  2535.  
  2536. row.activatable:selected:active {
  2537. color: #ffffff; }
  2538.  
  2539. row.activatable:selected.has-open-popup, row.activatable:selected:hover {
  2540. background-color: #4a85cb; }
  2541.  
  2542. .app-notification {
  2543. padding: 10px;
  2544. color: rgba(0, 0, 0, 0.50);
  2545. background-color: rgba(255, 255, 255, 0.85);
  2546. background-clip: border-box;
  2547. border-radius: 0 0 2px 2px;
  2548. border-width: 0 1px 1px 1px;
  2549. border-style: solid;
  2550. border-color: rgba(31, 33, 40, 0.2); }
  2551. .app-notification border {
  2552. border: none; }
  2553. .app-notification button {
  2554. color: rgba(0, 0, 0, 0.55);
  2555. border-color: rgba(26, 28, 34, 0.1);
  2556. background-color: rgba(102, 109, 132, 0.1); }
  2557. .app-notification button.flat, .app-notification button.sidebar-button {
  2558. border-color: rgba(82, 148, 226, 0); }
  2559. .app-notification button:hover {
  2560. color: rgba(0, 0, 0, 0.35);
  2561. border-color: rgba(26, 28, 34, 0.1);
  2562. background-color: rgba(119, 127, 151, 0.1); }
  2563. .app-notification button:active, .app-notification button:checked {
  2564. color: #ffffff;
  2565. border-color: rgba(26, 28, 34, 0.35);
  2566. background-color: #5294e2;
  2567. background-clip: padding-box; }
  2568. .app-notification button:disabled {
  2569. color: #5d626e;
  2570. border-color: rgba(26, 28, 34, 0.35);
  2571. background-color: rgba(102, 109, 132, 0.2); }
  2572.  
  2573. expander arrow {
  2574. min-width: 16px;
  2575. min-height: 16px;
  2576. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  2577. expander arrow:dir(rtl) {
  2578. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  2579. expander arrow:hover {
  2580. color: #aaaeb7; }
  2581. expander arrow:checked {
  2582. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  2583.  
  2584. calendar {
  2585. color: #5c616c;
  2586. border: 1px solid #dcdfe3;
  2587. border-radius: 3px;
  2588. padding: 2px; }
  2589. calendar:selected {
  2590. border-radius: 1.5px; }
  2591. calendar.header {
  2592. color: #5c616c;
  2593. border: none; }
  2594. calendar.button {
  2595. color: rgba(92, 97, 108, 0.45); }
  2596. calendar.button:hover {
  2597. color: #5c616c; }
  2598. calendar.button:disabled {
  2599. color: rgba(92, 97, 108, 0.55); }
  2600. calendar:indeterminate {
  2601. color: alpha(currentColor,0.55); }
  2602. calendar.highlight {
  2603. color: #5c616c; }
  2604.  
  2605. messagedialog .titlebar {
  2606. min-height: 20px;
  2607. background-color: rgba(231, 232, 235, 0.95);
  2608. border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
  2609.  
  2610. messagedialog .dialog-action-area button {
  2611. padding: 8px;
  2612. min-height: 0; }
  2613.  
  2614. messagedialog.csd.background {
  2615. border-bottom-left-radius: 3px;
  2616. border-bottom-right-radius: 3px;
  2617. border: none; }
  2618.  
  2619. messagedialog.csd .dialog-action-area button {
  2620. border-bottom-style: none; }
  2621.  
  2622. messagedialog.csd .dialog-action-area button {
  2623. border-radius: 0;
  2624. border-right-style: none; }
  2625.  
  2626. messagedialog.csd .dialog-action-area button:last-child {
  2627. border-radius: 0 0 3px 0;
  2628. border-right-style: none; }
  2629.  
  2630. messagedialog.csd .dialog-action-area button:first-child {
  2631. border-radius: 0 0 0 3px;
  2632. border-left-style: none; }
  2633.  
  2634. messagedialog.csd .dialog-action-area button:only-child {
  2635. border-radius: 0 0 3px 3px;
  2636. border-left-style: none;
  2637. border-right-style: none; }
  2638.  
  2639. filechooser #pathbarbox {
  2640. border-bottom: 1px solid rgba(220, 223, 227, 0.5); }
  2641.  
  2642. filechooserbutton:drop(active) {
  2643. box-shadow: none;
  2644. border-color: transparent; }
  2645.  
  2646. .sidebar {
  2647. border-style: none;
  2648.  
  2649. background-color: #fafafa; }
  2650. stacksidebar.sidebar:dir(ltr) list,
  2651. stacksidebar.sidebar.left list,
  2652. stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) {
  2653. border-right: 1px solid #dcdfe3;
  2654. border-left-style: none; }
  2655. stacksidebar.sidebar:dir(rtl) list,
  2656. stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right {
  2657. border-left: 1px solid #dcdfe3;
  2658. border-right-style: none; }
  2659. .sidebar list {
  2660. background-color: transparent; }
  2661. paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
  2662. border-style: none; }
  2663.  
  2664. stacksidebar row {
  2665. padding: 10px 4px; }
  2666. stacksidebar row > label {
  2667. padding-left: 6px;
  2668. padding-right: 6px; }
  2669. stacksidebar row.needs-attention > label {
  2670. background-size: 6px 6px, 0 0; }
  2671.  
  2672. placessidebar > viewport.frame {
  2673. border-style: none; }
  2674.  
  2675. placessidebar row {
  2676. min-height: 30px;
  2677. padding: 1px; }
  2678. placessidebar row > revealer {
  2679. padding: 0 10px; }
  2680. placessidebar row image.sidebar-icon:dir(ltr) {
  2681. padding-right: 8px; }
  2682. placessidebar row image.sidebar-icon:dir(rtl) {
  2683. padding-left: 8px; }
  2684. placessidebar row label.sidebar-label:dir(ltr) {
  2685. padding-right: 2px; }
  2686. placessidebar row label.sidebar-label:dir(rtl) {
  2687. padding-left: 2px; }
  2688. button.sidebar-button {
  2689. min-width: 22px;
  2690. min-height: 22px;
  2691. margin-top: 2px;
  2692. margin-bottom: 2px;
  2693. padding: 0;
  2694. border-radius: 100%;
  2695. -gtk-outline-radius: 100%; }
  2696. button.sidebar-button:not(:hover):not(:active) > image {
  2697. opacity: 0.5; }
  2698. placessidebar row.sidebar-placeholder-row {
  2699. padding: 0 8px;
  2700. min-height: 2px;
  2701. background-image: linear-gradient(to bottom, #F08437, #F08437);
  2702. background-clip: content-box; }
  2703. placessidebar row.sidebar-new-bookmark-row {
  2704. color: #5294e2; }
  2705. placessidebar row:drop(active):not(:disabled) {
  2706. box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
  2707. placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
  2708. color: #F08437; }
  2709. placessidebar row:drop(active):not(:disabled):selected {
  2710. background-color: #F08437; }
  2711. placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
  2712. color: #ffffff; }
  2713.  
  2714. placesview .server-list-button > image {
  2715. -gtk-icon-transform: rotate(0turn); }
  2716.  
  2717. placesview .server-list-button:checked > image {
  2718. transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2719. -gtk-icon-transform: rotate(-0.5turn); }
  2720.  
  2721. placesview > actionbar > revealer > box > label {
  2722. padding-left: 8px;
  2723. padding-right: 8px; }
  2724.  
  2725. paned > separator {
  2726. min-width: 1px;
  2727. min-height: 1px;
  2728. -gtk-icon-source: none;
  2729. border-style: none;
  2730. background-color: transparent;
  2731. background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
  2732. background-size: 1px 1px; }
  2733. paned > separator:selected {
  2734. background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
  2735. paned > separator.wide {
  2736. min-width: 5px;
  2737. min-height: 5px;
  2738. background-color: #F5F6F7;
  2739. background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
  2740. background-size: 1px 1px, 1px 1px; }
  2741.  
  2742. paned.horizontal > separator {
  2743. background-repeat: repeat-y; }
  2744. paned.horizontal > separator:dir(ltr) {
  2745. margin: 0 -8px 0 0;
  2746. padding: 0 8px 0 0;
  2747. background-position: left; }
  2748. paned.horizontal > separator:dir(rtl) {
  2749. margin: 0 0 0 -8px;
  2750. padding: 0 0 0 8px;
  2751. background-position: right; }
  2752. paned.horizontal > separator.wide {
  2753. margin: 0;
  2754. padding: 0;
  2755. background-repeat: repeat-y, repeat-y;
  2756. background-position: left, right; }
  2757.  
  2758. paned.vertical > separator {
  2759. margin: 0 0 -8px 0;
  2760. padding: 0 0 8px 0;
  2761. background-repeat: repeat-x;
  2762. background-position: top; }
  2763. paned.vertical > separator.wide {
  2764. margin: 0;
  2765. padding: 0;
  2766. background-repeat: repeat-x, repeat-x;
  2767. background-position: bottom, top; }
  2768.  
  2769. infobar {
  2770. border-style: none; }
  2771. infobar.info, infobar.question, infobar.warning, infobar.error {
  2772. background-color: #5294e2;
  2773. color: #ffffff;
  2774. caret-color: currentColor; }
  2775. infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
  2776. color: #5294e2;
  2777. background-color: #ffffff; }
  2778.  
  2779. .selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
  2780. color: #ffffff;
  2781. background-color: rgba(255, 255, 255, 0);
  2782. border-color: rgba(255, 255, 255, 0.5); }
  2783.  
  2784. row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
  2785. border-color: transparent;
  2786. background-color: transparent;
  2787. background-image: none;
  2788. color: #ffffff;
  2789. background-color: rgba(255, 255, 255, 0); }
  2790. .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
  2791. color: rgba(255, 255, 255, 0.4); }
  2792.  
  2793. row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
  2794. color: #ffffff;
  2795. background-color: rgba(255, 255, 255, 0.2);
  2796. border-color: rgba(255, 255, 255, 0.8); }
  2797.  
  2798. .selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
  2799. color: #5294e2;
  2800. background-color: #ffffff;
  2801. border-color: #ffffff; }
  2802.  
  2803. row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
  2804. background-color: rgba(255, 255, 255, 0);
  2805. border-color: rgba(255, 255, 255, 0.4); }
  2806. row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
  2807. color: rgba(255, 255, 255, 0.5); }
  2808. .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
  2809. color: #5294e2;
  2810. background-color: rgba(255, 255, 255, 0.5);
  2811. border-color: rgba(255, 255, 255, 0.4); }
  2812.  
  2813. tooltip {
  2814. border-radius: 2px;
  2815. box-shadow: none; }
  2816. tooltip.background {
  2817. background-color: rgba(75, 81, 98, 0.95);
  2818. background-clip: padding-box; }
  2819. tooltip.background label {
  2820. padding: 4px; }
  2821. tooltip decoration {
  2822. background-color: transparent; }
  2823. tooltip * {
  2824. background-color: transparent;
  2825. color: #BAC3CF; }
  2826.  
  2827. colorswatch, colorswatch:drop(active) {
  2828. border-style: none; }
  2829.  
  2830. colorswatch.top {
  2831. border-top-left-radius: 2.5px;
  2832. border-top-right-radius: 2.5px; }
  2833. colorswatch.top overlay {
  2834. border-top-left-radius: 2px;
  2835. border-top-right-radius: 2px; }
  2836.  
  2837. colorswatch.bottom {
  2838. border-bottom-left-radius: 2.5px;
  2839. border-bottom-right-radius: 2.5px; }
  2840. colorswatch.bottom overlay {
  2841. border-bottom-left-radius: 2px;
  2842. border-bottom-right-radius: 2px; }
  2843.  
  2844. colorswatch.left, colorswatch:first-child:not(.top) {
  2845. border-top-left-radius: 2.5px;
  2846. border-bottom-left-radius: 2.5px; }
  2847. colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
  2848. border-top-left-radius: 2px;
  2849. border-bottom-left-radius: 2px; }
  2850.  
  2851. colorswatch.right, colorswatch:last-child:not(.bottom) {
  2852. border-top-right-radius: 2.5px;
  2853. border-bottom-right-radius: 2.5px; }
  2854. colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
  2855. border-top-right-radius: 2px;
  2856. border-bottom-right-radius: 2px; }
  2857.  
  2858. colorswatch.dark overlay {
  2859. color: rgba(255, 255, 255, 0.7); }
  2860. colorswatch.dark overlay:hover {
  2861. border-color: rgba(0, 0, 0, 0.5); }
  2862.  
  2863. colorswatch.light overlay {
  2864. color: rgba(0, 0, 0, 0.7); }
  2865. colorswatch.light overlay:hover {
  2866. border-color: rgba(0, 0, 0, 0.3); }
  2867.  
  2868. colorswatch overlay {
  2869. border: 1px solid rgba(0, 0, 0, 0.15); }
  2870. colorswatch overlay:hover {
  2871. background-color: rgba(255, 255, 255, 0.2); }
  2872.  
  2873. colorswatch:disabled {
  2874. opacity: 0.5; }
  2875. colorswatch:disabled overlay {
  2876. border-color: rgba(0, 0, 0, 0.6);
  2877. box-shadow: none; }
  2878.  
  2879. colorswatch#add-color-button {
  2880. border-style: solid;
  2881. border-width: 1px;
  2882. color: #5c616c;
  2883. border-color: #cfd6e6;
  2884. background-color: #fbfbfc; }
  2885. colorswatch#add-color-button:hover {
  2886. color: #5c616c;
  2887. border-color: #cfd6e6;
  2888. background-color: white; }
  2889. colorswatch#add-color-button overlay {
  2890. border-color: transparent;
  2891. background-color: transparent;
  2892. background-image: none; }
  2893.  
  2894. button.color {
  2895. padding: 0; }
  2896. button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay {
  2897. margin: 4px;
  2898. border-radius: 0; }
  2899.  
  2900. colorchooser .popover.osd {
  2901. border-radius: 3px; }
  2902.  
  2903. .content-view {
  2904. background-color: #ffffff; }
  2905. .content-view:hover {
  2906. -gtk-icon-effect: highlight; }
  2907.  
  2908. .scale-popup button:hover {
  2909. color: #5c616c;
  2910. border-color: #cfd6e6;
  2911. background-color: white; }
  2912.  
  2913. .context-menu, popover.touch-selection, .csd popover.touch-selection,
  2914. popover.background.touch-selection, .csd popover.background.touch-selection {
  2915. font: initial; }
  2916.  
  2917. .monospace {
  2918. font-family: Monospace; }
  2919.  
  2920. button.circular, button.nautilus-circular-button.image-button,
  2921. button.circular-button {
  2922. padding: 0;
  2923. min-width: 16px;
  2924. min-height: 24px;
  2925. padding: 2px 6px;
  2926. border-radius: 50%;
  2927. -gtk-outline-radius: 50%; }
  2928. button.circular label, button.nautilus-circular-button.image-button label,
  2929. button.circular-button label {
  2930. padding: 0; }
  2931.  
  2932. .keycap {
  2933. min-width: 16px;
  2934. min-height: 20px;
  2935. padding: 3px 6px 4px 6px;
  2936. color: #5c616c;
  2937. background-color: #ffffff;
  2938. border: 1px solid #dcdfe3;
  2939. border-radius: 2.5px;
  2940. box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); }
  2941.  
  2942. stackswitcher button.text-button {
  2943. min-width: 80px; }
  2944.  
  2945. stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button {
  2946. min-width: 0; }
  2947.  
  2948. *:drop(active):focus,
  2949. *:drop(active) {
  2950. box-shadow: inset 0 0 0 1px #F08437; }
  2951.  
  2952. decoration {
  2953. border-radius: 3px 3px 0 0;
  2954. border-width: 0px;
  2955. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  2956. margin: 10px; }
  2957. decoration:backdrop {
  2958. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  2959. transition: 200ms ease-out; }
  2960. .fullscreen decoration,
  2961. .tiled decoration {
  2962. border-radius: 0; }
  2963. .popup decoration {
  2964. box-shadow: none;
  2965. border-radius: 0; }
  2966. .ssd decoration {
  2967. border-radius: 2px 2px 0 0;
  2968. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  2969. .ssd decoration.maximized {
  2970. border-radius: 0; }
  2971. .csd.popup decoration {
  2972. border-radius: 2px;
  2973. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
  2974. tooltip.csd decoration {
  2975. border-radius: 2px;
  2976. box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); }
  2977. messagedialog.csd decoration {
  2978. border-radius: 3px; }
  2979. .solid-csd decoration {
  2980. border-radius: 0;
  2981. margin: 1px;
  2982. background-color: rgba(231, 232, 235, 0.95);
  2983. box-shadow: none; }
  2984.  
  2985. headerbar.default-decoration button.titlebutton,
  2986. .titlebar.default-decoration button.titlebutton{
  2987. min-width: 0;
  2988. min-height: 0;
  2989. margin: 0;
  2990. }
  2991. headerbar button.titlebutton,
  2992. .titlebar button.titlebutton {
  2993. padding: 0;
  2994. min-width: 18px;
  2995. border-color: transparent;
  2996. background-color: transparent;
  2997. background-image: none; }
  2998. headerbar button.titlebutton:hover,
  2999. .titlebar button.titlebutton:hover {
  3000. color: rgba(82, 93, 118, 0.8);
  3001. border-color: rgba(82, 93, 118, 0.1);
  3002. background-color: rgba(251, 251, 252, 0.9); }
  3003. headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
  3004. .titlebar button.titlebutton:active,
  3005. .titlebar button.titlebutton:checked {
  3006. color: #ffffff;
  3007. border-color: #5294e2;
  3008. background-color: #5294e2; }
  3009. headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
  3010. .titlebar button.titlebutton.close,
  3011. .titlebar button.titlebutton.maximize,
  3012. .titlebar button.titlebutton.minimize {
  3013. color: transparent;
  3014. background-color: transparent;
  3015. background-position: center;
  3016. background-repeat: no-repeat;
  3017. border-width: 0; }
  3018. headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop,
  3019. .titlebar button.titlebutton.close:backdrop,
  3020. .titlebar button.titlebutton.maximize:backdrop,
  3021. .titlebar button.titlebutton.minimize:backdrop {
  3022. opacity: 1; }
  3023. headerbar button.titlebutton.close,
  3024. .titlebar button.titlebutton.close,
  3025. headerbar button.titlebutton.close:backdrop,
  3026. .titlebar button.titlebutton.close:backdrop,
  3027. headerbar button.titlebutton.close:active,
  3028. .titlebar button.titlebutton.close:active {
  3029. background-image: -gtk-scaled(url("assets/titlebutton-close-active.svg"), url("assets/titlebutton-close-active.svg")); }
  3030. headerbar button.titlebutton.close:hover,
  3031. .titlebar button.titlebutton.close:hover {
  3032. background-image: -gtk-scaled(url("assets/titlebutton-close-hover.svg"), url("assets/titlebutton-close-hover.svg")); }
  3033. headerbar button.titlebutton.maximize,
  3034. .titlebar button.titlebutton.maximize,
  3035. headerbar button.titlebutton.maximize:backdrop,
  3036. .titlebar button.titlebutton.maximize:backdrop,
  3037. headerbar button.titlebutton.maximize:active,
  3038. .titlebar button.titlebutton.maximize:active {
  3039. background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.svg"), url("assets/titlebutton-maximize-active.svg")); }
  3040. headerbar button.titlebutton.maximize:hover,
  3041. .titlebar button.titlebutton.maximize:hover {
  3042. background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.svg"), url("assets/titlebutton-maximize-hover.svg")); }
  3043. headerbar button.titlebutton.minimize,
  3044. .titlebar button.titlebutton.minimize,
  3045. headerbar button.titlebutton.minimize:backdrop,
  3046. .titlebar button.titlebutton.minimize:backdrop,
  3047. headerbar button.titlebutton.minimize:active,
  3048. .titlebar button.titlebutton.minimize:active {
  3049. background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.svg"), url("assets/titlebutton-minimize-active.svg")); }
  3050. headerbar button.titlebutton.minimize:hover,
  3051. .titlebar button.titlebutton.minimize:hover {
  3052. background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.svg"), url("assets/titlebutton-minimize-hover.svg")); }
  3053.  
  3054. .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
  3055. textview text:selected, iconview text:selected:focus,
  3056. textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
  3057. textview text selection:focus,
  3058. textview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow,
  3059. modelbutton.flat:active,
  3060. modelbutton.flat:active arrow,
  3061. modelbutton.flat:selected,
  3062. modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
  3063. .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
  3064. .nautilus-window placessidebar.sidebar row.sidebar-row:selected,
  3065. .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
  3066. .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
  3067. background-color: #5294e2;
  3068. text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  3069. -gtk-icon-shadow: none; }
  3070.  
  3071. row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
  3072. textview text:selected, iconview text:selected:focus,
  3073. textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
  3074. textview text selection:focus,
  3075. textview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow,
  3076. modelbutton.flat:active,
  3077. modelbutton.flat:active arrow,
  3078. modelbutton.flat:selected,
  3079. modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
  3080. .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
  3081. .nautilus-window placessidebar.sidebar row.sidebar-row:selected,
  3082. .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
  3083. .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
  3084. color: #ffffff;
  3085. text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  3086. -gtk-icon-shadow: none; }
  3087. row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
  3088. textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
  3089. textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
  3090. modelbutton.flat:disabled:active,
  3091. modelbutton.flat:active arrow:disabled,
  3092. modelbutton.flat:disabled:selected,
  3093. modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
  3094. .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
  3095. .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
  3096. color: #a9caf1; }
  3097.  
  3098. .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked,
  3099. terminal-window notebook > header.top > tabs > tab:checked {
  3100. box-shadow: inset 0 -1px #dcdfe3; }
  3101.  
  3102. terminal-window notebook > header.top,
  3103. .mate-terminal notebook > header.top {
  3104. padding-top: 3px;
  3105. box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
  3106. terminal-window notebook > header.top button,
  3107. .mate-terminal notebook > header.top button {
  3108. padding: 0;
  3109. min-width: 24px;
  3110. min-height: 24px; }
  3111.  
  3112. .nautilus-canvas-item {
  3113. border-radius: 2px; }
  3114.  
  3115. .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
  3116. color: white;
  3117. text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
  3118. .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
  3119. color: #5c616c; }
  3120. .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected {
  3121. color: #ffffff;
  3122. text-shadow: none; }
  3123.  
  3124. .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
  3125. popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle,
  3126. .nautilus-list-dim-label {
  3127. color: #a9acb2; }
  3128. .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus,
  3129. .nautilus-list-dim-label:selected,
  3130. .nautilus-list-dim-label:selected:focus {
  3131. color: #dceaf9; }
  3132.  
  3133. .nautilus-window searchbar {
  3134. border-top: 1px solid #dcdfe3; }
  3135.  
  3136. .nautilus-window .searchbar-container {
  3137. margin-top: -1px; }
  3138.  
  3139.  
  3140. .nautilus-window notebook,
  3141. .nautilus-window notebook > stack:not(:only-child) searchbar {
  3142. background-color: #fafafa; }
  3143.  
  3144. .disk-space-display {
  3145. border-style: solid;
  3146. border-width: 1px; }
  3147. .disk-space-display.unknown {
  3148. background-color: rgba(92, 97, 108, 0.5);
  3149. border-color: rgba(69, 72, 80, 0.5); }
  3150. .disk-space-display.used {
  3151. background-color: rgba(82, 148, 226, 0.8);
  3152. border-color: rgba(38, 121, 219, 0.8); }
  3153. .disk-space-display.free {
  3154. background-color: #edeef0;
  3155. border-color: #d0d5da; }
  3156.  
  3157. @keyframes needs_attention_keyframes {
  3158. 0% {
  3159. color: rgba(82, 93, 118, 0.8);
  3160. border-color: rgba(82, 93, 118, 0.1);
  3161. background-color: rgba(251, 251, 252, 0.9); }
  3162. 100% {
  3163. color: #ffffff;
  3164. border-color: #5294e2;
  3165. background-color: #5294e2; } }
  3166.  
  3167. .nautilus-operations-button-needs-attention {
  3168. animation: needs_attention_keyframes 2s ease-in-out; }
  3169.  
  3170. .nautilus-operations-button-needs-attention-multiple {
  3171. animation: needs_attention_keyframes 3s ease-in-out;
  3172. animation-iteration-count: 3; }
  3173.  
  3174. .conflict-row.activatable, .conflict-row.activatable:active {
  3175. color: white;
  3176. background-color: #FC4138; }
  3177.  
  3178. .conflict-row.activatable:hover {
  3179. background-color: #fd716a; }
  3180.  
  3181. .conflict-row.activatable:selected {
  3182. color: #ffffff;
  3183. background-color: #5294e2; }
  3184.  
  3185. .nemo-window .nemo-places-sidebar.frame {
  3186. border-width: 0; }
  3187.  
  3188. .nemo-window notebook {
  3189. background-color: #ffffff; }
  3190.  
  3191. .nemo-window .nemo-window-pane widget.entry {
  3192. border: 1px solid;
  3193. border-radius: 3px;
  3194. color: #5c616c;
  3195. border-color: #5294e2;
  3196. background-color: #ffffff; }
  3197.  
  3198. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
  3199. color: rgba(82, 93, 118, 0.8);
  3200. border-color: rgba(82, 93, 118, 0.1);
  3201. background-color: rgba(251, 251, 252, 0.9); }
  3202. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
  3203. margin: 0 0 1px 0; }
  3204. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
  3205. background-color: rgba(255, 255, 255, 0.9); }
  3206. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
  3207. color: #ffffff;
  3208. border-color: #5294e2;
  3209. background-color: #5294e2; }
  3210. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
  3211. color: rgba(82, 93, 118, 0.4); }
  3212.  
  3213. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
  3214. border-left-style: none; }
  3215.  
  3216. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
  3217. box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
  3218.  
  3219. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
  3220. box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
  3221.  
  3222. .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
  3223. box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
  3224.  
  3225. .caja-notebook {
  3226. border-top: 1px solid #dcdfe3; }
  3227.  
  3228. .caja-side-pane .frame {
  3229. border-width: 1px 0 0; }
  3230.  
  3231. .caja-notebook .frame {
  3232. border-width: 0 0 1px; }
  3233.  
  3234. .open-document-selector-treeview.view, iconview.open-document-selector-treeview {
  3235. padding: 3px 6px 3px 6px;
  3236. border-color: #ffffff; }
  3237. .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover {
  3238. background-color: #f4f4f5; }
  3239. .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
  3240. color: #ffffff;
  3241. background-color: #5294e2; }
  3242.  
  3243. .open-document-selector-name-label {
  3244. color: #5c616c; }
  3245.  
  3246. .open-document-selector-path-label {
  3247. color: #aeb0b6;
  3248. font-size: smaller; }
  3249. .open-document-selector-path-label:selected {
  3250. color: rgba(255, 255, 255, 0.9); }
  3251.  
  3252. .gedit-document-panel row button {
  3253. min-width: 22px;
  3254. min-height: 22px;
  3255. padding: 0;
  3256. color: transparent;
  3257. background: none;
  3258. border: none;
  3259. box-shadow: none; }
  3260. .gedit-document-panel row button image {
  3261. color: inherit; }
  3262.  
  3263. .gedit-document-panel row:hover:not(:selected) button {
  3264. color: #92959d; }
  3265. .gedit-document-panel row:hover:not(:selected) button:hover {
  3266. color: #ff4d4d; }
  3267. .gedit-document-panel row:hover:not(:selected) button:active {
  3268. color: #5c616c; }
  3269.  
  3270. .gedit-document-panel row:hover:selected button:hover {
  3271. color: #ff6666;
  3272. background: none;
  3273. border: none;
  3274. box-shadow: none; }
  3275. .gedit-document-panel row:hover:selected button:hover:active {
  3276. color: #ffffff; }
  3277.  
  3278. .gedit-document-panel-dragged-row {
  3279. border: 1px solid #dcdfe3;
  3280. background-color: #d9dde0;
  3281. color: #5c616c; }
  3282.  
  3283. .gedit-side-panel-paned statusbar {
  3284. border-top: 1px solid #dcdfe3;
  3285. background-color: #F5F6F7; }
  3286.  
  3287. .gedit-search-slider {
  3288. background-color: #fbfbfc;
  3289. padding: 6px;
  3290. border-color: #dcdfe3;
  3291. border-radius: 0 0 2px 2px;
  3292. border-width: 0 1px 1px 1px;
  3293. border-style: solid; }
  3294.  
  3295. .gedit-search-entry-occurrences-tag {
  3296. color: rgba(92, 97, 108, 0.6);
  3297. border: none;
  3298. margin: 2px;
  3299. padding: 2px; }
  3300.  
  3301. .gedit-map-frame border {
  3302. border-color: rgba(0, 0, 0, 0.3);
  3303. border-width: 0; }
  3304. .gedit-map-frame border:dir(ltr) {
  3305. border-left-width: 1px; }
  3306. .gedit-map-frame border:dir(rtl) {
  3307. border-right-width: 1px; }
  3308.  
  3309. .pluma-window statusbar frame > border {
  3310. border: none; }
  3311.  
  3312. .pluma-window notebook > stack scrolledwindow {
  3313. border-width: 0 0 1px 0; }
  3314.  
  3315. #pluma-status-combo-button {
  3316. min-height: 0;
  3317. padding: 0;
  3318. border-top: none;
  3319. border-bottom: none;
  3320. border-radius: 0; }
  3321.  
  3322. .gb-search-entry-occurrences-tag {
  3323. background: none; }
  3324.  
  3325. workbench.csd > stack.titlebar:not(headerbar) {
  3326. padding: 0;
  3327. background: none;
  3328. border: none;
  3329. box-shadow: none; }
  3330. workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
  3331. border-radius: 4px 4px 0 0; }
  3332.  
  3333. editortweak .linked > entry.search:focus + .gb-linked-scroller {
  3334. border-top-color: #5294e2; }
  3335.  
  3336. layouttab {
  3337. background-color: #ffffff; }
  3338.  
  3339. layout {
  3340. border: 1px solid #dcdfe3;
  3341. -PnlDockBin-handle-size: 1; }
  3342.  
  3343. eggsearchbar box.search-bar {
  3344. border-bottom: 1px solid #dcdfe3; }
  3345.  
  3346. pillbox {
  3347. color: #ffffff;
  3348. background-color: #5294e2;
  3349. border-radius: 3px; }
  3350. pillbox:disabled label {
  3351. color: rgba(255, 255, 255, 0.5); }
  3352.  
  3353. docktabstrip {
  3354. padding: 0 6px;
  3355. background-color: #F5F6F7;
  3356. border-bottom: 1px solid #dcdfe3; }
  3357. docktabstrip docktab {
  3358. min-height: 28px;
  3359. border: solid transparent;
  3360. border-width: 0 1px; }
  3361. docktabstrip docktab label {
  3362. opacity: 0.5; }
  3363. docktabstrip docktab:checked label, docktabstrip docktab:hover label {
  3364. opacity: 1; }
  3365. docktabstrip docktab:checked {
  3366. border-color: #dcdfe3;
  3367. background-color: #ffffff; }
  3368.  
  3369. dockbin {
  3370. border: 1px solid #dcdfe3;
  3371. -PnlDockBin-handle-size: 1; }
  3372.  
  3373. dockpaned {
  3374. border: 1px solid #dcdfe3; }
  3375.  
  3376. dockoverlayedge {
  3377. background-color: #F5F6F7; }
  3378. dockoverlayedge docktabstrip {
  3379. padding: 0;
  3380. border: none; }
  3381. dockoverlayedge.left-edge tab:checked,
  3382. dockoverlayedge.right-edge tab:checked {
  3383. border-width: 1px 0; }
  3384.  
  3385. popover.messagepopover.background {
  3386. padding: 0; }
  3387.  
  3388. popover.messagepopover .popover-content-area {
  3389. margin: 16px; }
  3390.  
  3391. popover.messagepopover .popover-action-area {
  3392. margin: 8px; }
  3393. popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
  3394. margin: 0 4px; }
  3395.  
  3396. popover.popover-selector {
  3397. padding: 0; }
  3398. popover.popover-selector list row {
  3399. padding: 5px 0; }
  3400. popover.popover-selector list row image {
  3401. margin-left: 3px;
  3402. margin-right: 10px; }
  3403.  
  3404. entry.search.preferences-search {
  3405. border: none;
  3406. border-right: 1px solid #dcdfe3;
  3407. border-bottom: 1px solid #dcdfe3;
  3408. border-radius: 0; }
  3409.  
  3410. preferences stacksidebar.sidebar list {
  3411. background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
  3412.  
  3413. preferences stacksidebar.sidebar list separator {
  3414. background-color: transparent; }
  3415.  
  3416. devhelppanel entry:focus,
  3417. symboltreepanel entry:focus {
  3418. border-color: #dcdfe3; }
  3419.  
  3420. button.run-arrow-button {
  3421. min-width: 12px; }
  3422.  
  3423. omnibar.linked > entry:not(:only-child) {
  3424. border-style: solid;
  3425. border-radius: 3px;
  3426. margin-left: 1px;
  3427. margin-right: 1px; }
  3428.  
  3429. gstyleslidein #scale_box button.toggle:checked,
  3430. gstyleslidein #strings_controls button.toggle:checked,
  3431. gstyleslidein #palette_controls button.toggle:checked,
  3432. gstyleslidein #components_controls button.toggle:checked {
  3433. color: #5c616c; }
  3434.  
  3435. configurationview entry.flat {
  3436. background: none; }
  3437.  
  3438. configurationview list {
  3439. border-width: 0; }
  3440.  
  3441. .documents-scrolledwin.frame {
  3442. border-width: 0; }
  3443.  
  3444. button.documents-load-more {
  3445. border-width: 1px 0 0;
  3446. border-radius: 0; }
  3447.  
  3448. .documents-icon-bg {
  3449. background-color: #5294e2;
  3450. color: #ffffff;
  3451. border-radius: 2px; }
  3452.  
  3453. .documents-collection-icon, .photos-collection-icon {
  3454. background-color: rgba(92, 97, 108, 0.3);
  3455. border-radius: 2px; }
  3456.  
  3457. button.documents-favorite:active,
  3458. button.documents-favorite:active:hover {
  3459. color: #a9caf1; }
  3460.  
  3461. .documents-entry-tag, .photos-entry-tag {
  3462. color: #ffffff;
  3463. background: #5294e2;
  3464. border-radius: 2px;
  3465. border-width: 0;
  3466. margin: 2px;
  3467. padding: 4px; }
  3468. .documents-entry-tag:hover, .photos-entry-tag:hover {
  3469. color: #ffffff;
  3470. background: #639fe5; }
  3471. .documents-entry-tag:active, .photos-entry-tag:active {
  3472. color: #ffffff;
  3473. background: #4189df; }
  3474.  
  3475. .content-view.document-page {
  3476. border-style: solid;
  3477. border-width: 3px 3px 6px 4px;
  3478. border-image: url("assets/thumbnail-frame.png") 3 3 6 4; }
  3479.  
  3480. .photos-fade-in {
  3481. opacity: 1.0;
  3482. transition: opacity 0.2s ease-out; }
  3483.  
  3484. .photos-fade-out {
  3485. opacity: 0.0;
  3486. transition: opacity 0.2s ease-out; }
  3487.  
  3488. .tweak-categories,
  3489. .tweak-category:not(:selected):not(:hover) {
  3490. background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
  3491.  
  3492. .tr-workarea undershoot,
  3493. .tr-workarea overshoot {
  3494. border-color: transparent; }
  3495.  
  3496. .atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar {
  3497. background: none; }
  3498.  
  3499. #gf-bubble, #gf-bubble.solid,
  3500. #gf-osd-window,
  3501. #gf-osd-window.solid,
  3502. #gf-input-source-popup,
  3503. #gf-input-source-popup.solid,
  3504. #gf-candidate-popup,
  3505. #gf-candidate-popup.solid {
  3506. color: #cfd5de;
  3507. background-color: rgba(212, 213, 219, 0.95);
  3508. border: 1px solid rgba(35, 38, 46, 0.95);
  3509. border-radius: 2px; }
  3510.  
  3511. #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
  3512. #gf-osd-window levelbar block.low,
  3513. #gf-osd-window levelbar block.high,
  3514. #gf-osd-window levelbar block.full,
  3515. #gf-input-source-popup levelbar block.low,
  3516. #gf-input-source-popup levelbar block.high,
  3517. #gf-input-source-popup levelbar block.full,
  3518. #gf-candidate-popup levelbar block.low,
  3519. #gf-candidate-popup levelbar block.high,
  3520. #gf-candidate-popup levelbar block.full {
  3521. background-color: #5294e2;
  3522. border-color: #5294e2; }
  3523.  
  3524. #gf-bubble levelbar block.empty,
  3525. #gf-osd-window levelbar block.empty,
  3526. #gf-input-source-popup levelbar block.empty,
  3527. #gf-candidate-popup levelbar block.empty {
  3528. background-color: rgba(42, 45, 55, 0.95); }
  3529.  
  3530. #gf-bubble levelbar trough,
  3531. #gf-osd-window levelbar trough,
  3532. #gf-input-source-popup levelbar trough,
  3533. #gf-candidate-popup levelbar trough {
  3534. background: none; }
  3535.  
  3536. #gf-input-source {
  3537. min-height: 32px;
  3538. min-width: 40px; }
  3539. #gf-input-source:selected {
  3540. color: #ffffff;
  3541. background-color: #5294e2;
  3542. border-radius: 2px; }
  3543.  
  3544. gf-candidate-box label {
  3545. padding: 3px; }
  3546.  
  3547. gf-candidate-box:hover, gf-candidate-box:selected {
  3548. color: #ffffff;
  3549. background-color: #5294e2;
  3550. border-radius: 2px; }
  3551.  
  3552. MsdOsdWindow.background.osd {
  3553. border-radius: 2px;
  3554. border: 1px solid rgba(35, 38, 46, 0.95); }
  3555. MsdOsdWindow.background.osd .progressbar {
  3556. background-color: #5294e2;
  3557. border: none;
  3558. border-color: red;
  3559. border-radius: 5px; }
  3560. MsdOsdWindow.background.osd .trough {
  3561. background-color: rgba(42, 45, 55, 0.95);
  3562. border: none;
  3563. border-radius: 5px; }
  3564.  
  3565. .mate-panel-menu-bar, .mate-panel-menu-bar menubar,
  3566. panel-toplevel.background,
  3567. panel-toplevel.background menubar {
  3568. background-color: #2b2e37; }
  3569.  
  3570. .mate-panel-menu-bar menubar,
  3571. .mate-panel-menu-bar #PanelApplet label,
  3572. .mate-panel-menu-bar #PanelApplet image,
  3573. panel-toplevel.background menubar,
  3574. panel-toplevel.background #PanelApplet label,
  3575. panel-toplevel.background #PanelApplet image {
  3576. color: #BAC3CF; }
  3577.  
  3578. .mate-panel-menu-bar button label, .mate-panel-menu-bar button image,
  3579. .mate-panel-menu-bar #tasklist-button label,
  3580. .mate-panel-menu-bar #tasklist-button image,
  3581. panel-toplevel.background button label,
  3582. panel-toplevel.background button image,
  3583. panel-toplevel.background #tasklist-button label,
  3584. panel-toplevel.background #tasklist-button image {
  3585. color: inherit; }
  3586.  
  3587. .mate-panel-menu-bar .wnck-pager,
  3588. panel-toplevel.background .wnck-pager {
  3589. color: #5d6268;
  3590. background-color: rgba(20, 22, 27, 0.95); }
  3591. .mate-panel-menu-bar .wnck-pager:hover,
  3592. panel-toplevel.background .wnck-pager:hover {
  3593. background-color: rgba(54, 58, 70, 0.95); }
  3594. .mate-panel-menu-bar .wnck-pager:selected,
  3595. panel-toplevel.background .wnck-pager:selected {
  3596. color: #a9caf1;
  3597. background-color: #5294e2; }
  3598.  
  3599. .mate-panel-menu-bar na-tray-applet,
  3600. panel-toplevel.background na-tray-applet {
  3601. -NaTrayApplet-icon-padding: 0;
  3602. -NaTrayApplet-icon-size: 16px; }
  3603.  
  3604. .xfce4-panel.panel {
  3605. background-color: rgba(43, 46, 55, 0.95);
  3606. text-shadow: none;
  3607. -gtk-icon-shadow: none; }
  3608.  
  3609. #tasklist-button {
  3610. color: rgba(186, 195, 207, 0.8);
  3611. border-radius: 0;
  3612. border: none;
  3613. background-color: rgba(43, 46, 55, 0); }
  3614. #tasklist-button:hover {
  3615. color: #d8dde4;
  3616. background-color: rgba(0, 0, 0, 0.17); }
  3617. #tasklist-button:checked {
  3618. color: white;
  3619. background-color: rgba(0, 0, 0, 0.25);
  3620. box-shadow: inset 0 -2px #5294e2; }
  3621.  
  3622. .mate-panel-menu-bar button:not(#tasklist-button),
  3623. panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
  3624. color: #BAC3CF;
  3625. border-radius: 0;
  3626. border: none;
  3627. background-color: rgba(43, 46, 55, 0); }
  3628. .mate-panel-menu-bar button:hover:not(#tasklist-button),
  3629. panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
  3630. border: none;
  3631. background-color: rgba(65, 70, 84, 0.95); }
  3632. .mate-panel-menu-bar button:active:not(#tasklist-button),
  3633. panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button),
  3634. panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
  3635. color: #ffffff;
  3636. border: none;
  3637. background-color: #5294e2; }
  3638. .mate-panel-menu-bar button:active:not(#tasklist-button) label,
  3639. panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image,
  3640. panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label,
  3641. panel-toplevel.background button:checked:not(#tasklist-button) label, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.sidebar-button:checked label, .mate-panel-menu-bar button:checked:not(#tasklist-button) image,
  3642. panel-toplevel.background button:checked:not(#tasklist-button) image, .xfce4-panel.panel button.flat:checked image, .xfce4-panel.panel button.sidebar-button:checked image {
  3643. color: inherit; }
  3644.  
  3645. .nautilus-window .floating-bar {
  3646. padding: 1px;
  3647. background-color: #5294e2;
  3648. color: #ffffff;
  3649. border-radius: 2px 2px 0 0; }
  3650. .nautilus-window .floating-bar.bottom.left {
  3651. border-top-left-radius: 0; }
  3652. .nautilus-window .floating-bar.bottom.right {
  3653. border-top-right-radius: 0; }
  3654. .nautilus-window .floating-bar button {
  3655. border: none;
  3656. border-radius: 0;
  3657. min-height: 0; }
  3658.  
  3659. .marlin-pathbar.pathbar {
  3660. border-radius: 3px;
  3661. padding-left: 4px;
  3662. padding-right: 4px;
  3663. color: rgba(82, 93, 118, 0.8);
  3664. border-color: rgba(82, 93, 118, 0.1);
  3665. background-color: rgba(255, 255, 255, 0.9); }
  3666. .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
  3667. color: inherit; }
  3668. .marlin-pathbar.pathbar:focus {
  3669. color: #ffffff;
  3670. border-color: #5294e2;
  3671. background-color: #5294e2; }
  3672. .marlin-pathbar.pathbar:disabled {
  3673. color: rgba(82, 93, 118, 0.35);
  3674. border-color: rgba(82, 93, 118, 0.1);
  3675. background-color: rgba(255, 255, 255, 0.75); }
  3676. .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
  3677. color: #5294e2; }
  3678.  
  3679. .gala-notification {
  3680. border: 1px solid rgba(0, 0, 0, 0.35);
  3681. border-radius: 3px;
  3682. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  3683. background-image: linear-gradient(to bottom, white, white);
  3684. background-color: transparent; }
  3685. .gala-notification .title, .gala-notification .label {
  3686. color: #5c616c; }
  3687.  
  3688. .panel {
  3689. background-color: transparent;
  3690. color: white;
  3691. font-weight: bold;
  3692. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  3693. -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  3694. .panel-shadow {
  3695. background-image: none;
  3696. background-color: transparent; }
  3697. .panel .menu {
  3698. box-shadow: none; }
  3699. .panel .menu .menuitem {
  3700. font-weight: normal;
  3701. text-shadow: none;
  3702. -gtk-icon-shadow: none; }
  3703. .panel .menu .window-frame.menu.csd,
  3704. .panel .menu .window-frame.popup.csd {
  3705. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  3706. .panel .menubar > .menuitem {
  3707. padding: 3px 6px; }
  3708. .panel .menubar > .menuitem:hover {
  3709. background-color: transparent; }
  3710. .panel .window-frame.menu.csd,
  3711. .panel .window-frame.popup.csd {
  3712. box-shadow: none; }
  3713.  
  3714. .composited-indicator {
  3715. background-color: transparent;
  3716. color: white;
  3717. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  3718. -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  3719. .composited-indicator > GtkWidget > GtkWidget:first-child {
  3720. padding: 0 2px; }
  3721. .composited-indicator .menuitem:active, .composited-indicator .menuitem:hover {
  3722. border-style: none;
  3723. background-image: none;
  3724. box-shadow: none; }
  3725. .composited-indicator > .popup > .menu {
  3726. padding-top: 8px;
  3727. padding-bottom: 8px; }
  3728.  
  3729. .panel-app-button > GtkWidget > GtkWidget:first-child {
  3730. padding: 0 2px 0 4px; }
  3731.  
  3732. .panel .menu .spinner,
  3733. .menu .spinner {
  3734. opacity: 1; }
  3735.  
  3736. UnityDecoration {
  3737. -UnityDecoration-extents: 28px 1 1 1;
  3738. -UnityDecoration-input-extents: 10px;
  3739. -UnityDecoration-shadow-offset-x: 0px;
  3740. -UnityDecoration-shadow-offset-y: 3px;
  3741. -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2);
  3742. -UnityDecoration-active-shadow-radius: 12px;
  3743. -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
  3744. -UnityDecoration-inactive-shadow-radius: 7px;
  3745. -UnityDecoration-glow-size: 10px;
  3746. -UnityDecoration-glow-color: #5294e2;
  3747. -UnityDecoration-title-indent: 10px;
  3748. -UnityDecoration-title-fade: 35px;
  3749. -UnityDecoration-title-alignment: 0.0; }
  3750. UnityDecoration .top {
  3751. border: 1px solid rgba(0, 0, 0, 0.1);
  3752. border-bottom-width: 0;
  3753. border-radius: 4px 4px 0 0;
  3754. padding: 1px 6px 0 6px;
  3755. background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7);
  3756. color: rgba(82, 93, 118, 0.8);
  3757. box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); }
  3758. UnityDecoration .top:backdrop {
  3759. border-bottom-width: 0;
  3760. color: rgba(82, 93, 118, 0.5); }
  3761. UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom,
  3762. UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
  3763. background-color: transparent;
  3764. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  3765.  
  3766. UnityPanelWidget,
  3767. .unity-panel {
  3768. background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  3769. color: #f6f7f9;
  3770. box-shadow: none; }
  3771. UnityPanelWidget:backdrop,
  3772. .unity-panel:backdrop {
  3773. color: #bdc6d1; }
  3774.  
  3775. .unity-panel.menubar.menuitem:hover,
  3776. .unity-panel.menubar .menuitem *:hover {
  3777. border-radius: 0;
  3778. color: #ffffff;
  3779. background-image: linear-gradient(to bottom, #5294e2, #5294e2);
  3780. border-bottom: none; }
  3781.  
  3782. .lightdm.menu {
  3783. background-image: none;
  3784. background-color: rgba(0, 0, 0, 0.4);
  3785. border-color: rgba(255, 255, 255, 0.8);
  3786. border-radius: 4px;
  3787. padding: 1px;
  3788. color: white; }
  3789.  
  3790. .lightdm-combo .menu {
  3791. background-color: rgba(253, 253, 254, 0.95);
  3792. border-radius: 0px;
  3793. padding: 0px;
  3794. color: white; }
  3795.  
  3796. .lightdm.menu .menuitem *,
  3797. .lightdm.menu .menuitem.check:active,
  3798. .lightdm.menu .menuitem.radio:active {
  3799. color: white; }
  3800.  
  3801. .lightdm.menubar {
  3802. color: rgba(255, 255, 255, 0.8);
  3803. background-image: none;
  3804. background-color: rgba(0, 0, 0, 0.5); }
  3805. .lightdm.menubar > .menuitem {
  3806. padding: 2px 6px; }
  3807.  
  3808. .lightdm-combo.combobox-entry .button,
  3809. .lightdm-combo .cell,
  3810. .lightdm-combo .button,
  3811. .lightdm-combo .entry,
  3812. .lightdm.button,
  3813. .lightdm.entry {
  3814. background-image: none;
  3815. background-color: rgba(0, 0, 0, 0.3);
  3816. border-color: rgba(255, 255, 255, 0.4);
  3817. border-radius: 10px;
  3818. padding: 7px;
  3819. color: white;
  3820. text-shadow: none; }
  3821.  
  3822. .lightdm.button,
  3823. .lightdm.button:hover,
  3824. .lightdm.button:active,
  3825. .lightdm.button:active:focus,
  3826. .lightdm.entry,
  3827. .lightdm.entry:hover,
  3828. .lightdm.entry:active,
  3829. .lightdm.entry:active:focus {
  3830. background-image: none;
  3831. border-image: none; }
  3832.  
  3833. .lightdm.button:focus,
  3834. .lightdm.entry:focus {
  3835. border-color: rgba(255, 255, 255, 0.1);
  3836. border-width: 1px;
  3837. border-style: solid;
  3838. color: white; }
  3839.  
  3840. .lightdm.entry:selected {
  3841. background-color: rgba(255, 255, 255, 0.8); }
  3842.  
  3843. .lightdm.entry:active {
  3844. -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
  3845. animation: dashentry_spinner 1s infinite linear; }
  3846.  
  3847. .lightdm.option-button {
  3848. padding: 2px;
  3849. background: none;
  3850. border: 0; }
  3851.  
  3852. .lightdm.toggle-button {
  3853. background: none;
  3854. border-width: 0; }
  3855. .lightdm.toggle-button.selected {
  3856. background-color: rgba(0, 0, 0, 0.7);
  3857. border-width: 1px; }
  3858.  
  3859. @keyframes dashentry_spinner {
  3860. to {
  3861. -gtk-icon-transform: rotate(1turn); } }
  3862.  
  3863. .overlay-bar {
  3864. background-color: #5294e2;
  3865. border-color: #5294e2;
  3866. border-radius: 2px;
  3867. padding: 3px 6px;
  3868. margin: 3px; }
  3869. .overlay-bar label {
  3870. color: #ffffff; }
  3871.  
  3872. GraniteWidgetsThinPaned {
  3873. background-color: transparent;
  3874. background-image: none;
  3875. margin: 0;
  3876. border-left: 1px solid #dcdfe3;
  3877. border-right: 1px solid #dcdfe3; }
  3878.  
  3879. GraniteWidgetsPopOver .frame,
  3880. GraniteWidgetsStaticNotebook .frame {
  3881. border: none; }
  3882.  
  3883. .help_button {
  3884. border-radius: 100px;
  3885. padding: 3px 9px; }
  3886.  
  3887. toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar {
  3888. padding: 3px;
  3889. border-bottom: 1px solid #dcdfe3; }
  3890. toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button {
  3891. padding: 0 3px 0 3px; }
  3892.  
  3893. toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar {
  3894. padding: 5px;
  3895. border-width: 1px 0 0 0;
  3896. border-style: solid;
  3897. border-color: #dcdfe3;
  3898. background-color: #F5F6F7; }
  3899. toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button {
  3900. padding: 2px 3px 2px 3px; }
  3901.  
  3902. .source-list {
  3903. -GtkTreeView-horizontal-separator: 1px;
  3904. -GtkTreeView-vertical-separator: 6px; }
  3905.  
  3906. .source-list,
  3907. .source-list.view,
  3908. iconview.source-list {
  3909. background-color: #F5F6F7;
  3910. color: #5c616c;
  3911. -gtk-icon-style: regular; }
  3912.  
  3913. .source-list.category-expander {
  3914. color: transparent; }
  3915.  
  3916. .source-list.view:hover, iconview.source-list:hover {
  3917. background-color: white; }
  3918.  
  3919. .source-list.view:selected, iconview.source-list:selected,
  3920. .source-list.view:hover:selected,
  3921. iconview.source-list:hover:selected,
  3922. .source-list.view:selected:focus,
  3923. iconview.source-list:selected:focus,
  3924. .source-list.category-expander:hover {
  3925. color: #ffffff;
  3926. background-color: #5294e2; }
  3927.  
  3928. .source-list scrollbar,
  3929. .source-list junction {
  3930. border-image: none;
  3931. border-color: transparent;
  3932. background-color: #F5F6F7;
  3933. background-image: none; }
  3934.  
  3935. .source-list.badge,
  3936. .source-list.badge:hover,
  3937. .source-list.badge:selected,
  3938. .source-list.badge:selected:focus,
  3939. .source-list.badge:hover:selected {
  3940. background-image: none;
  3941. background-color: #5294e2;
  3942. color: #ffffff;
  3943. border-radius: 10px;
  3944. padding: 0 6px;
  3945. margin: 0 3px;
  3946. border-width: 0; }
  3947.  
  3948. .source-list.badge:selected,
  3949. .source-list.badge:selected:focus,
  3950. .source-list.badge:hover:selected {
  3951. background-color: #ffffff;
  3952. color: #5294e2; }
  3953.  
  3954. .source-list.category-expander {
  3955. color: #5c616c;
  3956. -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
  3957. -GtkTreeView-expander-size: 16; }
  3958.  
  3959. .source-list.category-expander,
  3960. .source-list.category-expander:backdrop {
  3961. color: transparent;
  3962. border: none; }
  3963.  
  3964. .source-list.category-expander:checked {
  3965. -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  3966.  
  3967. GraniteWidgetsWelcome {
  3968. background-color: #ffffff; }
  3969.  
  3970. GraniteWidgetsWelcome label {
  3971. color: #a9acb2;
  3972. font-size: 11px;
  3973. text-shadow: none; }
  3974.  
  3975. GraniteWidgetsWelcome .h1,
  3976. GraniteWidgetsWelcome .h3 {
  3977. color: rgba(92, 97, 108, 0.8); }
  3978.  
  3979. .help_button {
  3980. border-radius: 0; }
  3981.  
  3982. GraniteWidgetsPopOver {
  3983. -GraniteWidgetsPopOver-arrow-width: 21;
  3984. -GraniteWidgetsPopOver-arrow-height: 10;
  3985. -GraniteWidgetsPopOver-border-radius: 2px;
  3986. -GraniteWidgetsPopOver-border-width: 1;
  3987. -GraniteWidgetsPopOver-shadow-size: 12;
  3988. border: 1px solid rgba(0, 0, 0, 0.3);
  3989. margin: 0; }
  3990.  
  3991. .popover_bg {
  3992. background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  3993. border: 1px solid rgba(0, 0, 0, 0.3); }
  3994.  
  3995. GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
  3996. GraniteWidgetsPopOver * {
  3997. background-color: transparent; }
  3998.  
  3999. GraniteWidgetsXsEntry entry {
  4000. padding: 4px; }
  4001.  
  4002. .h1 {
  4003. font-size: 24px; }
  4004.  
  4005. .h2 {
  4006. font-size: 18px; }
  4007.  
  4008. .h3 {
  4009. font-size: 11px; }
  4010.  
  4011. .h4,
  4012. .category-label {
  4013. color: #8a8e96;
  4014. font-weight: 600; }
  4015.  
  4016. .h4 {
  4017. padding-bottom: 6px;
  4018. padding-top: 6px; }
  4019.  
  4020. GtkListBox .h4 {
  4021. padding-left: 6px; }
  4022.  
  4023. #panel_window {
  4024. background-color: rgba(43, 46, 55, 0.95);
  4025. color: #BAC3CF;
  4026. font-weight: bold;
  4027. box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
  4028. #panel_window menubar {
  4029. padding-left: 5px; }
  4030. #panel_window menubar, #panel_window menubar > menuitem {
  4031. background-color: transparent;
  4032. color: #BAC3CF;
  4033. font-weight: bold; }
  4034. #panel_window menubar menuitem:disabled {
  4035. color: rgba(186, 195, 207, 0.5); }
  4036. #panel_window menubar menuitem:disabled label {
  4037. color: inherit; }
  4038. #panel_window menubar menu > menuitem {
  4039. font-weight: normal; }
  4040.  
  4041. #login_window,
  4042. #shutdown_dialog,
  4043. #restart_dialog {
  4044. font-weight: normal;
  4045. border-style: none;
  4046. background-color: transparent;
  4047. color: #5c616c; }
  4048.  
  4049. #content_frame {
  4050. padding-bottom: 14px;
  4051. background-color: #F5F6F7;
  4052. border-top-left-radius: 2px;
  4053. border-top-right-radius: 2px;
  4054. border: solid rgba(0, 0, 0, 0.1);
  4055. border-width: 1px 1px 0 1px; }
  4056.  
  4057. #content_frame button {
  4058. color: #5c616c;
  4059. border-color: #cfd6e6;
  4060. background-color: #fbfbfc; }
  4061. #content_frame button:hover {
  4062. color: #5c616c;
  4063. border-color: #cfd6e6;
  4064. background-color: white; }
  4065. #content_frame button:active, #content_frame button:checked {
  4066. color: #ffffff;
  4067. border-color: #5294e2;
  4068. background-color: #5294e2; }
  4069. #content_frame button:disabled {
  4070. border-color: rgba(207, 214, 230, 0.55);
  4071. background-color: rgba(251, 251, 252, 0.55); }
  4072. #content_frame button:disabled label, #content_frame button:disabled {
  4073. color: rgba(92, 97, 108, 0.55); }
  4074.  
  4075. #buttonbox_frame {
  4076. padding-top: 20px;
  4077. padding-bottom: 0px;
  4078. border-style: none;
  4079. background-color: rgba(212, 213, 219, 0.95);
  4080. border-bottom-left-radius: 3px;
  4081. border-bottom-right-radius: 3px;
  4082. border: solid rgba(0, 0, 0, 0.1);
  4083. border-width: 0 1px 1px 1px;
  4084. box-shadow: inset 0 1px rgba(212, 213, 219, 0.95); }
  4085.  
  4086. #buttonbox_frame button {
  4087. color: #BAC3CF;
  4088. border-color: rgba(26, 28, 34, 0.35);
  4089. background-color: rgba(102, 109, 132, 0.35); }
  4090. #buttonbox_frame button:hover {
  4091. color: #BAC3CF;
  4092. border-color: rgba(26, 28, 34, 0.35);
  4093. background-color: rgba(119, 127, 151, 0.45); }
  4094. #buttonbox_frame button:active, #buttonbox_frame button:checked {
  4095. color: #ffffff;
  4096. border-color: rgba(26, 28, 34, 0.35);
  4097. background-color: #5294e2; }
  4098. #buttonbox_frame button:disabled {
  4099. color: #5d626e;
  4100. border-color: rgba(26, 28, 34, 0.35);
  4101. background-color: rgba(102, 109, 132, 0.2); }
  4102.  
  4103. #login_window #user_combobox {
  4104. color: #5c616c;
  4105. font-size: 13px; }
  4106. #login_window #user_combobox menu {
  4107. font-weight: normal; }
  4108.  
  4109. #user_image {
  4110. padding: 3px;
  4111. border-radius: 2px; }
  4112.  
  4113. #shutdown_button.button {
  4114. background-clip: border-box;
  4115. color: green;
  4116. background-color: #F04A50;
  4117. border-color: #F04A50; }
  4118. #shutdown_button.button:hover {
  4119. background-clip: border-box;
  4120. color: green;
  4121. background-color: #f4797e;
  4122. border-color: #f4797e; }
  4123. #shutdown_button.button:active, #shutdown_button.button:checked {
  4124. background-clip: border-box;
  4125. color: green;
  4126. background-color: #ec1b22;
  4127. border-color: #ec1b22; }
  4128.  
  4129. #restart_button.button {
  4130. background-clip: border-box;
  4131. color: green;
  4132. background-color: #4DADD4;
  4133. border-color: #4DADD4; }
  4134. #restart_button.button:hover {
  4135. background-clip: border-box;
  4136. color: green;
  4137. background-color: #76c0de;
  4138. border-color: #76c0de; }
  4139. #restart_button.button:active, #restart_button.button:checked {
  4140. background-clip: border-box;
  4141. color: green;
  4142. background-color: #2e96c0;
  4143. border-color: #2e96c0; }
  4144.  
  4145. #greeter_infobar {
  4146. border-bottom-width: 0;
  4147. font-weight: bold; }
  4148.  
  4149. .nautilus-window paned > separator {
  4150. background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); }
  4151. .nautilus-window paned > separator:dir(ltr) {
  4152. margin-left: -1px; }
  4153. .nautilus-window paned > separator:dir(rtl) {
  4154. margin-right: -1px; }
  4155.  
  4156. filechooser paned > separator {
  4157. background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); }
  4158.  
  4159. filechooser.csd.background, filechooser placessidebar list,
  4160. .nautilus-window.csd.background,
  4161. .nautilus-window placessidebar list {
  4162. background-color: transparent; }
  4163.  
  4164. filechooser placessidebar.sidebar,
  4165. .nautilus-window placessidebar.sidebar {
  4166. background-color: rgba(243, 243, 243, 0.95); }
  4167. filechooser placessidebar.sidebar row.sidebar-row,
  4168. .nautilus-window placessidebar.sidebar row.sidebar-row {
  4169. border: none;
  4170. color: rgba(0, 0, 0, 0.55); }
  4171. filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
  4172. .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon {
  4173. color: rgba(0, 0, 0, 0.55); }
  4174. filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover,
  4175. .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup,
  4176. .nautilus-window placessidebar.sidebar row.sidebar-row:hover {
  4177. background-color: rgba(186, 195, 207, 0.15); }
  4178. filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image,
  4179. .nautilus-window placessidebar.sidebar row.sidebar-row:disabled,
  4180. .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label,
  4181. .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image {
  4182. color: rgba(186, 195, 207, 0.4); }
  4183. filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon,
  4184. .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon,
  4185. .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon,
  4186. .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon,
  4187. .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon {
  4188. color: inherit; }
  4189. filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button,
  4190. .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button {
  4191. color: #BAC3CF; }
  4192. filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
  4193. .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
  4194. color: #BAC3CF;
  4195. border-color: rgba(26, 28, 34, 0.35);
  4196. background-color: rgba(119, 127, 151, 0.45); }
  4197. filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
  4198. .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
  4199. color: #ffffff;
  4200. border-color: #5294e2;
  4201. background-color: #5294e2; }
  4202. filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
  4203. .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
  4204. opacity: 0.5; }
  4205. filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
  4206. .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
  4207. color: #5294e2; }
  4208. filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
  4209. .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
  4210. color: inherit; }
  4211. filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon,
  4212. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled),
  4213. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label,
  4214. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon {
  4215. color: #F08437; }
  4216. filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
  4217. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
  4218. background-color: #F08437; }
  4219. filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon,
  4220. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
  4221. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label,
  4222. .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon {
  4223. color: #ffffff; }
  4224. filechooser placessidebar.sidebar separator,
  4225. .nautilus-window placessidebar.sidebar separator {
  4226. background-color: transparent; }
  4227.  
  4228. filechooser.maximized placessidebar.sidebar,
  4229. .nautilus-window.maximized placessidebar.sidebar {
  4230. background-color: rgba(243, 243, 243, 0.99); }
  4231.  
  4232. .nemo-window .sidebar {
  4233. color: #BAC3CF;
  4234. background-color: rgba(212, 213, 219, 0.95); }
  4235. .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row {
  4236. background-color: transparent;
  4237. color: #BAC3CF; }
  4238. .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
  4239. background-color: #5294e2;
  4240. color: #ffffff; }
  4241. .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
  4242. color: rgba(123, 129, 141, 0.975); }
  4243. .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover {
  4244. color: #BAC3CF; }
  4245. .nemo-window .sidebar separator {
  4246. background-color: transparent; }
  4247.  
  4248. .caja-side-pane,
  4249. .caja-side-pane > notebook > stack > widget > box,
  4250. .caja-side-pane text,
  4251. .caja-side-pane treeview {
  4252. color: #BAC3CF;
  4253. caret-color: #BAC3CF;
  4254. background-color: #353945; }
  4255.  
  4256. .caja-side-pane > box button:not(:active):not(:checked) {
  4257. color: #BAC3CF; }
  4258.  
  4259. .caja-side-pane .frame {
  4260. border-color: #2a2d37; }
  4261.  
  4262. .caja-side-pane junction {
  4263. background-color: rgba(42, 45, 55, 0.95); }
  4264.  
  4265. filechooser actionbar {
  4266. color: rgba(0, 0, 0, 1);
  4267. background-color: rgba(241, 243, 248, 1);
  4268. border-color: #ccc; }
  4269. filechooser actionbar label, filechooser actionbar combobox {
  4270. color: rgba(0, 0, 0, 1); }
  4271.  
  4272. .gedit-bottom-panel-paned {
  4273. background-color: #ffffff; }
  4274.  
  4275. .gedit-side-panel-paned > separator {
  4276. background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); }
  4277.  
  4278. .gedit-bottom-panel-paned > separator {
  4279. background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
  4280.  
  4281. .gedit-document-panel {
  4282. background-color: rgba(212, 213, 219, 0.95); }
  4283. .maximized .gedit-document-panel {
  4284. background-color: #353945; }
  4285. .gedit-document-panel row {
  4286. color: #BAC3CF;
  4287. background-color: rgba(186, 195, 207, 0); }
  4288. .gedit-document-panel row:hover {
  4289. background-color: rgba(186, 195, 207, 0.15); }
  4290. .gedit-document-panel row:active {
  4291. color: #ffffff;
  4292. background-color: #5294e2; }
  4293. .gedit-document-panel row:active button {
  4294. color: #ffffff; }
  4295. .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
  4296. color: #ffffff;
  4297. background-color: #5294e2; }
  4298. .gedit-document-panel row:hover:not(:selected) button:active {
  4299. color: #BAC3CF; }
  4300.  
  4301. filechooser actionbar button {
  4302. color: rgba(0, 0, 0, 0.66);
  4303. border-color: rgba(26, 28, 34, 0.20);
  4304. background-color: rgba(102, 109, 132, 0.07); }
  4305. .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
  4306. color: rgba(0, 0, 0, 0.50);
  4307. border-color: rgba(26, 28, 34, 0.35);
  4308. background-color: rgba(119, 127, 151, 0.45); }
  4309. filechooser actionbar button:active, filechooser actionbar button:checked {
  4310. color: #ffffff;
  4311. border-color: rgba(26, 28, 34, 0.35);
  4312. background-color: #5294e2; }
  4313. filechooser actionbar button:disabled {
  4314. color: #5d626e;
  4315. border-color: rgba(26, 28, 34, 0.35);
  4316. background-color: rgba(102, 109, 132, 0.2); }
  4317.  
  4318. filechooser actionbar entry {
  4319. color: #BAC3CF;
  4320. border-color: rgba(26, 28, 34, 0.35);
  4321. background-color: rgba(102, 109, 132, 0.35); }
  4322. filechooser actionbar entry image, filechooser actionbar entry image:hover {
  4323. color: inherit; }
  4324. filechooser actionbar entry:focus {
  4325. color: #ffffff;
  4326. border-color: rgba(26, 28, 34, 0.35);
  4327. background-color: #5294e2; }
  4328. filechooser actionbar entry:disabled {
  4329. color: rgba(186, 195, 207, 0.55);
  4330. background-color: rgba(102, 109, 132, 0.2); }
  4331.  
  4332. filechooser placessidebar.sidebar scrollbar,
  4333. .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
  4334. border-color: transparent; }
  4335. filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider,
  4336. .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
  4337. background-color: #e7eaee;
  4338. border: 1px solid rgba(0, 0, 0, 0.3); }
  4339. filechooser placessidebar.sidebar scrollbar slider,
  4340. .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider {
  4341. background-color: rgba(231, 234, 238, 0.7); }
  4342. filechooser placessidebar.sidebar scrollbar slider:hover,
  4343. .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover {
  4344. background-color: rgba(54, 56, 66, 0.8); }
  4345. filechooser placessidebar.sidebar scrollbar slider:hover:active,
  4346. .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
  4347. background-color: #5294e2; }
  4348. filechooser placessidebar.sidebar scrollbar slider:disabled,
  4349. .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
  4350. background-color: transparent; }
  4351. filechooser placessidebar.sidebar scrollbar trough,
  4352. .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough {
  4353. background-color: rgba(191, 191, 191, 0.40); }
  4354.  
  4355. @define-color theme_fg_color #5c616c;
  4356. @define-color theme_text_color #5c616c;
  4357. @define-color theme_bg_color #F5F6F7;
  4358. @define-color theme_base_color #ffffff;
  4359. @define-color theme_selected_bg_color #5294e2;
  4360. @define-color theme_selected_fg_color #ffffff;
  4361. @define-color fg_color #5c616c;
  4362. @define-color text_color #5c616c;
  4363. @define-color bg_color #F5F6F7;
  4364. @define-color base_color #ffffff;
  4365. @define-color selected_bg_color #5294e2;
  4366. @define-color selected_fg_color #ffffff;
  4367. @define-color insensitive_bg_color #fbfbfc;
  4368. @define-color insensitive_fg_color alpha(#5c616c, 0.5);
  4369. @define-color insensitive_base_color #ffffff;
  4370. @define-color theme_unfocused_fg_color #5c616c;
  4371. @define-color theme_unfocused_text_color #5c616c;
  4372. @define-color theme_unfocused_bg_color #F5F6F7;
  4373. @define-color theme_unfocused_base_color #ffffff;
  4374. @define-color borders #dcdfe3;
  4375. @define-color unfocused_borders #dcdfe3;
  4376. @define-color warning_color #F27835;
  4377. @define-color error_color #FC4138;
  4378. @define-color success_color #73d216;
  4379. @define-color placeholder_text_color #A8A8A8;
  4380. @define-color link_color #2679db;
  4381. @define-color content_view_bg #ffffff;
  4382. @define-color wm_title alpha(#525d76, 0.8);
  4383. @define-color wm_unfocused_title alpha(#525d76, 0.5);
  4384. @define-color wm_bg #f7f7f7;
  4385. @define-color wm_bg_unfocused #eff0f2;
  4386. @define-color wm_highlight #eff0f2;
  4387. @define-color wm_shadow alpha(black, 0.35);
  4388. @define-color wm_button_close_bg #f46067;
  4389. @define-color wm_button_close_hover_bg #f68086;
  4390. @define-color wm_button_close_active_bg #f13039;
  4391. @define-color wm_icon_close_bg #F8F8F9;
  4392. @define-color wm_button_hover_bg #fdfdfd;
  4393. @define-color wm_button_active_bg #5294e2;
  4394. @define-color wm_button_hover_border #D1D3DA;
  4395. @define-color wm_icon_bg #90949E;
  4396. @define-color wm_icon_unfocused_bg #B6B8C0;
  4397. @define-color wm_icon_hover_bg #7A7F8B;
  4398. @define-color wm_icon_active_bg #ffffff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement