diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-24 11:56:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-24 11:56:02 +0000 |
| commit | b1ee6c679c3fc5437e0423ce40b57a1e37e5569b (patch) | |
| tree | 6ce3a049076fc592bbc19a9641f3b10a26adfca6 | |
| parent | ef92c2f0c482efc49e2bb9daaaafc38e5bd48e03 (diff) | |
- remove unused css file
git-svn-id: https://svn.roundcube.net/trunk@3414 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/colorpicker.css | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/roundcubemail/skins/default/colorpicker.css b/roundcubemail/skins/default/colorpicker.css deleted file mode 100644 index 4b0360bf1..000000000 --- a/roundcubemail/skins/default/colorpicker.css +++ /dev/null @@ -1,53 +0,0 @@ -/* Colorpicker dialog specific CSS */
-
-#preview {
- float: right;
- width: 50px;
- height: 14px;
- line-height: 1px;
- border: 1px solid black;
- margin-left: 5px;
-}
-
-#colorpicker {
- float: left;
- cursor: crosshair;
-}
-
-#light {
- border: 1px solid gray;
- margin-left: 5px;
- float: left;
- width: 15px;
- cursor: crosshair;
-}
-
-#light div {
- overflow: hidden;
-}
-
-#previewblock {
- float: right;
- padding-left: 10px;
- height: 20px;
-}
-
-.panel_wrapper div.current {
- height: 175px;
-}
-
-#namedcolors {
- width: 150px;
-}
-
-#namedcolors a {
- display: block;
- float: left;
- width: 10px; height: 10px;
- margin: 1px 1px 0 0;
- overflow: hidden;
-}
-
-#colornamecontainer {
- margin-top: 5px;
-}
\ No newline at end of file |
