WinCE: Add a border around the list of accounts in the account manager.

This commit is contained in:
Florian Quèze 2009-07-25 12:57:46 +02:00
Родитель 79cb0c26d4
Коммит 5367600a50
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -41,4 +41,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef WINCE
DEFINES += -DWINCE
endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -54,6 +54,13 @@
#accountlist {
margin: 0 0;
-moz-appearance: none;
%ifdef WINCE
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
%endif
}
#bottombuttons {