diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-07-31 18:29:53 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-07-31 18:29:53 +0200 |
commit | e9b2ca7c06875069fa03379258625490872cc33d (patch) | |
tree | 3af763a303f07c75d63ca9801c98e58fa9052628 /public/css/old/styleedit.css | |
parent | c36f25e76f40c6fdd6e02f92713d9c1241ed0a79 (diff) | |
download | wcms-e9b2ca7c06875069fa03379258625490872cc33d.tar.gz wcms-e9b2ca7c06875069fa03379258625490872cc33d.zip |
W 2.4 graphic update table sort engine update
Diffstat (limited to 'public/css/old/styleedit.css')
-rw-r--r-- | public/css/old/styleedit.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/public/css/old/styleedit.css b/public/css/old/styleedit.css new file mode 100644 index 0000000..21435fb --- /dev/null +++ b/public/css/old/styleedit.css @@ -0,0 +1,27 @@ +.edit { + background-color: greenyellow; +} + +#linklist { + background-color: blanchedalmond; +} + +#submit { + background-color: coral; +} + +#copy { + background-color: darkkhaki; +} + +#html { + background-color: deepskyblue; +} + +#artedit { + background-color: darksalmon; +} + +#editoption { + background-color: blueviolet; +}
\ No newline at end of file |