aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/infobar.css
diff options
context:
space:
mode:
authorschererleander <leander@leander-scherer.de>2024-03-11 17:12:20 +0100
committerschererleander <leander@leander-scherer.de>2024-03-11 17:12:20 +0100
commitb77a7d585cf6cf2420dd770e42ba5b1e08a4e12c (patch)
tree1e609feaf2356f80ea95cc0f61fc2ecddc875f6b /.themes/FlatColor/gtk-3.0/widgets/infobar.css
parentbe73020a8d6d0beefdedf6f2c2c1ffa3cc8a82b6 (diff)
initial commit
Diffstat (limited to '.themes/FlatColor/gtk-3.0/widgets/infobar.css')
-rw-r--r--.themes/FlatColor/gtk-3.0/widgets/infobar.css90
1 files changed, 90 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.0/widgets/infobar.css b/.themes/FlatColor/gtk-3.0/widgets/infobar.css
new file mode 100644
index 0000000..71202ca
--- /dev/null
+++ b/.themes/FlatColor/gtk-3.0/widgets/infobar.css
@@ -0,0 +1,90 @@
+/***********
+ * infobar *
+ ***********/
+GtkInfoBar {
+ border-width: 0;
+ border-style: none;
+}
+
+.info {
+ border-width: 0;
+ border-style: none;
+ background-color: @info_bg_color;
+ background-image: none;
+ color: @info_fg_color;
+}
+
+.warning {
+ border-width: 0;
+ border-style: none;
+ background-color: @warning_bg_color;
+ background-image: none;
+ color: @warning_fg_color;
+}
+
+.question {
+ border-width: 0;
+ border-style: none;
+ background-color: @question_bg_color;
+ background-image: none;
+ color: @question_fg_color;
+}
+
+.error {
+ border-width: 0;
+ border-style: none;
+ background-color: @error_bg_color;
+ background-image: none;
+ color: @error_fg_color;
+}
+
+.warning .button,
+.question .button,
+.info .button,
+.error .button,
+.warning .button.close,
+.question .button.close,
+.info .button.close,
+.error .button.close {
+
+}
+.warning .button:hover,
+.question .button:hover,
+.info .button:hover,
+.error .button:hover,
+.warning .button.close:hover,
+.question .button.close:hover,
+.info .button.close:hover,
+.error .button.close:hover {
+
+}
+.warning .button:active,
+.question .button:active,
+.info .button:active,
+.error .button:active,
+.warning .button.close:active,
+.question .button.close:active,
+.info .button.close:active,
+.error .button.close:active,
+.warning .button:active:hover,
+.question .button:active:hover,
+.info .button:active:hover,
+.error .button:active:hover,
+.warning .button.close:active:hover,
+.question .button.close:active:hover,
+.info .button.close:active:hover,
+.error .button.close:active:hover {
+
+}
+.warning .button:insensitive,
+.question .button:insensitive,
+.info .button:insensitive,
+.error .button:insensitive {
+
+}
+.warning .button *:insensitive,
+.question .button *:insensitive,
+.info .button *:insensitive,
+.error .button *:insensitive {
+
+}