Guest User

Untitled

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