From a1cc75603556cd43f2f9ea465bbea965d6f869ac Mon Sep 17 00:00:00 2001
From: Kyle Baker <[email protected]>
Date: Thu, 17 Feb 2011 11:11:42 -0500
Subject: [PATCH] Remove images and replace with css color in dialogs
---
install/ui/ipa.css | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 2c0af2e..4a2d837 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -400,6 +400,10 @@ span.attrhint {
.ui-widget-content {
}
+.ui-dialog .ui-dialog-titlebar {
+ padding: 0.5em 1em;
+ position: relative;
+}
.ui-widget-content a {
text-decoration: none;
@@ -409,9 +413,9 @@ span.attrhint {
}
.ui-widget-header {
- background: url("modal-background.png") repeat scroll 50% 50% #1f9123;
- border: 1px solid #244c16;
- color: #EEEEEE;
+ background: -moz-linear-gradient(center top , #225314, #1c400a) repeat scroll 0 0 transparent;
+ background: -webkit-gradient(linear, left top, left bottom, from(#225314), to(#1c400a));
+ border: 1px solid #319016;
font-weight: bold;
}
--
1.7.3.2
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel