noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 94/219: Fix background color for button 'mode


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 94/219: Fix background color for button 'modele operation'
Date: Mon, 18 Dec 2017 13:22:44 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9d5869c627af05da0101e6f866877f7ba0702f65
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 19 19:46:13 2017 +0200

    Fix background color for button 'modele operation'
---
 html/style-r692.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/html/style-r692.css b/html/style-r692.css
index 8dcc2e4..2c84b1b 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -681,8 +681,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#ffffff', end
 a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover  
{
     cursor:pointer;
     background-color:#FFFFFF;
-    border-style:  inset ;
-    color: #FF0000;
+    border-style:  ridge;
+    /*! color: #FF0000; */
     margin:1px 2px 1px 2px;
 
 }
@@ -731,7 +731,7 @@ background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 
50%,#f1f1f1 51%,#fffff
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 
endColorstr='#f6f6f6',GradientType=0 );
     font-family: SansationLight;
      /*border-style:  inset ;*/
-    border-color:  darkblue;
+    /*! border-color:  darkblue; */
 
 }
 td.tool {
@@ -1817,6 +1817,7 @@ background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 
50%,#e1e1e1 51%,#f6f6f
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 
endColorstr='#f6f6f6',GradientType=0 );
   padding : 3px;
   
+    background: darkgray;
 }
 /****************************************************************************
  * Aligned button



reply via email to

[Prev in Thread] Current Thread [Next in Thread]