border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.button:hover, .button.flat:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff);
+ background-image: none;
-gtk-image-effect: highlight; }
.button:active, .button.flat:active, .button:checked, .button.flat:checked {
border-width: 2px;
border-style: solid;
+ background-image: none;
+ color: white;
+ background-color: black;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff;
transition-duration: 50ms; }
.button:backdrop, .button.flat:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.button:backdrop:active, .button:backdrop:checked, .button.flat:backdrop:active, .button.flat:backdrop:checked {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #d6d6d6); }
+ background-image: none; }
.button:backdrop:insensitive, .button.flat:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.button:backdrop:insensitive:active, .button.flat:backdrop:insensitive:active {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, whitesmoke); }
+ background-image: none;
+ background-color: whitesmoke; }
.button:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.button:insensitive:active, .button:insensitive.flat:active {
border-style: solid;
color: #7f7f7f;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #f2f2f2); }
+ background-image: none;
+ background-color: white; }
.osd .button {
padding: 6px;
border-width: 1px 1px 2px 1px;
border-width: 2px;
border-style: solid;
+ color: #fff;
background-image: none;
background-color: rgba(0, 0, 0, 0.8);
border-color: rgba(255, 255, 255, 0.2);
.osd .button:hover {
border-width: 2px;
border-style: solid;
- background-color: rgba(255, 255, 255, 0.01);
+ color: #fff;
+ background-color: rgba(77, 77, 77, 0.8);
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.osd .button:active, .osd .button:checked {
border-width: 2px;
border-style: solid;
- background-color: rgba(255, 255, 255, 0.03);
+ color: rgba(0, 0, 0, 0.8);
+ background-color: #fff;
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.osd .button:insensitive {
border-width: 2px;
border-style: solid;
color: white;
- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
+ background-image: none;
+ background-color: #4a90d9;
border-color: #1c5187; }
.button.suggested-action:hover {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #4a90d9;
border-color: #1c5187;
- background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); }
+ background-image: none; }
.button.suggested-action:active, .button.suggested-action:checked {
border-width: 2px;
border-style: solid;
- border-color: #1c5187;
- background-image: linear-gradient(to bottom, #1c5187);
- color: white; }
+ background-image: none;
+ color: black;
+ background-color: #b56f26;
+ border-color: #1c5187; }
.button.suggested-action:backdrop {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #4a90d9;
border-color: #4a90d9;
- background-image: linear-gradient(to bottom, #4a90d9);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.button.suggested-action:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.button.suggested-action:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.button.destructive-action {
border-width: 2px;
border-style: solid;
color: white;
- background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212);
+ background-image: none;
+ background-color: #ef2929;
border-color: #8e0b0b; }
.button.destructive-action:hover {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #ef2929;
border-color: #8e0b0b;
- background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929); }
+ background-image: none; }
.button.destructive-action:active, .button.destructive-action:checked {
border-width: 2px;
border-style: solid;
- border-color: #8e0b0b;
- background-image: linear-gradient(to bottom, #8e0b0b);
- color: white; }
+ background-image: none;
+ color: black;
+ background-color: #10d6d6;
+ border-color: #8e0b0b; }
.button.destructive-action:backdrop {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #ef2929;
border-color: #ef2929;
- background-image: linear-gradient(to bottom, #ef2929);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.button.destructive-action:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.button.destructive-action:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.button.image-button {
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.inline-toolbar GtkToolButton > .button:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff); }
+ background-image: none; }
.inline-toolbar GtkToolButton > .button:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.inline-toolbar GtkToolButton > .button:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.inline-toolbar GtkToolButton > .button:insensitive:active {
border-style: solid;
color: #7f7f7f;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #f2f2f2); }
+ background-image: none;
+ background-color: white; }
.inline-toolbar GtkToolButton > .button:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.inline-toolbar GtkToolButton > .button:backdrop:active {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #d6d6d6); }
+ background-image: none; }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:active {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, whitesmoke); }
+ background-image: none;
+ background-color: whitesmoke; }
.inline-toolbar.toolbar GtkToolButton > .button.flat {
border-radius: 0;
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.spinbutton.vertical .button:first-child:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.spinbutton.vertical .button:first-child:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff); }
+ background-image: none; }
.spinbutton.vertical .button:first-child:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.spinbutton.vertical .button:first-child:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.spinbutton.vertical .button:last-child {
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.spinbutton.vertical .button:last-child:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.spinbutton.vertical .button:last-child:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff); }
+ background-image: none; }
.spinbutton.vertical .button:last-child:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.spinbutton.vertical .button:last-child:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.spinbutton.vertical .button:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.spinbutton.vertical.entry {
border-radius: 0; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop {
background-color: rgba(0, 0, 0, 0.8);
border-radius: 6px;
padding: 12px; }
+ .toolbar.osd .label {
+ color: #fff; }
.toolbar.inline-toolbar {
border-width: 0 1px 1px;
padding: 3px;
border-width: 2px;
border-style: solid;
color: #fff;
- background-image: linear-gradient(to bottom, #0d0d0d, #000 40%, black);
+ background-image: none;
+ background-color: #000;
border-color: black; }
.titlebar.selection-mode .button:hover,
.header-bar.selection-mode .button:hover {
border-width: 2px;
border-style: solid;
color: #fff;
+ background-color: #000;
border-color: black;
- background-image: linear-gradient(to bottom, #242424, #0a0a0a 40%, #000); }
+ background-image: none; }
.titlebar.selection-mode .button:active,
.header-bar.selection-mode .button:active {
border-width: 2px;
border-style: solid;
- border-color: black;
- background-image: linear-gradient(to bottom, black);
- color: #fff; }
+ background-image: none;
+ color: black;
+ background-color: white;
+ border-color: black; }
.titlebar.selection-mode .button:insensitive,
.header-bar.selection-mode .button:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.titlebar.selection-mode .button:backdrop,
border-width: 2px;
border-style: solid;
color: #fff;
+ background-color: #000;
border-color: #000;
- background-image: linear-gradient(to bottom, #000);
+ background-image: none;
text-shadow: none;
icon-shadow: none;
border-color: black; }
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.titlebar.selection-mode .button.suggested-action,
.header-bar.selection-mode .button.suggested-action {
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.titlebar.selection-mode .button.suggested-action:hover,
.header-bar.selection-mode .button.suggested-action:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff); }
+ background-image: none; }
.titlebar.selection-mode .button.suggested-action:active,
.header-bar.selection-mode .button.suggested-action:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.titlebar.selection-mode .button.suggested-action:insensitive,
.header-bar.selection-mode .button.suggested-action:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.titlebar.selection-mode .button.suggested-action:backdrop,
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.titlebar.selection-mode .button.suggested-action:backdrop:insensitive,
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.titlebar.selection-mode .selection-menu,
.header-bar.selection-mode .selection-menu {
border-width: 0;
text-shadow: none;
border-width: 2px;
border-style: solid;
+ color: #fff;
background-image: none;
background-color: rgba(0, 0, 0, 0.8);
border-color: rgba(255, 255, 255, 0.2);
.popover.osd .button:hover {
border-width: 2px;
border-style: solid;
- background-color: rgba(255, 255, 255, 0.01);
+ color: #fff;
+ background-color: rgba(77, 77, 77, 0.8);
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.popover.osd .button:active {
border-width: 2px;
border-style: solid;
- background-color: rgba(255, 255, 255, 0.03);
+ color: rgba(0, 0, 0, 0.8);
+ background-color: #fff;
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.popover.osd .button:insensitive {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff);
+ background-image: none;
background-image: none;
box-shadow: none; }
.notebook tab .button:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.notebook tab .button:backdrop {
color: rgba(0, 0, 0, 0.3);
border-color: transparent; }
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f;
box-shadow: inset 0 1px white, inset 0 -2px rgba(255, 255, 255, 0.6), inset 0 -1px #bfbfbf; }
GtkSwitch.slider:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff);
+ background-image: none;
box-shadow: inset 0 1px white, inset 0 -2px rgba(255, 255, 255, 0.6), inset 0 -1px #bfbfbf; }
GtkSwitch.slider:active {
border: 1px solid #000; }
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
GtkSwitch.slider:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
GtkSwitch.slider:backdrop:active {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
/*************************
* Check and Radio items *
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f;
border-radius: 50%;
- border-color: #777777;
- box-shadow: inset 0 1px white, inset 0 -2px #fff, inset 0 -1px #bfbfbf; }
+ border-color: #777777; }
.scale.slider:hover,
.scale.scale-has-marks-above.scale-has-marks-below.slider:hover,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff);
+ background-image: none;
border-color: #777777;
- border-radius: 50%;
- box-shadow: inset 0 1px white, inset 0 -2px white, inset 0 -1px #d8d8d8; }
+ border-radius: 50%; }
.scale.slider:insensitive,
.scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive {
border-style: solid;
border-radius: 50%;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
box-shadow: none; }
.scale.slider:backdrop,
.scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop,
border-style: solid;
border-radius: 50%;
border-color: #838383;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
box-shadow: none; }
.scale.slider:backdrop:insensitive,
.scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive,
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.scale.slider:active,
.scale.scale-has-marks-above.scale-has-marks-below.slider:active,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active {
.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight {
border-color: #000;
- background-color: #000; }
+ background-color: #73d216; }
.scale.trough.highlight:backdrop,
.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop {
border-color: #000;
- background-color: #000;
+ background-color: #747474;
box-shadow: none; }
.scale.trough:insensitive, .scale.trough.hilight:insensitive,
.scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive,
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.message-dialog.csd .dialog-action-area .button:hover {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white, white 40%, #fff); }
+ background-image: none; }
.message-dialog.csd .dialog-action-area .button:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.message-dialog.csd .dialog-action-area .button:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.message-dialog.csd .dialog-action-area .button:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.message-dialog.csd .dialog-action-area .button:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.message-dialog.csd .dialog-action-area .button.suggested-action {
border-width: 2px;
border-style: solid;
color: white;
- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
+ background-image: none;
+ background-color: #4a90d9;
border-color: #1c5187; }
.message-dialog.csd .dialog-action-area .button.suggested-action:hover {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #4a90d9;
border-color: #1c5187;
- background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); }
+ background-image: none; }
.message-dialog.csd .dialog-action-area .button.suggested-action:active {
border-width: 2px;
border-style: solid;
- border-color: #1c5187;
- background-image: linear-gradient(to bottom, #1c5187);
- color: white; }
+ background-image: none;
+ color: black;
+ background-color: #b56f26;
+ border-color: #1c5187; }
.message-dialog.csd .dialog-action-area .button.suggested-action:backdrop {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #4a90d9;
border-color: #4a90d9;
- background-image: linear-gradient(to bottom, #4a90d9);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.message-dialog.csd .dialog-action-area .button.suggested-action:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.message-dialog.csd .dialog-action-area .button.destructive-action {
border-width: 2px;
border-style: solid;
color: white;
- background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212);
+ background-image: none;
+ background-color: #ef2929;
border-color: #8e0b0b; }
.message-dialog.csd .dialog-action-area .button.destructive-action:hover {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #ef2929;
border-color: #8e0b0b;
- background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929); }
+ background-image: none; }
.message-dialog.csd .dialog-action-area .button.destructive-action:active {
border-width: 2px;
border-style: solid;
- border-color: #8e0b0b;
- background-image: linear-gradient(to bottom, #8e0b0b);
- color: white; }
+ background-image: none;
+ color: black;
+ background-color: #10d6d6;
+ border-color: #8e0b0b; }
.message-dialog.csd .dialog-action-area .button.destructive-action:backdrop {
border-width: 2px;
border-style: solid;
color: white;
+ background-color: #ef2929;
border-color: #ef2929;
- background-image: linear-gradient(to bottom, #ef2929);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
border-width: 2px;
border-style: solid;
color: #fff;
- background-image: linear-gradient(to bottom, #0d0d0d, #000 40%, black);
+ background-image: none;
+ background-color: #000;
border-color: black; }
.info .button:hover,
.question .button:hover,
border-width: 2px;
border-style: solid;
color: #fff;
+ background-color: #000;
border-color: black;
- background-image: linear-gradient(to bottom, #242424, #0a0a0a 40%, #000); }
+ background-image: none; }
.info .button:active,
.question .button:active,
.warning .button:active,
.error .button:active {
border-width: 2px;
border-style: solid;
- border-color: black;
- background-image: linear-gradient(to bottom, black);
- color: #fff; }
+ background-image: none;
+ color: black;
+ background-color: white;
+ border-color: black; }
.info .button:insensitive,
.question .button:insensitive,
.warning .button:insensitive,
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, white);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.info .button:backdrop,
border-width: 2px;
border-style: solid;
color: #fff;
+ background-color: #000;
border-color: #000;
- background-image: linear-gradient(to bottom, #000);
+ background-image: none;
text-shadow: none;
icon-shadow: none; }
.info .button:backdrop:insensitive,
border-width: 2px;
border-style: solid;
color: #7f7f7f;
+ background-color: white;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff); }
+ background-image: none; }
.info .label:selected,
.info .label:selected:focus,
.info .label:selected:hover,
border-width: 2px;
border-style: solid;
color: #000;
- background-image: linear-gradient(to bottom, white, #fff 40%, #f2f2f2);
+ background-image: none;
+ background-color: #fff;
border-color: #7f7f7f; }
.button.titlebutton:active {
border-width: 2px;
border-style: solid;
- border-color: #7f7f7f;
- background-image: linear-gradient(to bottom, #7f7f7f);
- color: #fff; }
+ background-image: none;
+ color: white;
+ background-color: black;
+ border-color: #7f7f7f; }
.button.titlebutton:backdrop {
border-width: 2px;
border-style: solid;
color: #000;
+ background-color: #fff;
border-color: #8b8b8b;
- background-image: linear-gradient(to bottom, #fff);
+ background-image: none;
text-shadow: none;
icon-shadow: none;
border-color: transparent;