Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a8b7de4
)
Fixed addmin setting colors.
author
mits
<mits>
Thu, 28 Sep 2006 17:48:12 +0000
(17:48 +0000)
committer
mits
<mits>
Thu, 28 Sep 2006 17:48:12 +0000
(17:48 +0000)
theme/oceanblue/styles_color.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/oceanblue/styles_color.css
b/theme/oceanblue/styles_color.css
index
406d55b
..
9133e60
100644
(file)
--- a/
theme/oceanblue/styles_color.css
+++ b/
theme/oceanblue/styles_color.css
@@
-247,13
+247,14
@@
body#admin-lang .generalbox {
background-color:#FFFFFF;
}
-
fieldset.
adminsettings {
+
#
adminsettings {
background-color: #FFFFFF;
border-color: #9999FF;
+ color: #000066;
}
-
fieldset.
adminsettings .form-shortname {
- color: #
0000FF
;
+
#
adminsettings .form-shortname {
+ color: #
888888
;
}
/***