WinCE: Add a border around the list of accounts in the account manager.
This commit is contained in:
Родитель
79cb0c26d4
Коммит
5367600a50
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче