Skip to content
Snippets Groups Projects
Commit d87e0516 authored by phob1an's avatar phob1an :headphones:
Browse files

gtk makes me sad

parent d11700a6
No related branches found
No related tags found
No related merge requests found
......@@ -485,9 +485,9 @@ button {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: none;
-gtk-icon-shadow: none;
color: #fcfcfc;
border-color: #ffcbd8;
background-image: linear-gradient(to bottom, red, #35abe8); }
color: #c5cbd8;
border-color: #8eb59c;
background-image: linear-gradient(to bottom, #434953 , #32373c); }
popover.background.touch-selection button.suggested-action.flat, popover.background.magnifier button.suggested-action.flat,
popover.background.touch-selection button.suggested-action.osd button.flat,
popover.background.magnifier button.suggested-action.osd button.flat,
......@@ -619,7 +619,7 @@ button {
button.flat:backdrop:active,
button.suggested-action.osd
button.flat:backdrop:checked {
color: white;
color: green;
border-color: #c5cbd8;
background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); }
popover.background.touch-selection button.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled,
......@@ -2046,12 +2046,12 @@ filechooser #pathbarbox {
headerbar {
transition: none;
padding: 0px 6px;
border-width: 0px 0px 1px 0px;
border-radius: 3px 3px 0px 0px;
border-width: 1px 0px 1px 0px;
border-radius: 0px 0px 0px 0px;
border-style: solid;
border-color: #4b5466;
border-top-color: #18334f;
color: #c5cbd8;
background-image: linear-gradient(to bottom, #2a2e33, #2a2e33); }
background-image: linear-gradient(to bottom, #1c2037, #2a2e33 70%); }
headerbar:backdrop {
border-color: transparent;
......@@ -2094,28 +2094,28 @@ headerbar {
headerbar button:hover {
color: #c5cbd8;
border-color: #c5cbd8; }
border-color: rgba(197, 203, 216, 0.33); }
headerbar button:hover:backdrop {
border-color: #2a2e33; }
headerbar button:active,
headerbar button:checked {
color: #dcebee;
border-color: #c5cbd8;
background-image: linear-gradient(to bottom, #5f8f6a, #578361); }
color: #c5cbd8;
border-color: rgba(197, 203, 216, 0.33);
border-radius: 0px;
background-image: linear-gradient(to bottom, #434953, #32373d); }
headerbar button:active:hover,
headerbar button:checked:hover {
color: white;
border-color: #c5cbd8;
background-image: linear-gradient(to bottom, #63956f, #5f8f6a); }
border-color: rgba(197, 203, 216, 0.5);
background-image: linear-gradient(to bottom, #525965, #363c42); }
headerbar button:active:backdrop,
headerbar button:checked:backdrop {
background-image: none;
background-color: #2a2e33;
border-color: #c5cbd8;
background-image: linear-gradient(to bottom, #434953, #32373d);
border-color: rgba(197, 203, 216, 0.2);
color: #bdc3c7; }
headerbar button:backdrop {
......
This diff is collapsed.
......@@ -3231,7 +3231,7 @@ levelbar trough {
border-radius: 3px;
color: #c5cbd8;
border-color: #4b5466;
background-color: #fcfcfc;
background-color: #4b5466;
box-shadow: none; }
levelbar trough:backdrop {
color: #c5cbd8;
......@@ -3261,8 +3261,8 @@ levelbar block.low {
border-color: #f67400; }
levelbar block.high {
border-color: #27ae60;
background-color: #27ae60; }
border-color: #21486d;
background-color: #c5cbd8; }
levelbar block.high:backdrop {
background-color: #27ae60;
border-color: #27ae60; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment