← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11343: Scrollbar styling

 

------------------------------------------------------------
revno: 11343
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-07-04 19:17:00 +0200
message:
  Scrollbar styling
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2013-07-04 16:05:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2013-07-04 17:17:00 +0000
@@ -160,9 +160,9 @@
 {
   font-size: 9pt;
   color: #fff;
-  border-right: 1px solid #282c35;
-  border-bottom: 1px solid #282c35;
-  border-left: 1px solid #282c35;
+  border-right: 1px solid #888;
+  border-bottom: 1px solid #888;
+  border-left: 1px solid #888;
   padding-left: 5px;
   padding-right: 5px;
   width: 189px;

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2013-07-04 16:05:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2013-07-04 17:17:00 +0000
@@ -160,9 +160,9 @@
 {
   font-size: 9pt;
   color: #fff;
-  border-right: 1px solid #282c35;
-  border-bottom: 1px solid #282c35;
-  border-left: 1px solid #282c35;
+  border-right: 1px solid #888;
+  border-bottom: 1px solid #888;
+  border-left: 1px solid #888;
   padding-left: 5px;
   padding-right: 5px;
   width: 189px;

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-07-03 19:52:17 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2013-07-04 17:17:00 +0000
@@ -1,5 +1,34 @@
 
 /*----------------------------------------------------------------------------*/
+/* Scrollbar (Webkit)                                                        */
+/*----------------------------------------------------------------------------*/
+
+::-webkit-scrollbar 
+{
+  width: 11px;
+}
+
+::-webkit-scrollbar-track:horizontal
+{
+  background-color: #eee;
+}
+
+::-webkit-scrollbar-thumb:horizontal 
+{
+  background-color: #bbb;
+}
+
+::-webkit-scrollbar-track:vertical
+{
+    background-color: #eee;
+}
+
+::-webkit-scrollbar-thumb:vertical 
+{
+  background-color: #bbb;
+}
+
+/*----------------------------------------------------------------------------*/
 /* Right bar                                                                  */
 /*----------------------------------------------------------------------------*/
 
@@ -233,7 +262,8 @@
 
 div#orgUnitTree a:hover 
 {
-  color: #808080;
+  color: #555;
+  background-color: #fff;
 }
 
 div#orgUnitTree a.selected