fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12331] adding functionality to color the cell


From: Alejandro
Subject: [Fmsystem-commits] [12331] adding functionality to color the cell
Date: Tue, 18 Nov 2014 23:23:51 +0000

Revision: 12331
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12331
Author:   nudrick
Date:     2014-11-18 23:23:51 +0000 (Tue, 18 Nov 2014)
Log Message:
-----------
adding functionality to color the cell

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/templates/pure/head.tpl

Modified: branches/dev-syncromind/phpgwapi/templates/pure/head.tpl
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/pure/head.tpl    2014-11-18 
23:23:27 UTC (rev 12330)
+++ branches/dev-syncromind/phpgwapi/templates/pure/head.tpl    2014-11-18 
23:23:51 UTC (rev 12331)
@@ -21,7 +21,25 @@
         <!-- END stylesheet -->
                <link 
href="{webserver_url}/phpgwapi/js/jquery/mmenu/src/css/extensions/jquery.mmenu.widescreen.css"
 type="text/css" rel="stylesheet" media="all and (min-width: 1430px)" />
 
+               
+               
+               <style>
+                       .priority1
+                       {
+                               background-color: #da7a7a !important;
+                       }
 
+                       .priority2
+                       {
+                               background-color: #dababa !important;
+                       }
+
+                       .priority3
+                       {
+                               background-color: #dadada !important;
+                       }
+               </style>
+
                {css}
 
                <script type="text/javascript">




reply via email to

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