[the-board] [style] Fix style cascading for new page button



commit 249a60c810cdf2ae20555052543f3e3840434078
Author: Lucas Rocha <lucasr gnome org>
Date:   Tue Apr 5 15:53:50 2011 +0100

    [style] Fix style cascading for new page button

 data/style/style.css |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/style/style.css b/data/style/style.css
index 2c84b56..e6e8378 100644
--- a/data/style/style.css
+++ b/data/style/style.css
@@ -81,6 +81,14 @@ MxButton#thing-remove-button {
 
 /* PageButton */
 
+TbBox#page-button-main-box,
+TbBox#new-page-button-main-box {
+    border-image: url("page-button-border.png") 3 3 3 3;
+    background-color: white;
+    spacing: 0px;
+    padding: 0px 0px 1px 10px;
+}
+
 TbBox#new-page-button-main-box {
     background-color: #DDDDDD;
     border-image: none;
@@ -90,14 +98,6 @@ TbBox#new-page-button-main-box:hover {
     background-color: #AAAAAA;
 }
 
-TbBox#page-button-main-box,
-TbBox#new-page-button-main-box {
-    border-image: url("page-button-border.png") 3 3 3 3;
-    background-color: white;
-    spacing: 0px;
-    padding: 0px 0px 1px 10px;
-}
-
 TbBox#page-button-main-box:hover {
     background-color: white;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]