Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-15 12:16:07 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-15 12:16:07 +0300
commiteeb20b293cf1c3657966817831a7a385753202d8 (patch)
treefb6fbe2df65f50eb8bd2fc9f806c94efaee879ec /themes
parent1a11a9613455f249ceda7b1a3a51cc8f13571b71 (diff)
Fix styles of action links
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/pmd.css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php
index 2e81bd6953..a3a69809c2 100644
--- a/themes/pmahomme/css/pmd.css.php
+++ b/themes/pmahomme/css/pmd.css.php
@@ -437,12 +437,12 @@ a.active.trigger:hover {
.toggle_container .block {
background-color: #DBE4E8;
border-top: 1px solid #999;
- cursor: pointer;
}
.history_table {
text-align: center;
background-color: #9999CC;
+ cursor: pointer;
}
.history_table2 {